Skip to content

Commit

Permalink
fix: rule make_master_tables fix
Browse files Browse the repository at this point in the history
switched mintheshold/all output
  • Loading branch information
visze committed Mar 31, 2022
1 parent c2fd82b commit df42845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/assigned_counts.smk
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ rule make_master_tables:
--threshold {params.thresh} \
--files {params.files} \
--replicates {params.replicates} \
--output {output.all} \
--output-all {output.thresh} \
--output {output.thresh} \
--output-all {output.all} \
--statistic {output.statistic} > {log}
"""

0 comments on commit df42845

Please sign in to comment.