|
The OBITools3 are now available to download from git, and should soon be on Nix and PyPI.
|
|
The OBITools3 are now available to download from git, and will soon be on Nix.
|
|
|
|
|
|
Tutorial:
|
|
Tutorial using most commands:
|
|
[Wolf tutorial](Wolf_tutorial)
|
|
[Wolf tutorial](Wolf_tutorial)
|
|
|
|
|
|
### Installing the OBITools3
|
|
### Installing the OBITools3
|
... | @@ -15,6 +15,7 @@ Then you can do: |
... | @@ -15,6 +15,7 @@ Then you can do: |
|
. obi3-env/bin/activate
|
|
. obi3-env/bin/activate
|
|
pip install cython
|
|
pip install cython
|
|
python setup.py install
|
|
python setup.py install
|
|
|
|
. obi_completion_script.sh
|
|
|
|
|
|
And test the installation with:
|
|
And test the installation with:
|
|
|
|
|
... | @@ -58,3 +59,7 @@ The new database system used by the OBITools3 (called **DMS** for Data Managemen |
... | @@ -58,3 +59,7 @@ The new database system used by the OBITools3 (called **DMS** for Data Managemen |
|
* `obi -h` gives a list of all the commands.
|
|
* `obi -h` gives a list of all the commands.
|
|
|
|
|
|
* `obi command -h` prints the help of the command.
|
|
* `obi command -h` prints the help of the command.
|
|
|
|
|
|
|
|
* `obi --version` prints the version of the OBITools3 installed.
|
|
|
|
|
|
|
|
* Autocompletion of commands and views is available (by pressing tab after 'obi') |