Skip to content

Commit

Permalink
change output to directory
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Jan 23, 2024
1 parent baafa93 commit 47ef41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/prioritization.smk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rule priorization:
annotation="resources/refs/genome_tmp.gtf",
counts="results/{sample}/quantification/allcounts.txt"
output:
"results/{sample}/prioritization/",
directory("results/{sample}/prioritization/"),
message:
"Predicting binding affinities on sample:{wildcards.sample}"
conda:
Expand Down

0 comments on commit 47ef41d

Please sign in to comment.