metagenomics / metagenomics-tk

GNU Affero General Public License v3.0
0 stars 0 forks source link

Database reduce disk space consumption #329

Open pbelmann opened 1 year ago

pbelmann commented 1 year ago

We download in database related Nextflow processes the corresponding database, decompress it and then delete the compressed version. This means that a certain point in time the compressed and decompressed version consume disk space.

The solution would be to pipe the wget (and s5cmd?) output to the linux tar command.