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
+16-17Lines changed: 16 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -26,21 +26,21 @@ def helpMessage() {
26
26
27
27
Mandatory arguments:
28
28
--reads Path to input data (must be surrounded with quotes)
29
-
-profile Hardware config to use (e.g. standard, docker, singularity, conda, aws). Ask your system admin if unsure, or check documentatoin.
29
+
-profile Institution or personal hardware config to use (e.g. standard, docker, singularity, conda, aws). Ask your system admin if unsure, or check documentation.
30
30
--singleEnd Specifies that the input is single end reads (required if not pairedEnd)
31
-
--pairedEnd Specifies that the input is paired end reads (required if not singleend)
31
+
--pairedEnd Specifies that the input is paired end reads (required if not singleEnd)
32
32
--bam Specifies that the input is in BAM format
33
33
--fasta Path to Fasta reference (required if not iGenome reference)
34
34
--genome Name of iGenomes reference (required if not fasta reference)
35
35
36
36
Input Data Additional Options:
37
37
--snpcapture Runs in SNPCapture mode (specify a BED file if you do this!)
38
38
39
-
References If not specified in the configuration file or you wish to overwrite any of the references.
40
-
--bwa_index Path to BWA index
39
+
References If not specified in the configuration file, or you wish to overwrite any of the references.
40
+
--bwa_index Path to directory containing BWA index files
41
41
--bedfile Path to BED file for SNPCapture methods
42
-
--seq_dict Path to sequence dictionary file
43
-
--fasta_index Path to FastA index
42
+
--seq_dict Path to picard sequence dictionary file (typically ending in '.dict')
43
+
--fasta_index Path to samtools FASTA index (typically ending in '.fai')
44
44
--saveReference Saves reference genome indices for later reusage
45
45
46
46
Skipping Skip any of the mentioned steps
@@ -50,8 +50,8 @@ def helpMessage() {
50
50
--skip_deduplication
51
51
52
52
Complexity Filtering
53
-
--complexity_filtering Run complexity filtering on FastQ files
54
-
--complexity_filter_poly_g_min Specify poly-g min filter (default: 10) for filtering
53
+
--complexity_filtering Run poly-G removal on FASTQ files
54
+
--complexity_filter_poly_g_min Specify length of poly-g min for clipping to be performed (default: 10)
55
55
56
56
Clipping / Merging
57
57
--clip_forward_adaptor Specify adapter sequence to be clipped off (forward)
0 commit comments