Complete Parameter Reference
Every single parameter in the entire pipeline is described here. If you need to tweak every little detail of how your samples are analyzed, you’ve come to the right place! Note that every parameter is described here, even those that shouldn’t be used, so proceed with caution!
Input/output options
Define where the pipeline should find input data and save output data.
Parameter |
Description |
Type |
Default |
Required |
---|---|---|---|---|
|
Path the folder containing input reads. |
|
. |
|
|
NGS platform used to sequence the samples |
|
||
|
Flag to indicate whether the reads files are paired-end or not |
|
||
|
Whether paired-end reads interleaved into a single fastq file |
|
||
|
Path to the output directory where the results will be saved. |
|
./results |
|
|
How to create results files |
|
copy |
|
|
Directory to keep pipeline Nextflow logs and reports. |
|
${params.outdir}/pipeline_info |
|
|
Display help text. |
|
||
|
Show all params when using |
|
||
|
Git commit id for Institutional configs. |
|
master |
|
|
Base directory for Institutional configs. |
|
https://raw.githubusercontent.com/nf-core/configs/master |
Kraken2 Options
Control how Kraken2 filters out host reads
Parameter |
Description |
Type |
Default |
Required |
---|---|---|---|---|
|
Path to a Kraken2 database |
|
None |
BLAST options
Control what reads BLAST examines
Parameter |
Description |
Type |
Default |
Required |
---|---|---|---|---|
|
Path to a folder containing a BLAST nt database |
|
None |
|
|
Taxonomic IDs to keep and analyze |
|
0 10239 |
Read trimming options
Options for how strictly to quality control NGS reads
Parameter |
Description |
Type |
Default |
Required |
---|---|---|---|---|
|
Minimum length of reads |
|
100 |
|
|
Maximum length of reads |
|
0 |
|
|
Sequences to be removed during trimming |
|
NexteraPE-PE.fa |
|
|
Max number of base mismatches to allow an adapter match |
|
2 |
|
|
How accurate the match between adapter ligated reads must be for paired-end palindrome read alignment |
|
30 |
|
|
How accurate the match between any adapter must be against a read |
|
10 |
|
|
Number of bases to average quality across |
|
50 |
|
|
Required average window base quality |
|
15 |
|
|
Minimum quality of bases in leading end of read |
|
15 |
|
|
Minimum quality of bases in trailing end of read |
|
15 |
|
|
Number of bases to remove from start of read |
|
0 |
|
|
Number of bases to keep from start of read |
|
0 |
|
|
Minimum average base quality of entire reads |
|
7 |
|
|
Minimum GC count of reads |
|
0 |
|
|
Maximum GC count of reads |
|
0 |
|
|
Number of bases to remove from the end of each read |
|
0 |
Workflow options
Options to skip portions of the workflow
Parameter |
Description |
Type |
Default |
Required |
---|---|---|---|---|
|
Skip read trimming (Trimmomatic/Nanofilt) |
|
||
|
Skip FastQC |
|
||
|
Skip BLASTing any reads |
|
Max job request options
Set the top limit for requested resources for any single job.
Parameter |
Description |
Type |
Default |
Required |
---|---|---|---|---|
|
Maximum number of CPUs that can be requested for any single job. |
|
16 |
|
|
Maximum amount of memory that can be requested for any single job. |
|
128.GB |
|
|
Maximum amount of time that can be requested for any single job. |
|
240.h |
|
|
Run this workflow with Conda. You can also use ‘-profile conda’ instead of providing this parameter. |
|