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::MergeMultifastaAlignments - Merge multifasta alignment files with equal numbers of sequences.

Author

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

Name

       Bio::Roary::MergeMultifastaAlignments - Merge multifasta alignment files with equal numbers of sequences.

Synopsis

       Merge multifasta alignment files with equal numbers of sequences.So each sequence in each file gets
       concatenated together.  It is assumed the sequences are in the correct order.
          use Bio::Roary::MergeMultifastaAlignments;

          my $obj = Bio::Roary::MergeMultifastaAlignments->new(
            multifasta_files => [],
            output_filename  => 'output_merged.aln'
          );
          $obj->merge_files;

Version

       version 3.13.0

See Also