mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
New install script updated for github
This commit is contained in:
@ -5,7 +5,7 @@ They are implemented in *GO* and are tens of times faster than OBITools2.
|
||||
|
||||
The git for *OBITools4* is available at :
|
||||
|
||||
> https://metabarcoding.org/obitools4
|
||||
> https://github.com/metabarcoding/obitools4
|
||||
|
||||
## Installing *OBITools V4*
|
||||
|
||||
@ -13,7 +13,7 @@ An installation script that compiles the new *OBITools* on your Unix-like system
|
||||
The easiest way to run it is to copy and paste the following command into your terminal
|
||||
|
||||
```{bash}
|
||||
curl -L https://metabarcoding.org/obitools4/install.sh | bash
|
||||
curl -L https://raw.githubusercontent.com/metabarcoding/obitools4/master/install_obitools.sh | bash
|
||||
```
|
||||
|
||||
By default, the script installs the *OBITools* commands and other associated files into the `/usr/local` directory.
|
||||
@ -33,7 +33,7 @@ available on your system, the installation script offers two options:
|
||||
You can use these options by following the installation command:
|
||||
|
||||
```{bash}
|
||||
curl -L https://metabarcoding.org/obitools4/install.sh | \
|
||||
curl -L https://raw.githubusercontent.com/metabarcoding/obitools4/master/install_obitools.sh | \
|
||||
bash -s -- --install-dir test_install --obitools-prefix k
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user