Skip to content

Commit

Permalink
Collect more version outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Mar 18, 2024
1 parent 598e41f commit 1a646b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion subworkflows/local/peaks.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Modules
include { GAWK as CLEAN_BED } from '../../modules/nf-core/gawk/main'
include { BEDTOOLS_SORT as SORT_PEAKS } from '../../modules/nf-core/bedtools/sort/main'
include { BEDTOOLS_SUBTRACT as BLACKLIST } from '../../modules/nf-core/bedtools/subtract/main'
include { STARE } from '../../modules/local/stare/main'
include { COMBINE_TABLES as AFFINITY_MEAN } from '../../modules/local/combine_tables/main'
include { COMBINE_TABLES as AFFINITY_RATIO} from '../../modules/local/combine_tables/main'
Expand Down
5 changes: 5 additions & 0 deletions subworkflows/local/ranking.nf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ workflow RANKING {
.map{ rankings -> [[id: "all"], rankings]}
)

ch_versions = ch_versions.mix(TF_TG_SCORE.out.versions,
CREATE_RANKING.out.versions,
COMBINE_RANKINGS.out.versions
)


emit:
assay_specific = CREATE_RANKING.out.ranking
Expand Down

0 comments on commit 1a646b2

Please sign in to comment.