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::Output::EmblGroups - Create a tab/embl file with the features for drawing pretty pictures

Author

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

Name

       Bio::Roary::Output::EmblGroups - Create a tab/embl file with the features for drawing pretty pictures

Synopsis

       reate a tab/embl file with the features for drawing pretty pictures
          use Bio::Roary::Output::EmblGroups;

          my $obj = Bio::Roary::Output::EmblGroups->new(
            output_filename => 'group_statitics.csv',
            annotate_groups_obj => $annotate_groups_obj,
            analyse_groups_obj  => $analyse_groups_obj
          );
          $obj->create_file;

Version

       version 3.13.0

See Also