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::LookupGeneFiles - Take in an ordering of genes and a directory and return an ordered list of

Author

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

Name

       Bio::Roary::LookupGeneFiles - Take in an ordering of genes and a directory and return an ordered list of
       file locations

Synopsis

       Take in an ordering of genes and a directory and return an ordered list of file locations
          use Bio::Roary::LookupGeneFiles;

          my $obj = Bio::Roary::LookupGeneFiles->new(
              multifasta_directory        => 'pan_genome_sequences',
              ordered_genes           => ['gene5','gene2','gene3'],

            );
          $obj->ordered_gene_files();

Version

       version 3.13.0

See Also