Skip to content

Commit

Permalink
that batch
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Sep 12, 2024
1 parent 85e71e0 commit 8f821b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/amplicon_cov.smk
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ rule get_samples_per_batch:
samples_batch = "/cluster/project/pangolin/work-amplicon-coverage/test_data/samples{batch}.tsv"
shell:
"""
grep {params.batch} {input.samples_list} > {output.samples_batch}
grep {batch} {input.samples_list} > {output.samples_batch}
"""

rule get_coverage_for_batch:
Expand Down

0 comments on commit 8f821b8

Please sign in to comment.