Skip to content

Commit

Permalink
fix: create a branch while moving to the importer tag
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Jun 28, 2024
1 parent 2dff51a commit 79dd8d6
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 v4.0.0-duckdb)
(cd db-import && git checkout -b v4.0.0-duckdb 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 v4.0.0-duckdb)
(cd db-import && git checkout -b v4.0.0-duckdb v4.0.0-duckdb)
```

## Importing antiSMASH JSONs to the database
Expand Down

0 comments on commit 79dd8d6

Please sign in to comment.