From 2dff51a6f6264b4482499ac4931c6c8ced5aa9f0 Mon Sep 17 00:00:00 2001 From: Matin Nuhamunada Date: Fri, 28 Jun 2024 13:00:08 +0000 Subject: [PATCH] feat: use a pinned release for the duckdb importer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bad3c69..4423892 100644 --- a/README.md +++ b/README.md @@ -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/). @@ -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