Skip to content

Commit

Permalink
Update GTDB-tk recipe (#40333)
Browse files Browse the repository at this point in the history
* Update download-db.sh in GTDBtk

* Update meta.yaml
  • Loading branch information
rpetit3 committed Apr 10, 2023
1 parent 3f0deb3 commit 24edf2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions recipes/gtdbtk/download-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ if conda env config vars set GTDBTK_DATA_PATH="$TARGET_DIR"; then
echo "[INFO] - Added GTDBTK_DATA_PATH ($TARGET_DIR) to the GTDB-Tk conda environment."
else
echo "[INFO] - Conda not found in PATH, please be sure to set the GTDBTK_DATA_PATH envrionment variable"
echo " export GTDBTK_DATA_PATH=$TARGET_DIR before running GTDB-Tk. "
exit 1
echo "export GTDBTK_DATA_PATH=$TARGET_DIR before running GTDB-Tk. "
fi

exit 0
2 changes: 1 addition & 1 deletion recipes/gtdbtk/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 547d5f7882b3ae7174be7997d2a8593ac90cfb1d98792ca99dc917bbf2c9f1d2
build:
number: 0
number: 1
noarch: python
entry_points:
- gtdbtk = gtdbtk.__main__:main
Expand Down

0 comments on commit 24edf2f

Please sign in to comment.