Skip to content

Commit

Permalink
fixing relative_amplicon_coverage rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Sep 12, 2024
1 parent 82f4516 commit cbe233f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflows/amplicon_cov.smk
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ rule relative_amplicon_coverage:
shell:
f"""
python ../scripts/amplicon_covs.py -pv /
-s {input.sample_list} /
-f {input.samples} /
-s {{input.sample_list}} /
-f {{input.samples}} /
-r articV3primers.bed /
-o {output.output_dir} /
-o {{output.output_dir}} /
"""

0 comments on commit cbe233f

Please sign in to comment.