Open mimifp opened 1 year ago
I encountered a similar issue and resolved it by ensuring the netMHCpan configuration was correctly set up. Please check the following in your configuration:
Verify the correct path to the netMHCpan home directory. It should look like this in your configuration file:
setenv NMHOME /path/to/netMHC/netMHCpan-4.0/
Ensure the path to the temporary directory (TMPDIR) is correctly specified. You might want to create a 'tmp' folder in your netMHCpan installation directory for this purpose:
setenv TMPDIR /path/to/netMHCpan-4.0/tmp/
Check the netMHCpan path in the MuPeXI's config file. It should be specified like this:
MHC = /path/to/netMHCpan-4.0/netMHCpan
Make sure these paths are accurate and reflect your actual directory structure.
I'm trying to run MuPeXI pipeline with test data. There seems to be a problem with NetMHCpan, but I can't seem to fix it. I have checked the paths requested by the tool in its installation, as well as the MuPeXI
config.ini
file. I have also changed the permissions to the$NETMHCpan/data/version file
, giving write and read permissions for other users. Moreover, I hace also addednetmhcpan
executable to my user $PATH.I am working with a conda eviroment to be able to use Python 2.7 and the required versions of pandas, numpy, vep and biopython, since I am running on an HPC with Slurm as task manager. The NetMHCpan-4.0 tool is out of this enviroment, but works separately.
The
data/allelenames
file does contain the allele HLA-B07:02 it says it cannot find.Any idea what might be happening? Thanks in advance