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::InflateClusters - Take the clusters file from cd-hit and use it to inflate the output of MCL

Author

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

Name

       Bio::Roary::InflateClusters - Take the clusters file from cd-hit and use it to inflate the output of MCL

Synopsis

       Take the clusters file from cd-hit and use it to inflate the output of MCL
          use Bio::Roary::InflateClusters;

          my $obj = Bio::Roary::InflateClusters->new(
            clusters_filename  => 'example.clstr',
            mcl_filename       => 'example.mcl',
            output_file        => 'example.output'
          );
          $obj->inflate;

Version

       version 3.13.0

See Also