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::External::IterativeCdhit - Iteratively run CDhit

Author

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

Name

       Bio::Roary::External::IterativeCdhit - Iteratively run CDhit

Synopsis

       Iteratively run CDhit

          use Bio::Roary::External::IterativeCdhit;

          my $seg= Bio::Roary::External::IterativeCdhit->new(
            output_cd_hit_filename => '',
            output_combined_filename  => '',
            number_of_input_files => 10,
            output_filtered_clustered_fasta  => '',
          );

          $seg->run();

Version

       version 3.13.0

See Also