logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Bio::Roary::AccessoryBinaryFasta - Output a FASTA file which represents the binary presence and absence

Author

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

Name

       Bio::Roary::AccessoryBinaryFasta - Output a FASTA file which represents the binary presence and absence
       of genes in the accessory genome

Synopsis

       Output a FASTA file which represents the binary presence and absence of genes in the accessory genome
          use Bio::Roary::AccessoryBinaryFasta;
          my $obj = Bio::Roary::AccessoryBinaryFasta->new(input_files => ['abc','efg'],
                 groups_to_files => {'group_1' => ['abc'], group_2 => ['abc', 'efg']}
          );
          $obj->create_accessory_binary_fasta();

Version

       version 3.13.0

See Also