This is a test version of Biostars. For the public version, visit https://www.biostars.org.
perl scriot for fasta

I have 744 sequence and I have to use software algpred. Suggest some perl script that can be helpful to read multiple fasta sequence

sequence

And your question is...

Sounds like you want a shell script.

1 answer

Bio::DB::Fasta - Bioperl module to read multiple fasta sequences.

Here is a link to the beginners HOWTO on the Bioperl wiki. It gives you an introduction to the sequence and seqIO objects. If you learn these you can do pretty much anything in terms of basic fasta parsing/manipulation

http://www.bioperl.org/wiki/HOWTO:Beginners

Log in to answer this question.