Skip to content

Commit

Permalink
feat: use a pinned release for the duckdb importer
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Jun 28, 2024
1 parent 13e3c0c commit 2dff51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This guide provides instructions on how to Initialize a local [antiSMASH Databas
export PATH="$HOME/.cargo/bin:$PATH"
# 3. Clone the JSON importer:
git clone git@github.com:matinnuhamunada/db-import.git
(cd db-import && git checkout duckdb)
(cd db-import && git checkout v4.0.0-duckdb)
```

2. Setting Up Environment Variables. Get your Entrez API Key [here](https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/).
Expand Down Expand Up @@ -113,7 +113,7 @@ Then follow these steps to install the required packages and repositories:

# 3. Clone the JSON importer:
git clone git@github.com:matinnuhamunada/db-import.git
(cd db-import && git checkout duckdb)
(cd db-import && git checkout v4.0.0-duckdb)
```

## Importing antiSMASH JSONs to the database
Expand Down

0 comments on commit 2dff51a

Please sign in to comment.