We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1600182 commit c3b4538Copy full SHA for c3b4538
README.md
@@ -11,8 +11,16 @@
11
12

13
14
-## quick install
+## quick install on Linux
15
```bash
16
+### pre-combiled binary
17
+wget https://github.com/jean-pierreBoth/gsearch/releases/download/v0.1.5/gsearch_Linux_x86-64_v0.1.5.zip
18
+unzip gsearch_Linux_x86-64_v0.1.5.zip
19
+chmod a+x ./gsearch_Linux_x86-64_v0.1.5/*
20
+cd gsearch_Linux_x86-64_v0.1.5
21
+./gsearch -h
22
+
23
+### Install via bioconda (hmmsearch_rs and hnswcore not available for now)
24
conda install -c conda-forge -c bioconda gsearch
25
```
26
0 commit comments