Skip to content

Commit

Permalink
fix mtnucratio
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlhoff committed Oct 6, 2023
1 parent 1745340 commit c43cca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/eager.nf
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ workflow EAGER {
ch_mito_header
)
.multiMap{
ignore_meta, meta, bam, meta2, mito_header ->
ignore_meta, meta, bam, bai, meta2, mito_header ->
bam: [ meta, bam ]
mito_header: [ meta2, mito_header ] //should this be meta, mito_header?
mito_header: [ meta2, mito_header ]
}

MTNUCRATIO( mtnucratio_input.bam, mtnucratio_input.mito_header.map{ it[1] } )
Expand Down

0 comments on commit c43cca4

Please sign in to comment.