Skip to content

Commit

Permalink
fix failed test after simplifying joined
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin authored Jun 27, 2024
1 parent cbd4c27 commit b591723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/prepare_header.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workflow PREPARE_HEADER {
| map { it[1..-1] } // remove leading meta.id

// Get header template
ch_header = BUILD_SAM_HEADER(formatted_joined).header
ch_header = BUILD_SAM_HEADER(joined).header

ch_versions = ch_versions.mix(BUILD_SAM_HEADER.out.versions.first())

Expand Down

0 comments on commit b591723

Please sign in to comment.