Skip to content

Commit afc0e44

Browse files
mlatharadroazen
authored andcommitted
GenomicsDBImport: added support for incremental updates to existing workspaces (#5970)
Code changes and tests to support incremental updates to existing GenomicsDB workspaces using GenomicsDBImport Moved to GenomicsDB 1.1.0.1, some cleanup, change tests to check genotypes as well Resolves #4773
1 parent f76d5c0 commit afc0e44

File tree

5 files changed

+286
-26
lines changed

5 files changed

+286
-26
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ final barclayVersion = System.getProperty('barclay.version','2.1.0')
6464
final sparkVersion = System.getProperty('spark.version', '2.4.3')
6565
final hadoopVersion = System.getProperty('hadoop.version', '2.8.2')
6666
final disqVersion = System.getProperty('disq.version','0.3.3')
67-
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.0.4')
67+
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.1.0.1')
6868
final testNGVersion = '6.11'
6969
// Using the shaded version to avoid conflicts between its protobuf dependency
7070
// and that of Hadoop/Spark (either the one we reference explicitly, or the one

0 commit comments

Comments
 (0)