Skip to content

Commit

Permalink
Add -c to gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Feb 5, 2025
1 parent 729cdb5 commit cf7c70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 https://glycosmos.org/download/glycosmos_glycans_list.csv \
| cut -f1,2 -d',' \
| gzip > ${db_data}/glycosmos_glycans_list_filtered.csv.gz
| gzip -c > ${db_data}/glycosmos_glycans_list_filtered.csv.gz
}

# Serialize the databases to binary blobs to build into rustyms.
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rustyms-generate-databases/data
rustyms-generate-databases/data/*
!rustyms-generate-databases/data/CIAAW*
!rustyms-generate-databases/data/IUPAC*
/target
Expand Down

0 comments on commit cf7c70e

Please sign in to comment.