arq5x / gemini

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

gemini_install.py --gemini-version option not working #933

Open gmteunisse opened 4 years ago

gmteunisse commented 4 years ago

Dear all,

I'm trying to build a DockerFile for GEMINI that will always build to the same version. It seems that this should be achieved through the option --gemini-version when running python gemini_install.py. Unfortunately, I haven't been able to figure out what specific formatting the passed argument should take. So far I've tried:

which all result in the following error:

main(parser.parse_args())
  File "gemini_install.py", line 76, in main
    raise ValueError('Gemini version %s could not be found. Try the latest version.' % args.gemini_version)
ValueError: Gemini version v0.20.1 could not be found. Try the latest version.

I'm not sure if this is an issue, or whether I'm not formatting this argument correctly. Could anybody shine a light on this?

Cheers, Guus.