Skip to content

Commit

Permalink
Shorten FASTA headers to fit inside BAM file
Browse files Browse the repository at this point in the history
  • Loading branch information
prototaxites committed Apr 22, 2024
1 parent 0d74010 commit 0a9719a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/annotation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ workflow ANNOTATION {
}

SEQKIT_REPLACE(ch_predictions)
ch_versions = ch_versions.mix(SED_FASTA_HEADER.out.versions)
ch_versions = ch_versions.mix(SEQKIT_REPLACE.out.versions)

ch_predictions_to_cat = SED_FASTA_HEADER.out.fasta
| map { meta, fasta -> [ fasta ] }
Expand Down

0 comments on commit 0a9719a

Please sign in to comment.