How to extract multiple header from fasta file
Pls help, anyone know how to extract multiple header from a fasta file using perl?
• 5,438 views
•
link
2 answers
If you want all of the header lines, you can just use linux:
grep '^>' sequences.fasta > headers.txt
• 0 views
•
link
Log in to answer this question.
what have you tried ? show us the code
Dear fongsiongshawn, Hi
Is there any help here for you?
~ Best
It's good that you've to this forum to ask, but in many cases, try upgrade your googling skill. Your exact question has been answered in the thread mentioned by Farbod