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::ContigsToGeneIDsFromGFF - Parse a GFF and efficiently and extract ordered gene ids on each

Author

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

Name

       Bio::Roary::ContigsToGeneIDsFromGFF - Parse a GFF and efficiently and extract ordered gene ids on each
       contig

Synopsis

       Parse a GFF and efficiently and extract ordered gene ids on each contig
          use Bio::Roary::ContigsToGeneIDsFromGFF;

          my $obj = Bio::Roary::ContigsToGeneIDsFromGFF->new(
            gff_file   => 'abc.gff'
          );
          $obj->contig_to_ids;

Version

       version 3.13.0

See Also