Skip to content

Commit

Permalink
use reference for mpileup for ivar #28
Browse files Browse the repository at this point in the history
  • Loading branch information
priesgo committed Nov 19, 2022
1 parent 8a14ae2 commit 7d7c6e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/04_variant_calling.nf
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ process VARIANT_CALLING_IVAR {
--redo-BAQ \
--min-BQ ${params.min_base_quality} \
--min-MQ ${params.min_mapping_quality} \
--fasta-ref ${reference} \
${bam} | \
ivar variants ${params.args_ivar} \
-p ${name}.ivar \
Expand Down

0 comments on commit 7d7c6e3

Please sign in to comment.