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::SortFasta - sort a fasta file by name

Author

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

Name

       Bio::Roary::SortFasta - sort a fasta file by name

Synopsis

       sort a fasta file by name
          use Bio::Roary::SortFasta;

          my $obj = Bio::Roary::SortFasta->new(
            input_filename   => 'infasta.fa',
          );
          $obj->sort_fasta->replace_input_with_output_file;

Version

       version 3.13.0

See Also