Bio::Roary::FilterUnknownsFromFasta - Take in fasta files, remove sequences with too many unknowns and
Contents
Copyright And License
This software is Copyright (c) 2013 by Wellcome Trust Sanger Institute.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007
perl v5.40.0 2024-12-02 Bio::Roary::Fi...knownsFromFasta(3pm)
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
