Skip to content

Commit

Permalink
Add -L
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Feb 5, 2025
1 parent cf7c70e commit 60551f6
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 @@ -36,7 +36,7 @@ function download-dbs {
| sed '/(property_value: GNO:00000(022|023|041|042|101|102) .*$\n)|(def: .*$\n)/d' \
| gzip -c \
> ${db_data}/GNOme.obo.gz
curl https://glycosmos.org/download/glycosmos_glycans_list.csv \
curl -L https://glycosmos.org/download/glycosmos_glycans_list.csv \
| cut -f1,2 -d',' \
| gzip -c > ${db_data}/glycosmos_glycans_list_filtered.csv.gz
}
Expand Down

0 comments on commit 60551f6

Please sign in to comment.