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::FilterUnknownsFromFasta - Take in fasta files, remove sequences with too many unknowns and

Author

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

Name

       Bio::Roary::FilterUnknownsFromFasta - Take in fasta files, remove sequences with too many unknowns and
       return a list of the new files

Synopsis

       Take in fasta files, remove sequences with too many unknowns and return a list of the new files
          use Bio::Roary::FilterUnknownsFromFasta;

          my $obj = Bio::Roary::FilterUnknownsFromFasta->new(
              fasta_files        => [],
            );
          $obj->filtered_fasta_files();

Version

       version 3.13.0

See Also