Given a motif sequence(s) and a reference dataset, runs an HMM search iteratively until the search converges.
Please cite:
(Unpublished at the moment)
(required)
POSIX (Perl module)
Math::CDF (Perl module)
HMMER (tested version is v3.3)
MAFFT (tested version is v7.4)
WebLogo (tested version is v3.6)
(highly recommended)
miniconda
MATCHMAKER is a perl script and does not require any installation. However, before running, set the proper path for script directory. (At line 40)
Then simply run MATCHMAKER.pl once like the following:
perl <SOME/PATH/TO/MATCHMAKER.pl>
This will check for each dependency and reports to you if there is anything missing. If miniconda is installed, it will also give you the command to install the missing package or tool.
MATCHMAKER comes with a test dataset.
For a test run, try the following command:
perl MATCHMAKER.pl --element_name TEST\
--query <PATH/TO/MATCHMAKER/TEST/QUERY.fas>\
--database <PATH/TO/MATCHMAKER/TEST/DATABASE.fas>\
--out_dir <PATH/TO/OUTPUT/DIR>
Also to get help, try the following command:
perl <SOME/PATH/TO/MATCHMAKER.pl> --help