Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent pipeline fails from erroneous param validation when igenomes is used #433

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Remove _REP from id for posterior grouping
JoseEspinosa committed Oct 7, 2024
commit 725c5335ce20279b5c86b1195f2ae4ee002ffbce
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ workflow BED_CONSENSUS_QUANTIFY_QC_BEDTOOLS_FEATURECOUNTS_DESEQ2 {
ch_peaks
.map {
meta, peak ->
[ meta.antibody, meta.id - ~/_T\d+$/, peak ]
[ meta.antibody, meta.id - ~/_REP\d+$/, peak ]
}
.groupTuple()
.map {