Skip to content

Commit e45eeb2

Browse files
authored
Update main.nf
1 parent c23e777 commit e45eeb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ process bwamem {
12261226
// CircularMapper reference preparation and mapping for circular genomes e.g. mtDNA
12271227

12281228
process circulargenerator{
1229-
label 'sc_tiny'
1229+
label 'sc_medium'
12301230
tag "$prefix"
12311231
publishDir "${params.outdir}/reference_genome/circularmapper_index", mode: params.publish_dir_mode, saveAs: { filename ->
12321232
if (params.save_reference) filename

0 commit comments

Comments
 (0)