You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-20Lines changed: 38 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ While https://biopragmatics.github.io/bioversions provides a daily updated
60
60
static listing of the database, you can run a dynamic version with an API from
61
61
your shell with:
62
62
63
-
```bash
63
+
```console
64
64
$ bioversions web
65
65
```
66
66
@@ -84,25 +84,40 @@ assert res['result']['version'] == '4.2.192', 'This was true on Dec 5th, 2020!'
84
84
You can use `bioversions get` to incorporate the latest versions in your shell
85
85
scripts or REPL usage like in:
86
86
87
-
```bash
87
+
```console
88
88
$ wget "https://downloads.thebiogrid.org/Download/BioGRID/Release-Archive/BIOGRID-$(bioversions get biogrid)/BIOGRID-ALL-$(bioversions get biogrid).mitab.zip"
0 commit comments