Skip to content

Commit 7fe1501

Browse files
maxiborjfy133
andauthored
Update nextflow_schema.json
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
1 parent 253507e commit 7fe1501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
},
116116
"bwa_index": {
117117
"type": "string",
118-
"description": "Path to directory containing pre-made BWA indices (i.e. everything before the path to the directory containing the '.amb' '.ann' '.bwt' files. Most likely the same directory of the file provided with --fasta). If not supplied will be made for you.",
118+
"description": "Path to directory containing pre-made BWA indices (i.e. the directory before the files ending in '.amb' '.ann' '.bwt'. Do not include the files themselves. Most likely the same directory of the file provided with --fasta). If not supplied will be made for you.",
119119
"fa_icon": "fas fa-address-book",
120120
"help_text": "If you want to use pre-existing `bwa index` indices, please supply the **directory** to the FASTA you also specified in `--fasta` nf-core/eager will automagically detect the index files by searching for the FASTA filename with the corresponding `bwa` index file suffixes.\n\nFor example:\n\n```bash\nnextflow run nf-core/eager \\\n-profile test,docker \\\n--input '*{R1,R2}*.fq.gz'\n--fasta 'results/reference_genome/bwa_index/BWAIndex/Mammoth_MT_Krause.fasta' \\\n--bwa_index 'results/reference_genome/bwa_index/BWAIndex/'\n```\n\n> `bwa index` does not give you an option to supply alternative suffixes/names for these indices. Thus, the file names generated by this command _must not_ be changed, otherwise nf-core/eager will not be able to find them."
121121
},

0 commit comments

Comments
 (0)