Skip to content

Commit da40422

Browse files
committed
[fix](Aggregation): Directory building fixed
1 parent 26492d8 commit da40422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aggregate_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def extract_field(*paths: List[str],
5959

6060

6161
if __name__ == '__main__':
62-
makedirs(snakemake.output)
62+
makedirs(os.path.dirname(snakemake.output["est_counts"]))
6363

6464
for column in ["est_counts", "tpm"]:
6565
data = extract_field(

0 commit comments

Comments
 (0)