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::ReformatInputGFFs - Take in gff files and add suffix where a gene id is seen twice

Author

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

Name

       Bio::Roary::ReformatInputGFFs - Take in gff files and add suffix where a gene id is seen twice

Synopsis

       Take in gff files and add suffix where a gene id is seen twice
          use Bio::Roary::ReformatInputGFFs;

          my $obj = Bio::Roary::PrepareInputFiles->new(
            gff_files   => ['abc.gff','ddd.faa'],
          );
          $obj->fix_duplicate_gene_ids;
          $obj->fixed_gff_files;

Version

       version 3.13.0

See Also