novoalab / EpiNano

Detection of RNA modifications from Oxford Nanopore direct RNA sequencing reads (Liu*, Begik* et al., Nature Comm 2019)
GNU General Public License v2.0
109 stars 31 forks source link

Remove test dataset from the relases #105

Closed lucacozzuto closed 2 years ago

lucacozzuto commented 2 years ago

Hi, I suggest placing the test dataset in another repository since it generates a compressed archive of 4.5 Gb.

Huanle commented 2 years ago

It's done. Please refer to https://github.com/novoalab/EpiNano/blob/master/test_data/make_predictions/README.md

delocalizer commented 2 years ago

The files are removed in the current version but remain in all git history so a clone of this repo is still huge. I suggest using git filter-repo to expunge them e.g. https://stackoverflow.com/a/66359970/6705037

lucacozzuto commented 2 years ago

You can also do a git clone --depth 1