Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Feb 5, 2025
1 parent 60551f6 commit af12211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/update-all-databases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function download-dbs {
> ${db_data}/GNOme.obo.gz
curl -L https://glycosmos.org/download/glycosmos_glycans_list.csv \
| cut -f1,2 -d',' \
| gzip -c > ${db_data}/glycosmos_glycans_list_filtered.csv.gz
| gzip -c > ${db_data}/glycosmos_glycans_list.csv.gz
}

# Serialize the databases to binary blobs to build into rustyms.
Expand Down

0 comments on commit af12211

Please sign in to comment.