From 23cdb8bc3c18265d3100d0a6145660314b083765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Mill=C3=A1n=20Acosta?= <83466805+jmillanacosta@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:41:08 +0100 Subject: [PATCH] Update chebi.yml --- .github/workflows/chebi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chebi.yml b/.github/workflows/chebi.yml index 73bc2f62..217b52b1 100644 --- a/.github/workflows/chebi.yml +++ b/.github/workflows/chebi.yml @@ -100,7 +100,7 @@ jobs: chmod +x check_release_vars/config check_release_vars/config . ##Download ChEBI SDF file - wget https://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel"${{ RELEASE }}"/SDF/ChEBI_complete_3star.sdf.gz + wget https://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel"$RELEASE"/SDF/ChEBI_complete_3star.sdf.gz ##Unzip gz file: gunzip ChEBI_complete_3star.sdf.gz