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::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