Load the software
When running module spider orthomcl
on a dev-node, you will see the
following:
1 2 3 4 5 6 7 8 9 10 |
|
They are the same version of OrthoMCL, except that the custom one has fixed a possible error due to sequence identifier. See the issue reported in GitHub.
Since OrthoMCL uses BLAST, it needs to be loaded as well. An example of loading OrthoMCL would be
1 2 3 4 |
|
The next thing you need to do is to request and set up your MySQL configuration file, see https://docs.icer.msu.edu/MySQL_configuration/
After you have your config file (say orthomcl.config
) ready, you need
to run orthomclInstallSchema
to install the required schema into the
database:
1 |
|
For the rest of your analysis steps, please read http://orthomcl.org/common/downloads/software/v2.0/UserGuide.txt