logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on 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