waldronlab / bugphyzzExports

1 stars 1 forks source link

Large files #33

Closed jwokaty closed 1 year ago

jwokaty commented 1 year ago

The action is now reporting that the full dump files exceed GitHub action's storage requirement, which is 100MB:

[main b7b6c48] Weekly export update
 [12](https://github.com/waldronlab/bugphyzzExports/actions/runs/6161919201/job/16722246050#step:6:13) files changed, 2172 insertions(+), [13](https://github.com/waldronlab/bugphyzzExports/actions/runs/6161919201/job/16722246050#step:6:14)88 deletions(-)
 rewrite bugphyzz-genus-NCBI_ID.gmt (83%)
 rewrite bugphyzz-genus-Taxon_name.gmt (81%)
 create mode 100644 full_dump.csv
 create mode 100644 full_dump_with_0.csv
remote: error: Trace: a6583260125e2ab42baea61815bbae4ac547c0ba0ecc525eb5b8b815264b646c        
remote: error: See https://gh.io/lfs for more information.        
remote: error: File full_dump_with_0.csv is 2623.19 MB; this exceeds GitHub's file size limit of 100.00 MB        
remote: error: File full_dump.csv is 11[14](https://github.com/waldronlab/bugphyzzExports/actions/runs/6161919201/job/16722246050#step:6:15).11 MB; this exceeds GitHub's file size limit of 100.00 MB        
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com./        
To https://github.com/waldronlab/bugphyzzExports
 ! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'https://github.com/waldronlab/bugphyzzExports'

It's not clear exactly what's happening other than it's trying to git add the csv files, but only the compressed files should be included.

jwokaty commented 1 year ago

Resolved by https://github.com/waldronlab/bugphyzzExports/commit/069c7af33917a194308da7316dd41c7ab52058b7