@@ -139,18 +139,18 @@ params {
139139 // nextclade dataset
140140 nextclade_dataset = null
141141
142- // Dataset, either a local FASTA file or a pre-built dataset built by Sylph, to use
143- // for metagenomic profiling
144- meta_ref = null
142+ // Dataset, either a local FASTA file or a pre-built dataset built by Sylph, to use
143+ // for metagenomic profiling
144+ meta_ref = null
145145
146- // Contamination FASTA dataset to scrub from reads
147- contam_fasta = null
146+ // Contamination FASTA dataset to scrub from reads
147+ contam_fasta = null
148148
149- // K-mer size to use for metagenomic sketching
150- k = 31
149+ // K-mer size to use for metagenomic sketching
150+ k = 31
151151
152- // devider haplotype phasing preset
153- devider_preset = " nanopore-r10" // old-long-reads, nanopore-r9, nanopore-r10, hi-fi
152+ // devider haplotype phasing preset
153+ devider_preset = " nanopore-r10" // old-long-reads, nanopore-r9, nanopore-r10, hi-fi
154154
155155 // nextclade dataset cache
156156 nextclade_cache = " $launchDir /work/nextclade_datasets"
@@ -161,6 +161,10 @@ params {
161161 // Where to place results
162162 results = " $launchDir /results"
163163
164+ // Whether to run in low-memory mode, which limits the number of parallel instances
165+ // of high-memory files
166+ low_memory = null
167+
164168 // whether to cleanup work directory after a successful run (defaults to false)
165169 cleanup = null
166170
0 commit comments