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::GeneNamesFromGFF - Parse a GFF and efficiently extract ID -> Gene Name

Author

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

Name

       Bio::Roary::GeneNamesFromGFF - Parse a GFF and efficiently extract ID -> Gene Name

Synopsis

       Parse a GFF and efficiently extract ID -> Gene Name
          use Bio::Roary::GeneNamesFromGFF;

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

Version

       version 3.13.0

See Also