Skip to content

Commit

Permalink
fix param typos in eager process
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 21, 2020
1 parent 77d3cd0 commit c63cadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -772,14 +772,14 @@ process eager{
--input ${eager_tsv} \
--outdir . \
--fasta ${reference_genome_fna} \
--clip_readlength ${params.clip_readlength} \
--clip_readlength ${params.eager_clip_readlength} \
--preserve5p \
--mergedonly \
--mapper bwaaln \
--bwaalnn ${params.eager_bwaalnn} \
--bwaalnl ${params.eager_bwaalnl} \
--run_bam_filtering \
--bam_mapping_quality_threshold ${params.snippy_mappy_qual} \
--bam_mapping_quality_threshold ${params.snippy_map_qual} \
--bam_discard_unmapped \
--bam_unmapped_type discard \
--max_memory ${params.max_memory} \
Expand Down

0 comments on commit c63cadc

Please sign in to comment.