Skip to content

Commit 0dc9408

Browse files
committed
Remove _REP from id for posterior grouping
1 parent dd37833 commit 0dc9408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subworkflows/local/bed_consensus_quantify_qc_bedtools_featurecounts_deseq2.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ workflow BED_CONSENSUS_QUANTIFY_QC_BEDTOOLS_FEATURECOUNTS_DESEQ2 {
3030
ch_peaks
3131
.map {
3232
meta, peak ->
33-
[ meta.antibody, meta.id - ~/_T\d+$/, peak ]
33+
[ meta.antibody, meta.id - ~/_REP\d+$/, peak ]
3434
}
3535
.groupTuple()
3636
.map {

0 commit comments

Comments
 (0)