File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -62,16 +62,15 @@ Adapt the mount flags (``-v``) as needed.
6262
6363### Linux
6464
65- You can get a [ statically linked version of NGless
66- 1.1.1] ( https://github.com/ngless-toolkit/ngless/releases/download/v1.1.1/NGLess-1.1.1-static-Linux64 )
67- or a [ build of the latest development
68- code] ( https://github.com/ngless-toolkit/ngless/actions/workflows/build_static_embedded_nix.yml )
65+ You can download a [ statically linked version of NGless
66+ 1.4.0-beta] ( https://github.com/ngless-toolkit/ngless/releases/download/v1.4.0-beta1/ngless-v1.4.0-beta1-static )
67+
6968This should work across a wide range of Linux versions (please
7069[ report] ( https://github.com/ngless-toolkit/ngless/issues ) any issues you encounter):
7170
72- curl -L -O https://github.com/ngless-toolkit/ngless/releases/download/v1.1.1/NGLess-1.1.1-static-Linux64
73- chmod +x NGLess-1.1.1-static-Linux64
74- ./NGLess-1.1.1-static-Linux64
71+ curl -L -O https://github.com/ngless-toolkit/ngless/releases/download/v1.4.0-beta1/ngless-v1.4.0-beta1-static
72+ chmod +x ngless-v1.4.0-beta1-static
73+ ./ngless-v1.4.0-beta1-static
7574
7675This downloaded file bundles bwa, samtools and megahit (also statically linked).
7776
You can’t perform that action at this time.
0 commit comments