Bio::Emboss

Write EMBOSS programs in Perl
Download

Bio::Emboss Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Peter Ernst
  • Publisher web site:
  • http://search.cpan.org/~pernst/

Bio::Emboss Tags


Bio::Emboss Description

Write EMBOSS programs in Perl Bio::Emboss is a class to write EMBOSS programs in Perl.SYNOPSIS use Bio::Emboss qw(:all); embInitPerl("seqret", @ARGV); $seqall = ajAcdGetSeqall("sequence"); $seqout = ajAcdGetSeqoutall("outseq"); while ($seqall->ajSeqallNext($seq)) { $seqout->ajSeqAllWrite ($seq); }This module allows Perl programmers to access functions of the EMBOSS (European Molecular Biology Open Software Suite) package. Requirements: · Perl


Bio::Emboss Related Software