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::AccessoryClustering - Take an a clusters file from CD-hit and the fasta file and output a

Author

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

Name

       Bio::Roary::AccessoryClustering - Take an a clusters file from CD-hit and the fasta file and output a
       fasta file without full clusters

Synopsis

       Take an a clusters file from CD-hit and the fasta file and output a fasta file without full clusters
          use Bio::Roary::AccessoryClustering;

          my $obj = Bio::Roary::AccessoryClustering->new(
              input_file        => 'accessory_binary_genes.fa',
              identity           => 0.96,
              cpus => 10,
            );
          $obj->sample_weights();

Version

       version 3.13.0

See Also