Skip to content
Snippets Groups Projects
Verified Commit 6925f9d0 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

bioawk: fix fasta2transcriptslength process

parent 87abd17d
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,6 @@ process fasta_to_transcripts_lengths {
script:
"""
bioawk -c fastx '{print \$name length(\$seq)}' ${fasta} > ${fasta.simpleName}_transcripts_lengths.tsv
bioawk -c fastx '{print(\$name" "length(\$seq))}' ${fasta} > ${fasta.simpleName}_transcripts_lengths.tsv
"""
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment