Open royfrancis opened 7 years ago
I ran into this problem too; a quick fix is to copy over the miso_settings.txt from this repo into ./misopy/settings on your computer
This is an indication that the package was not installed correctly; settings.txt should be available as data from the installed package directory. Did you install with a package manager like pip
?
Yes. It was installed using pip
. I am using python using pyenv on a cluster. It was complaining this does not exist /home/rmf/.pyenv/versions/2.7.6/lib/python2.7/site-packages/misopy/settings/miso_settings.txt
. So I checked at this location and the miso_settings.txt
and the settings directory was missing. I created the directory and copied it from this website as suggested by @sepidehparhami.
Now, it complains about output folder although it has been provided (as shown in my first comment).
Error: need --output-dir to compute Psi values.
did you solve this error?
I got the same error
Hi, I get the following error when I run MISO.
Error: Settings file /home/rmf/.pyenv/versions/2.7.6/lib/python2.7/site-packages/misopy/settings/miso_settings.txt does not exist.
I am running my code like so:
I think my python environment is ok.
samtools
andbedtools
are loaded as well.I was wondering if you might have any ideas on what might be wrong.