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

multi_hmmsearch - perform a hmmsearch into multiple FASTA files using

Author

         Mauricio Herrera Cuadra <mauricio-at-open-bio.org>

perl v5.34.0                                       2022-02-10                             BP_MULTI_HMMSEARCH(1p)

Description

       Not technically a Bio::Tools::Run script as this doesn't use any Bioperl or Bioperl-run components but
       it's useful.

   MandatoryOptions:
         -p  HMM profile to use for the search.
         -f  INDEX file that contains a list of FASTA files for the multiple
             search.

   SpecialOptions:
         -i  Create a new index file with the resulting hmms files. This is
             useful if you want to pass this list as input arguments into
             another programs.
         -h  Show this documentation.

Feedback

MailingLists
       User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments
       and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated.

         bioperl-l@bioperl.org                  - General discussion
         http://bioperl.org/wiki/Mailing_lists  - About the mailing lists

   ReportingBugs
       Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution.
       Bug reports can be submitted via the web:

         http://redmine.open-bio.org/projects/bioperl/

Name

       multi_hmmsearch - perform a hmmsearch into multiple FASTA files using
                         an INDEX file

Synopsis

       multi_hmmsearch -p hmm_file [-i] -f index_file

See Also