homopolymer / RAMBL

Large-scale 16S gene assembly using metagenomic shotgun sequences
5 stars 4 forks source link

Error installing RAMBL: [Errno 13] Permission denied #3

Open YiweiNiu opened 5 years ago

YiweiNiu commented 5 years ago

Hi,

I got the following error when installing RAMBL.

$ ~/software/Python.2.7.13/bin/python setup.py install --prefix=$PWD
running install
running build
running build_scripts
Compiling StrainCall
error: [Errno 13] Permission denied

Bests, Yiwei Niu

AlessioMilanese commented 2 years ago

I got the same error. @YiweiNiu, did you manage to solve it?

AlessioMilanese commented 2 years ago

I solved it. Use this before cloning RAMBL:

export CXX=$(which g++)