-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
何伟明(Weiming He)
committed
Jul 7, 2023
1 parent
338bb99
commit d3588dd
Showing
257 changed files
with
69,356 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
|
||
LDBlockShow: 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/BGI-shenzhen/LDBlockShow.git | ||
chmod 755 configure ; ./configure ; | ||
make; | ||
mv LDBlockShow 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 LDBlockShowXXX.tar.gz | ||
cd LDBlockShowXXX; | ||
cd src; | ||
make ; make clean | ||
../bin/LDBlockShow | ||
|
||
#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 | ||
|
||
LDBlockShowXX/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* LDBlockShowXX/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: hewm2008@gmail.com / hewm2008@qq.com | ||
join the QQ Group : 125293663 | ||
|
||
|
||
|
||
######################swimming in the sky and flying in the sea ########################### ## | ||
|
||
|
||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2018 BGI-shenzhen | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Oops, something went wrong.