File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1206,7 +1206,7 @@ ch_branched_for_lanemerge = ch_adapterremoval_for_lanemerge
12061206 }
12071207
12081208process 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
12581258process 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
19371937process 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
21732173process additional_library_merge {
2174- label ' mc_tiny '
2174+ label ' sc_tiny '
21752175 tag " ${ samplename} "
21762176 publishDir " ${ params.outdir} /merged_bams/additional" , mode: ' copy'
21772177
You can’t perform that action at this time.
0 commit comments