bioperl

Perl modules for bioinformatics, genomics and life science research

brewmacoslinux
Try with needOr install directly
Source

About

Perl tools for bioinformatics, genomics and life science

Commands

bp_seqretbp_mrtransbp_blast2htmlbp_fetchbp_taxodumpbp_unflatten_seq

Examples

Convert sequence format from GenBank to FASTA$ bp_seqret -i genbank -o fasta input.gb > output.fa
Fetch sequences from NCBI using sequence identifiers$ bp_fetch genbank NM_000001 NM_000002 > sequences.gb
Parse and display BLAST results as HTML$ bp_blast2html blast_output.txt > blast_results.html