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