Hi, i am trying to run mic_prediction (https://github.com/PATRIC3/mic_prediction) tool and i also follow their manual still i am getting this error. If anyone know please help me ?
sh testRun.sh**
/home/bvs/Neelam/mic_prediction/kmc.sh: line 25: kmc: command not found /home/bvs/Neelam/mic_prediction/kmc.sh: line 27: kmc_dump: command not found Terminating run... Traceback (most recent call last): File "/home/bvs/Neelam/mic_prediction/makeMatrix.py", line 39, in <module> f = open(argv[1]) IOError: [Errno 2] No such file or directory: 'temp//1001.fasta.10.kmrs' Traceback (most recent call last): File "/home/bvs/Neelam/mic_prediction/testXGBoost.py", line 7, in <module> import xgboost as xgb ImportError: No module named xgboost Traceback (most recent call last): File "/home/bvs/Neelam/mic_prediction/testXGBoost.py", line 7, in <module> import xgboost as xgb ImportError: No module named xgboost
Thank you!