You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.nf
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ def helpMessage() {
46
46
--saveReference Saves reference genome indices for later reusage
47
47
48
48
Skipping Skip any of the mentioned steps
49
+
--skip_fastqc Skips both pre- and post-Adapter Removal FastQC steps.
49
50
--skip_adapterremoval
50
51
--skip_preseq
51
52
--skip_damage_calculation
@@ -69,6 +70,10 @@ def helpMessage() {
69
70
--bwaalnn Specify the -n parameter for BWA aln.
70
71
--bwaalnk Specify the -k parameter for BWA aln
71
72
--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)
72
77
73
78
CircularMapper
74
79
--circularmapper Turn on CircularMapper (CM)
@@ -106,10 +111,6 @@ def helpMessage() {
106
111
--bamutils_clip_left / --bamutils_clip_right Specify the number of bases to clip off reads
107
112
--bamutils_softclip Use softclip instead of hard masking
108
113
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
-
113
114
Other options:
114
115
--outdir The output directory where the results will be saved
115
116
--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