We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023c1be commit 1d469ceCopy full SHA for 1d469ce
nextflow.config
@@ -15,7 +15,6 @@ params {
15
fingerprint_bins = 500000
16
read_length = null
17
18
-
19
// References
20
genome = null
21
igenomes_base = 's3://ngi-igenomes/igenomes'
@@ -88,7 +87,6 @@ params {
88
87
schema_ignore_params = 'genomes'
89
enable_conda = false
90
91
92
// Config options
93
custom_config_version = 'master'
94
custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}"
@@ -97,7 +95,6 @@ params {
97
95
config_profile_url = null
98
96
config_profile_name = null
99
100
101
// Max resource options
102
// Defaults only, expecting to be overwritten
103
max_memory = '128.GB'
0 commit comments