Skip to content

Commit

Permalink
Update chebi.yml
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
jmillanacosta authored Jan 29, 2024
1 parent 565bd6d commit 1512d98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chebi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
release_number: ${{ needs.check_new_release.outputs.release_number }}
run: |
##Download ChEBI SDF file
wget https://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel"$release_number"/SDF/ChEBI_complete_3star.sdf.gz
echo $release_number
wget "https://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel${release_number}/SDF/ChEBI_complete_3star.sdf.gz"
##Unzip gz file:
gunzip ChEBI_complete_3star.sdf.gz
Expand Down

0 comments on commit 1512d98

Please sign in to comment.