logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Bio::Roary::SequenceLengths - Take in a fasta file and create a hash with the length of each sequence

Author

       Andrew J. Page <ap13@sanger.ac.uk>

Name

       Bio::Roary::SequenceLengths - Take in a fasta file and create a hash with the length of each sequence

Synopsis

       Add labels to the groups
          use Bio::Roary::SequenceLengths;

          my $obj = Bio::Roary::SequenceLengths->new(
            fasta_file   => 'abc.fa',
          );
          $obj->sequence_lengths;

Version

       version 3.13.0

See Also