CogDisResLab / drugfindR

Repository holding the code for the drugfindR R package
GNU General Public License v3.0
8 stars 3 forks source link

Devise a way to reduce the individual file size #8

Closed AliSajid closed 1 year ago

AliSajid commented 1 year ago

We ship the LINCS data files metadata with the package. This has resulted in some files (particularly raw/LINCS-Perturbagen-Metadata.xls being over the limit.

BioConductor Submission Guidelines state that an individual file can not be more than 5MB.

Here are the potential solutions:

AliSajid commented 1 year ago

Managed to remove unnecessary data stored in the files and the compressed the raw-data files.