ngless-toolkit / ngless

NGLess: NGS with less work
https://ngless.embl.de
Other
142 stars 24 forks source link

ngless --install-reference-data defaults to script version 0.0 #107

Closed unode closed 2 years ago

unode commented 5 years ago

When using ngless --install-reference-data, there's no ngless script/directive so we default to NGLVersion 0 0 as per: https://github.com/ngless-toolkit/ngless/blob/8bd5681a7b75c3be9ea46dae8c9b2bbf67928ae3/NGLess/NGLess/NGLEnvironment.hs#L42

One possibility would be to require specifying the version in the command-line:

ngless --install-reference-data 1.0 mm10.p5

This issue was first identified and mentioned in #106 .