Anyone use MToolBox to analysis mtDNA sequencing data? When I run MToolBox, it always shows this error. "bash MToolBox.sh -i config.sh
setup.sh file not found. Setting MToolBox environment sourcing conf.sh file setting up MToolBox variables in config file ... ...done Check python version... (2.7 required) OK. Checking files to be used in MToolBox execution... MToolBox.sh: line 173: check_files.py: command not found"
But setup.sh is in the same folder. How can I fix this issue? Thanks
Can you add at that folder to $PATH (
export PATH=$PATH:/path_to/MToolBox_folder
(replace with a real path)?