arq5x / gemini

a lightweight db framework for exploring genetic variation.
http://gemini.readthedocs.org
MIT License
318 stars 120 forks source link

--nosudo not working #881

Closed Vaidhy-M closed 6 years ago

Vaidhy-M commented 6 years ago

I am trying to install GEMINI without admin access and it fails saying

gemini_install.py: error: unrecognized arguments: --nosudo

This is the command I used,

python gemini_install.py ~/gemini ~/gemini --nosudo

brentp commented 6 years ago

Hi, gemini doesn't use sudo any more, so just run without --nosudo. I just removed the last remnants of that from the docs. thanks for reporting.

Vaidhy-M commented 6 years ago

Thank you so much for the quick response!