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::IterativeCdhit - Run CDhit iteratively with reducing thresholds, removing full clusters each

Author

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

Name

       Bio::Roary::IterativeCdhit - Run CDhit iteratively with reducing thresholds, removing full clusters each
       time

Synopsis

       Run CDhit iteratively with reducing thresholds, removing full clusters each time
          use Bio::Roary::IterativeCdhit;

          my $obj = Bio::Roary::IterativeCdhit->new(
            output_cd_hit_filename   => 'output_cd_hit_filename.fa',
            output_combined_filename => 'output_combined_filename.fa',
            number_of_input_files     => 5,
            output_filtered_clustered_fasta= > 'output_filtered_clustered_fasta.fa',
          );
          $obj->run;

Version

       version 3.13.0

See Also