Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GTDB-tk recipe #40333

Merged
merged 2 commits into from
Apr 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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