Skip to content

Commit d0cbcfa

Browse files
authored
Fix non-existent labels
1 parent b5192b3 commit d0cbcfa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

main.nf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ ch_branched_for_lanemerge = ch_adapterremoval_for_lanemerge
12061206
}
12071207

12081208
process lanemerge {
1209-
label 'mc_tiny'
1209+
label 'sc_tiny'
12101210
tag "${libraryid}"
12111211
publishDir "${params.outdir}/lanemerging", mode: 'copy'
12121212

@@ -1256,7 +1256,7 @@ ch_lanemerge_for_mapping
12561256

12571257
// Per-library lane grouping done within process
12581258
process lanemerge_stripfastq {
1259-
label 'mc_tiny'
1259+
label 'sc_tiny'
12601260
tag "${libraryid}"
12611261

12621262
when:
@@ -1935,7 +1935,7 @@ ch_input_for_librarymerging.clean_libraryid
19351935
.set { ch_input_for_skiplibrarymerging }
19361936

19371937
process library_merge {
1938-
label 'mc_tiny'
1938+
label 'sc_tiny'
19391939
tag "${samplename}"
19401940
publishDir "${params.outdir}/merged_bams/initial", mode: 'copy'
19411941

@@ -2171,7 +2171,7 @@ ch_trimmed_formerge = ch_bamutils_decision.notrim
21712171
//////////////////////////////////////////////////////////////////////////
21722172

21732173
process additional_library_merge {
2174-
label 'mc_tiny'
2174+
label 'sc_tiny'
21752175
tag "${samplename}"
21762176
publishDir "${params.outdir}/merged_bams/additional", mode: 'copy'
21772177

0 commit comments

Comments
 (0)