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