Codebase list ngs-sdk / upstream/latest
New upstream version 2.10.1 Michael R. Crusoe 4 years ago
7 changed file(s) with 13 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 # NCBI External Developer Release:
1
2
3 ## NGS SDK 2.10.1
4 **December 16, 2019**
5
6 **ngs**: changed version to match that of _ncbi-vdb_
17
28
39 ## NGS SDK 2.10.0
2222 # ===========================================================================
2323
2424 # NGS-BAM and library version
25 VERSION = 2.10.0
25 VERSION = 2.10.1
2222 # ===========================================================================
2323
2424 # NGS-JAVA and library version
25 VERSION = 2.10.0
25 VERSION = 2.10.1
2828 class LibDependencies {
2929 final static String NGS_SDK = "ngs-sdk";
3030 final static String NCBI_VDB = "ncbi-vdb";
31 final static String NGS_SDK_VERSION = "2.10.0";
32 final static String NCBI_VDB_VERSION = "2.10.0";
31 final static String NGS_SDK_VERSION = "2.10.1";
32 final static String NCBI_VDB_VERSION = "2.10.1";
3333 }
2222 # ===========================================================================
2323
2424 # NGS-PYTHON and library version
25 VERSION = 2.10.0
25 VERSION = 2.10.1
2222 # ===========================================================================
2323
2424 # NGS-SDK and library version
25 VERSION = 2.10.0
25 VERSION = 2.10.1
0 #define NGS_SDK_VERSION "2.10.0"
0 #define NGS_SDK_VERSION "2.10.1"