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
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ def helpMessage() {
39
39
--snpcapture Runs in SNPCapture mode (specify a BED file if you do this!)
40
40
41
41
References If not specified in the configuration file, or you wish to overwrite any of the references.
42
-
--bwa_index Path to directory containing BWA index files
42
+
--bwa_index Prefix of the BWA index files including the full path (everything before the endings '.amb' '.ann' '.bwt' most likely the same value supplied with the --fasta option)
43
43
--bedfile Path to BED file for SNPCapture methods
44
44
--seq_dict Path to picard sequence dictionary file (typically ending in '.dict')
45
45
--fasta_index Path to samtools FASTA index (typically ending in '.fai')
exit 1, "Please specify --fasta with the path to your reference"
235
+
} elseif("${params.fasta}".endsWith(".gz")){
234
236
//Put the zip into a channel, then unzip it and forward to downstream processes. DONT unzip in all steps, this is inefficient as NXF links the files anyways from work to work dir
0 commit comments