Skip to content

Commit

Permalink
typo in reafanc
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Dec 5, 2024
1 parent 1f9d61d commit 14a95f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/decontaminationModules.nf
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ process reAfanc {
afanc_report = "${sample_name}_afanc_report.json"

"""
afanc screen ${afanc_myco_db} ${fq1} ${fq2}-p ${params.afanc.afanc_percent_threshold} \
afanc screen ${afanc_myco_db} ${fq1} ${fq2} -p ${params.afanc.afanc_percent_threshold} \
-n ${params.afanc.afanc_n_reads_threshold} -o ${sample_name} -t ${task.cpus} -v ${afanc_myco_db}/lineage_profiles/TB_variants.tsv
cp ${sample_name}/${sample_name}.json ${sample_name}_afanc_original.json
Expand Down

0 comments on commit 14a95f0

Please sign in to comment.