|
| 1 | + |
| 2 | +PopLDdecay: A new simple and efficient software for Linkage Disequilibrium Decay analysis based Variant Call Format |
| 3 | + |
| 4 | +1) Introduction |
| 5 | +----------------------------------------------------------------------------------------------------------------- |
| 6 | +################################################################################################################# |
| 7 | + |
| 8 | +This software relies on the zlib library packages [zlib] |
| 9 | + |
| 10 | +----------------------- zlib infomation ---------------------- |
| 11 | +if Lib [zlib] do not work |
| 12 | +you can download form this website and install it |
| 13 | +http://www.zlib.net/ |
| 14 | + |
| 15 | +2) INSTALL Method1 |
| 16 | +---------------------------------------------------------------------------------------------------------------- |
| 17 | +################################################################################################################ |
| 18 | + |
| 19 | +Just execute as follows : |
| 20 | + git clone https://github.com/hewm2008/PopLDdecay.git |
| 21 | + chmod 755 configure ; ./configure ; |
| 22 | + make; |
| 23 | + mv PopLDdecay bin/ ; |
| 24 | + |
| 25 | + |
| 26 | +**Note:** If fail to link,try to <b>re-install</b> the libraries [**_zlib_**](https://zlib.net/) |
| 27 | + |
| 28 | + |
| 29 | +3) INSTALL Method2 |
| 30 | +---------------------------------------------------------------------------------------------------------------- |
| 31 | +################################################################################################################ |
| 32 | +A) Method2 For linux/Unix |
| 33 | + For linux/Unix , execute as follows : |
| 34 | + tar -zxvf PopLDdecayXXX.tar.gz |
| 35 | + cd PopLDdecayXXX; |
| 36 | + cd src; |
| 37 | + make ; make clean |
| 38 | + ../bin/PopLDdecay |
| 39 | + |
| 40 | + #I had compiled and installed these gz library packages [zlib] on the linux X64 platform |
| 41 | + if Link do not work ,try Re-install the gz library and copy them to the library Dir |
| 42 | + |
| 43 | + PopLDdecayXX/src/include/zlib |
| 44 | + |
| 45 | + |
| 46 | +B) Method2 For macOS platform INSTALL |
| 47 | + you should must pre-install the library [zlib] and copy them to the corresponding library directory |
| 48 | + |
| 49 | + #step1 :Should must <b>re-install</b> the gz library [zlib] |
| 50 | + see [zlib] website |
| 51 | + |
| 52 | + #step2 : # Copy these gz library file into the corresponding library directory |
| 53 | + |
| 54 | + cp libz.a libz.so* PopLDdecayXX/src/include/zlib |
| 55 | + |
| 56 | + #step3 : |
| 57 | + sh make.sh # or [make && make clean] |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | +C) Other Method |
| 62 | +Note if it can't work . follow below B1-B6 or use the static Compiled [BamDeal_Linux ] |
| 63 | +############################################ |
| 64 | + #autoscan ./ |
| 65 | + #cp configure.scan configure.ac |
| 66 | + |
| 67 | +# if can't work, follow below 6 commands |
| 68 | + B1: aclocal #// src/automake-1.9/aclocal |
| 69 | + B2: autoconf #// src/automake-1.9/autoconf |
| 70 | + B3: autoheader #// src/automake-1.9/autoheader |
| 71 | + B4: automake --add-missing #// src/automake-1.9/automake --add-missing |
| 72 | + B5: ./configure |
| 73 | + B6: make |
| 74 | +############################################# |
| 75 | +#swimming in the sky & flying in the sea# |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | +4) Contact |
| 80 | +---------------------------------------------------------------------------------------------------------------- |
| 81 | +################################################################################################################ |
| 82 | +email: hewm2008@gmail.com / hewm2008@qq.com |
| 83 | +join the QQ Group : 125293663 |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | +######################swimming in the sky and flying in the sea ########################### ## |
| 88 | + |
| 89 | + |
| 90 | + |
0 commit comments