Repeat Parameters
Automatically generated from the pipeline nextflow_schema.json.
Input/output options
Define where the pipeline should find input data, write results, and cache downloaded files.
Parameter |
Type |
Default |
Required |
Description |
|---|---|---|---|---|
|
string |
yes |
Path to the input CSV metadata file. |
|
|
string |
./results |
yes |
Output directory. |
|
string |
./results/pipeline_info |
no |
Directory for execution reports and trace files. |
|
string |
./results/cache |
no |
Directory used by cached fetch steps. |
|
integer |
60 |
no |
Sleep time in seconds after file-publishing steps. |
|
boolean |
True |
no |
Remove temporary files when supported. |
|
boolean |
False |
no |
Remove cached downloaded files after the run. |
Repeat analysis options
Enable repeat annotation steps and configure repeat tools.
Parameter |
Type |
Default |
Required |
Description |
|---|---|---|---|---|
|
boolean |
False |
no |
Check for an existing RepeatModeler library and generate one when it is missing. |
|
boolean |
False |
no |
Run RepeatMasker using the RepeatModeler library channel. |
|
boolean |
False |
no |
Run RED on the fetched genome assembly. |
|
boolean |
False |
no |
Run DustMasker on the fetched genome assembly. |
|
boolean |
False |
no |
Run TRF on the fetched genome assembly. |
|
string |
https://api.ncbi.nlm.nih.gov/datasets/v2alpha/genome/accession/ |
no |
NCBI datasets API base URL used for genome downloads. |
|
string |
http://ftp.ebi.ac.uk/pub/databases/ensembl/repeats/unfiltered_repeatmodeler/species/ |
no |
Base URL for pre-computed RepeatModeler libraries. |
|
string |
no |
Path to the RepeatMasker executable. |
|
|
string |
no |
Path to the BuildDatabase executable. |
|
|
string |
rmblast |
no |
RepeatMasker search engine. |
|
string |
ncbi |
no |
RepeatModeler search engine. |
|
string |
no |
Path to the RED executable. |
|
|
string |
no |
Path to the DustMasker executable. |
|
|
string |
no |
Path to the TRF executable. |
|
|
integer |
2 |
no |
TRF match score. |
|
integer |
5 |
no |
TRF mismatch penalty. |
|
integer |
7 |
no |
TRF indel penalty. |
|
integer |
80 |
no |
TRF match probability. |
|
integer |
10 |
no |
TRF indel probability. |
|
integer |
40 |
no |
TRF minimum alignment score to report. |
|
integer |
500 |
no |
TRF maximum period size. |