Closed Yiguan closed 6 years ago
for me the gz archive cannot be unzipped in either linux
tar -zxvf PopLDdecay3.27.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
or osx
$ tar -zxvf PopLDdecay3.27.tar.gz
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
@cfljam I have Re-uploaded the XX.tar.gz but i also check gzip -t it. it is ok gzip file . you can re-download it and try again .
I had downloaded it by myself and installed it is ok now. so please check your files download files completed
Many thanks!
Tool is working VERY Nicely thank you
Is there a citation for this tool?
On 15/06/2017, at 9:17 PM, hewm2008 notifications@github.com<mailto:notifications@github.com> wrote:
@cfljamhttps://github.com/cfljam I have Re-uploaded the XX.tar.gz but i also check gzip -t it. it is ok gzip file . you can re-download it and try again . I had downloaded it by myself and installed it is ok now. so please check your files download files completed
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/BGI-shenzhen/PopLDdecay/issues/1#issuecomment-308676520, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAQYmWC6K905uYBNZURK9Lvh0r5w4sdgks5sEPaSgaJpZM4M60aU.
The contents of this e-mail are confidential and may be subject to legal privilege. If you are not the intended recipient you must not use, disseminate, distribute or reproduce all or any part of this e-mail or attachments. If you have received this e-mail in error, please notify the sender and delete all material pertaining to this e-mail. Any opinion or views expressed in this e-mail are those of the individual sender and may not represent those of The New Zealand Institute for Plant and Food Research Limited.
@cfljam @Yiguan As I knows to install on the macOS platform: step 1 : you must re-install two library 【lib and gzstream】
step 2 : Copy these two library into Dir PopLDdecay3.30/src/include/gzstream PopLDdecay3.30/src/include/zlib
step 3: sh make.sh
I hope this can help you.
If Lib [zlib] do not work you can download form this website and install it http://www.zlib.net/
If Lib [gzstream] do not work you can download form this website and install it http://www.cs.unc.edu/Research/compgeom/gzstream/
@Yiguan For macOS
see [zlib and gzstream] website
cp libz.a libz.so* PopLDdecayXX/src/include/zlib
cp libgzstream.a PopLDdecayXX/src/include/gzstream
sh make.sh # or [make && make clean]
I followed the instruction to make file on MacOS, and an error was issued when I type 'make': It begun like this: ############
################ I don't know where is the problem. THanks!