We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23e777 commit e45eeb2Copy full SHA for e45eeb2
1 file changed
main.nf
@@ -1226,7 +1226,7 @@ process bwamem {
1226
// CircularMapper reference preparation and mapping for circular genomes e.g. mtDNA
1227
1228
process circulargenerator{
1229
- label 'sc_tiny'
+ label 'sc_medium'
1230
tag "$prefix"
1231
publishDir "${params.outdir}/reference_genome/circularmapper_index", mode: params.publish_dir_mode, saveAs: { filename ->
1232
if (params.save_reference) filename
0 commit comments