This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to extract FASTA file from header list ?

Hey, guys.

I want to extract specific amino acid sequence from amino acid FASTA file using sequence name.
This is example file.
>gene1
AAAAA
>gene2
BBBBB
>gene3
CCCCC

and from gene list like
gene2
gene3

I want to extract and make new amino acid FASTA file of these genes.
>gene2
BBBBB
>gene3
CCCCC

Does anyone know tools that can perform this manipulation?

next-gen sequence gene

1 answer

Thank you ! This solves my problem !

Log in to answer this question.