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::ChunkFastaFile - Take in a FASTA file and chunk it up into smaller pieces.

Author

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

Name

       Bio::Roary::ChunkFastaFile - Take in a FASTA file and chunk it up into smaller pieces.

Synopsis

       Take in a FASTA file and chunk it up into smaller pieces.
          use Bio::Roary::ChunkFastaFile;

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

Version

       version 3.13.0

See Also