Skip to content

Commit c855906

Browse files
authored
Merge pull request #195 from nf-core/help-message-tweaks
Added skip-fastQC & moved stripping up
2 parents f79bc86 + 40a33a4 commit c855906

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

main.nf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def helpMessage() {
4646
--saveReference Saves reference genome indices for later reusage
4747
4848
Skipping Skip any of the mentioned steps
49+
--skip_fastqc Skips both pre- and post-Adapter Removal FastQC steps.
4950
--skip_adapterremoval
5051
--skip_preseq
5152
--skip_damage_calculation
@@ -69,6 +70,10 @@ def helpMessage() {
6970
--bwaalnn Specify the -n parameter for BWA aln.
7071
--bwaalnk Specify the -k parameter for BWA aln
7172
--bwaalnl Specify the -l parameter for BWA aln
73+
74+
Stripping
75+
--strip_input_fastq Create pre-Adapter Removal FASTQ files without reads that mapped to reference (e.g. for public upload of privacy sensitive non-host data)
76+
--strip_mode Stripping mode. Remove mapped reads completely from FASTQ (strip) or just mask mapped reads sequence by N (replace)
7277
7378
CircularMapper
7479
--circularmapper Turn on CircularMapper (CM)
@@ -106,10 +111,6 @@ def helpMessage() {
106111
--bamutils_clip_left / --bamutils_clip_right Specify the number of bases to clip off reads
107112
--bamutils_softclip Use softclip instead of hard masking
108113
109-
Stripping
110-
--strip_input_fastq Create pre-Adapter Removal FASTQ files without reads that mapped to reference (e.g. for public upload of privacy sensitive non-host data)
111-
--strip_mode Read removal mode. Strip mapped reads completely (strip) or just replace mapped reads sequence by N (replace)
112-
113114
Other options:
114115
--outdir The output directory where the results will be saved
115116
--email Set this parameter to your e-mail address to get a summary e-mail with details of the run sent to you when the workflow exits

0 commit comments

Comments
 (0)