|
10 | 10 | params { |
11 | 11 |
|
12 | 12 | // Input options |
13 | | - input = null |
14 | | - input_type = 'sra' |
15 | | - nf_core_pipeline = null |
16 | | - ena_metadata_fields = null |
17 | | - sample_mapping_fields = 'experiment_accession,run_accession,sample_accession,experiment_alias,run_alias,sample_alias,experiment_title,sample_title,sample_description,description' |
18 | | - synapse_config = null |
19 | | - force_sratools_download = false |
20 | | - skip_fastq_download = false |
| 13 | + input = null |
| 14 | + input_type = 'sra' |
| 15 | + nf_core_pipeline = null |
| 16 | + nf_core_rnaseq_strandedness = 'auto' |
| 17 | + ena_metadata_fields = null |
| 18 | + sample_mapping_fields = 'experiment_accession,run_accession,sample_accession,experiment_alias,run_alias,sample_alias,experiment_title,sample_title,sample_description,description' |
| 19 | + synapse_config = null |
| 20 | + force_sratools_download = false |
| 21 | + skip_fastq_download = false |
21 | 22 |
|
22 | 23 | // Boilerplate options |
23 | | - outdir = null |
24 | | - tracedir = "${params.outdir}/pipeline_info" |
25 | | - publish_dir_mode = 'copy' |
26 | | - email = null |
27 | | - email_on_fail = null |
28 | | - plaintext_email = false |
29 | | - monochrome_logs = false |
30 | | - hook_url = null |
31 | | - help = false |
32 | | - version = false |
33 | | - validate_params = true |
34 | | - show_hidden_params = false |
35 | | - schema_ignore_params = 'genomes,igenomes_base' |
| 24 | + outdir = null |
| 25 | + tracedir = "${params.outdir}/pipeline_info" |
| 26 | + publish_dir_mode = 'copy' |
| 27 | + email = null |
| 28 | + email_on_fail = null |
| 29 | + plaintext_email = false |
| 30 | + monochrome_logs = false |
| 31 | + hook_url = null |
| 32 | + help = false |
| 33 | + version = false |
| 34 | + validate_params = true |
| 35 | + show_hidden_params = false |
| 36 | + schema_ignore_params = 'genomes,igenomes_base' |
36 | 37 |
|
37 | 38 | // Config options |
38 | | - custom_config_version = 'master' |
39 | | - custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}" |
40 | | - config_profile_description = null |
41 | | - config_profile_contact = null |
42 | | - config_profile_url = null |
43 | | - config_profile_name = null |
| 39 | + custom_config_version = 'master' |
| 40 | + custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}" |
| 41 | + config_profile_description = null |
| 42 | + config_profile_contact = null |
| 43 | + config_profile_url = null |
| 44 | + config_profile_name = null |
44 | 45 |
|
45 | 46 | // Max resource options |
46 | 47 | // Defaults only, expecting to be overwritten |
47 | | - max_memory = '128.GB' |
48 | | - max_cpus = 16 |
49 | | - max_time = '240.h' |
| 48 | + max_memory = '128.GB' |
| 49 | + max_cpus = 16 |
| 50 | + max_time = '240.h' |
50 | 51 |
|
51 | 52 | } |
52 | 53 |
|
@@ -176,7 +177,7 @@ manifest { |
176 | 177 | description = """Pipeline to fetch metadata and raw FastQ files from public databases""" |
177 | 178 | mainScript = 'main.nf' |
178 | 179 | nextflowVersion = '!>=22.10.1' |
179 | | - version = '1.9dev' |
| 180 | + version = '1.9' |
180 | 181 | doi = 'https://doi.org/10.5281/zenodo.5070524' |
181 | 182 | } |
182 | 183 |
|
|
0 commit comments