Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
何伟明(Weiming He) committed Jun 27, 2022
1 parent 21fd30f commit e010bc9
Show file tree
Hide file tree
Showing 46 changed files with 23,256 additions and 31 deletions.
90 changes: 90 additions & 0 deletions INSTALL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@

PopLDdecay: A new simple and efficient software for Linkage Disequilibrium Decay analysis based Variant Call Format

1) Introduction
-----------------------------------------------------------------------------------------------------------------
#################################################################################################################

This software relies on the zlib library packages [zlib]

----------------------- zlib infomation ----------------------
if Lib [zlib] do not work
you can download form this website and install it
http://www.zlib.net/

2) INSTALL Method1
----------------------------------------------------------------------------------------------------------------
################################################################################################################

Just execute as follows :
git clone https://github.com/hewm2008/PopLDdecay.git
chmod 755 configure ; ./configure ;
make;
mv PopLDdecay bin/ ;


**Note:** If fail to link,try to <b>re-install</b> the libraries [**_zlib_**](https://zlib.net/)


3) INSTALL Method2
----------------------------------------------------------------------------------------------------------------
################################################################################################################
A) Method2 For linux/Unix
For linux/Unix , execute as follows :
tar -zxvf PopLDdecayXXX.tar.gz
cd PopLDdecayXXX;
cd src;
make ; make clean
../bin/PopLDdecay

#I had compiled and installed these gz library packages [zlib] on the linux X64 platform
if Link do not work ,try Re-install the gz library and copy them to the library Dir

PopLDdecayXX/src/include/zlib


B) Method2 For macOS platform INSTALL
you should must pre-install the library [zlib] and copy them to the corresponding library directory

#step1 :Should must <b>re-install</b> the gz library [zlib]
see [zlib] website

#step2 : # Copy these gz library file into the corresponding library directory

cp libz.a libz.so* PopLDdecayXX/src/include/zlib

#step3 :
sh make.sh # or [make && make clean]



C) Other Method
Note if it can't work . follow below B1-B6 or use the static Compiled [BamDeal_Linux ]
############################################
#autoscan ./
#cp configure.scan configure.ac

# if can't work, follow below 6 commands
B1: aclocal #// src/automake-1.9/aclocal
B2: autoconf #// src/automake-1.9/autoconf
B3: autoheader #// src/automake-1.9/autoheader
B4: automake --add-missing #// src/automake-1.9/automake --add-missing
B5: ./configure
B6: make
#############################################
#swimming in the sky & flying in the sea#



4) Contact
----------------------------------------------------------------------------------------------------------------
################################################################################################################
email: [email protected] / [email protected]
join the QQ Group : 125293663



######################swimming in the sky and flying in the sea ########################### ##



Loading

0 comments on commit e010bc9

Please sign in to comment.