Skip to content
Snippets Groups Projects
Commit a4b38178 authored by Akdel's avatar Akdel
Browse files

Merge branches 'doc' and 'master' of https://git.wur.nl/durai001/caretta

# Conflicts:
#	bin/caretta-app-demo
parent 782b14c0
No related branches found
No related tags found
No related merge requests found
...@@ -21,17 +21,17 @@ git clone https://git.wur.nl/durai001/caretta.git ...@@ -21,17 +21,17 @@ git clone https://git.wur.nl/durai001/caretta.git
cd caretta cd caretta
``` ```
### Installing both the command-line interface and the web-application: ### Install both the command-line interface and the web-application:
```bash ```bash
pip install -e .[GUI] pip install -e ".[GUI]"
cd bin cd bin
chmod +x caretta-cli chmod +x caretta-cli
chmod +x caretta-app chmod +x caretta-app
``` ```
### Installing only the command-line interface: ### Install only the command-line interface:
```bash ```bash
pip install -e . pip install .
cd bin cd bin
chmod +x caretta-cli chmod +x caretta-cli
``` ```
...@@ -47,7 +47,8 @@ export NUMBA_NUM_THREADS=20 # change to required number of threads ...@@ -47,7 +47,8 @@ export NUMBA_NUM_THREADS=20 # change to required number of threads
### Command-line Usage ### Command-line Usage
```bash ```bash
./caretta-cli ../test_data/Antifreeze ./caretta-cli input_pdb_folder
# e.g. ./caretta-cli ../test_data/Antifreeze
# caretta-cli -h for more options # caretta-cli -h for more options
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment