File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
duckdb-schema /
2
2
db-schema /
3
+ antismash_db_duckb /
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ This guide provides instructions on how to Initialize a local [antiSMASH Databas
6
6
7
7
``` bash
8
8
set -e
9
- git clone git@github.com:matinnuhamunada/antismash_db_duckdb .git
10
- cd antismash_db_duckdb
9
+ git clone git@github.com:NBChub/antismash_db-schema_duckdb .git
10
+ cd antismash_db-schema_duckdb
11
11
python -m venv antismash_db_duckb
12
12
source ./antismash_db_duckb/bin/activate
13
13
pip install -r requirements.txt
@@ -22,7 +22,7 @@ deactivate
22
22
First, clone this repository to your local machine using the following Git command:
23
23
24
24
``` bash
25
- git clone git@github.com:matinnuhamunada/antismash_db_duckdb .git
25
+ git git@github.com:NBChub/antismash_db-schema_duckdb .git
26
26
```
27
27
28
28
2 . Create a Virtual Environment & Install Dependencies
You can’t perform that action at this time.
0 commit comments