Skip to content

Commit

Permalink
fix bam depth in snippy pairwise
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jan 15, 2021
1 parent 65d9de4 commit 6003795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/alignment.smk
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ rule snippy_pairwise:
--outdir {output.snippy_dir} \
--bam {input.data} \
--mapqual {config[snippy_map_qual]} \
--mincov {config[snippy_ctg_depth]} \
--mincov {config[snippy_bam_depth]} \
--minfrac {config[snippy_min_frac]} \
--basequal {config[snippy_base_qual]} \
--force \
Expand Down

0 comments on commit 6003795

Please sign in to comment.