-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pip installation error #132
Comments
@moldach you need to use python 2. Currently you are loading python 3. |
Hi @msahraeian Using python2 instead of python3 helped with
This is the error I get:
Removing this flag throws a new error:
Remove another flag, etc. a new error?
|
Hi @moldach, MetaSV is an integrative structural-variant caller, so to run it you first need to prepare the outputs of other individual callers like BreakSeq, BreakDancer, CNVNator, and Pindel. Then you can run MetaSV with the outputs from those callers. |
I'm trying to set up
metaSV
on a shared HPC on ComputeCanada's Cedar and running into an error with thepip
installation.Following the installation instructions I download/load the system requirements first.
First load provided
modules
and setup Pythonenv
:SPAdes
was already available but I needed to downloaded/compiled AGEmake OMP=no
Now I try to install
metaSV
withpip install https://github.com/bioinform/metasv/archive/0.5.2.tar.gz
and get an error:My
uname -a
:The text was updated successfully, but these errors were encountered: