Skip to content

Commit

Permalink
Fix GTF channel structure for ROSE
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Apr 29, 2024
1 parent 3409689 commit 08b52b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/peaks.nf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ workflow PEAKS {
}

CHROMHMM(ch_samplesheet_bam, chrom_sizes, chromhmm_states, chromhmm_threshold, chromhmm_marks)
ROSE(CHROMHMM.out.enhancers, gtf.map{gtf -> [[id: "gtf"], gtf]})
ROSE(CHROMHMM.out.enhancers, gtf)

ch_versions = ch_versions.mix(CHROMHMM.out.versions)
ch_versions = ch_versions.mix(ROSE.out.versions)
Expand Down

0 comments on commit 08b52b0

Please sign in to comment.