Skip to content
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

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

Closed
unode opened this issue May 21, 2019 · 0 comments
Closed

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

unode opened this issue May 21, 2019 · 0 comments

Comments

@unode
Copy link
Member

unode commented May 21, 2019

When using ngless --install-reference-data, there's no ngless script/directive so we default to NGLVersion 0 0 as per:

ngle = unsafePerformIO (newIORef $ NGLEnvironment (NGLVersion 0 0) Nothing "" ["bwa"] [] (error "Configuration not set"))

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 .

luispedro added a commit to luispedro/ngless that referenced this issue May 26, 2022
Several bugfixes included since beta1:

- Do not fail when merging empty files (ngless-toolkit#113)
- Fix version in install-reference mode (ngless-toolkit#107)
- Update --create-reference-pack mode (ngless-toolkit#108)
- Reset terminal colors after error for `--download-demo` mode
- Add --trace argument to all modes
luispedro added a commit to luispedro/ngless that referenced this issue May 30, 2022
Many bugfixes and improvements since `1.3.0`

- Do not fail when merging empty files (ngless-toolkit#113)
- Fix version in install-reference mode (ngless-toolkit#107)
- Update --create-reference-pack mode (ngless-toolkit#108)
- Reset terminal colors after error for `--download-demo` mode
- Add --trace argument to all modes
- Newer version of megahit
- Builtin gmgc module
- Faster internals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant