Open ghost opened 5 years ago
Sorry for the hassle. I agree we need to tag our releases in git, and will get this effected shortly.
Re: pysam, if your system python has the same version of pysam (and other dependencies as in requirements.txt) then it should be fine. I haven't tested lmod thus far, but can do it next week.
Did you create a virtualenv? It may be worth trying to do it via the virtualenv?
Thanks for your prompt reply. Unfortunately we sort of prefer not to complicate our cluster environment by installing a virtualenv. I was initially using a slightly newer version of pysam (0.9.0), however, I have also tested with the version listed in the reqs. (0.8.2.1) without success. Looking forward to the results of your lmod test.
Pysam 0.8.2.1 not working is weird. What is the OS on your cluster? I'll try to reproduce the issue on our end if possible.
CentOS release 6.7 (Final)
(we are definitely due for an upgrade!)
Hi, I ran into the same problem, check your pysam install, if it says it isn't installed just install on your virtualenv, if it works try the code again, I had to install htslib in the virtual environment to get pysam to install
Note: ensure that the install is pysam=0.8.2.1 or youll run into a string index error
Best
Marc
I am attempting to install marginAlign into a cluster environment utilising the lmod modules system (so I suppose I am also echoing alanorth's request to please tag your releases in git).
I have satisfied each of the dependencies listed in the requirements.txt and am able to import them successfully into the system python.
However, running any of the executables results in an import error related to pysam:
Is there any other requirement related to pysam that needs to be satisfied in order to be able to run marginAlign against the system python?