-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from hxj5/master
update to v1.2.3
- Loading branch information
Showing
6 changed files
with
28 additions
and
12 deletions.
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ dnl - github:htslib https://github.com/samtools/htslib/blob/550c6b1b98414ef60eeb | |
dnl - github:samtools https://github.com/samtools/samtools/blob/develop/configure.ac | ||
|
||
AC_PREREQ([2.63]) | ||
AC_INIT([cellsnp-lite], [1.2.2], [[email protected]]) | ||
AC_INIT([cellsnp-lite], [1.2.3], [[email protected]]) | ||
|
||
dnl Use subdir-objects option so that the source files in subdir `src` | ||
dnl could be compiled successfully | ||
|
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
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
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
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
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
#define DEVELOP 0 | ||
|
||
#define CSP_NAME "cellsnp-lite" | ||
#define CSP_VERSION "1.2.2" | ||
#define CSP_VERSION "1.2.3" | ||
#define CSP_AUTHOR "hxj5<[email protected]>" | ||
|
||
#define JF_ZIP_TYPE 2 // 1, gzip; 2, bgzip. | ||
|