Windows - microDM/MicFunPred GitHub Wiki
Dependencies
-
NCBI-BLAST
Window executable of NCBI-BLAST can be found at ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/. Download the executable install the program.
Then add NCBI-BLAST to system PATH variable. Follow these links in case you don't know how to do it. Link1 and Link2
-
GLPK-utils
Similarly to NCBI, you have to download and install GLPK-utils on windows from http://winglpk.sourceforge.net/.
Installing MicFunPred
- Install from source
git clone [email protected]:microDM/MicFunPred.git cd MicFunPred python setup.py install