refresh-bio / KMC

Fast and frugal disk based k-mer counter
277 stars 72 forks source link

Windows release file appears broken #195

Closed rcedgar closed 2 years ago

rcedgar commented 2 years ago
wget https://github.com/refresh-bio/KMC/releases/download/v3.2.1/KMC3.2.1.windows.tar.gz

ls -l KMC3.2.1.windows.tar.gz
-rw-r--r-- 1 Computer Computer 104851968 Aug 19 11:53 KMC3.2.1.windows.tar.gz

md5sum KMC3.2.1.windows.tar.gz
2e8d7b1d397316bc6cc9c058617e880a *KMC3.2.1.windows.tar.gz

tar -ztvf KMC3.2.1.windows.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
marekkokot commented 2 years ago

Thanks. Seems I've done something incorrectly creating tar.gz. This way it works:

tar -xvf KMC3.2.1.windows.tar.gz
tar xf KMC3.2.1.windows.tar

Anyway, I repacked it and replaced the release. Thank you!