Skip to content

Commit ede8a79

Browse files
jfy133TCLamnidis
andauthored
Update main.nf
Co-authored-by: Thiseas C. Lamnidis <thisseass@gmail.com>
1 parent 64932d7 commit ede8a79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def helpMessage() {
8787
--bwaalnl [num] Specify the -l parameter for BWA aln, i.e. length of seeds to be used. Set to 1024 for whole read. Default: ${params.bwaalnl}
8888
--circularextension [num] Specify the number of bases to extend reference by (circularmapper only). Default: ${params.circularextension}
8989
--circulartarget [chr] Specify the FASTA header of the target chromosome to extend(circularmapper only). Default: '${params.circulartarget}'
90-
--circularfilter [bool] Turn on to remove off-target reads of mapping to circularised genome (circularmapper only).
90+
--circularfilter [bool] Turn on to remove reads that did not map to the circularised genome (circularmapper only).
9191
--bt2_alignmode [str] Specify the bowtie2 alignment mode. Options: 'local', 'end-to-end'. Default: '${params.bt2_alignmode}'
9292
--bt2_sensitivity [str] Specify the level of sensitivity for the bowtie2 alignment mode. Options: 'no-preset', 'very-fast', 'fast', 'sensitive', 'very-sensitive'. Default: '${params.bt2_sensitivity}'
9393
--bt2n [num] Specify the -N parameter for bowtie2 (mismatches in seed). This will override defaults from alignmode/sensitivity. Default: ${params.bt2n}

0 commit comments

Comments
 (0)