We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4d3c7 commit ba240b3Copy full SHA for ba240b3
build.gradle
@@ -59,7 +59,7 @@ repositories {
59
mavenLocal()
60
}
61
62
-final htsjdkVersion = System.getProperty('htsjdk.version','4.2.0')
+final htsjdkVersion = System.getProperty('htsjdk.version','test_cram_wiring-SNAPSHOT')
63
final picardVersion = System.getProperty('picard.version','3.4.0')
64
final barclayVersion = System.getProperty('barclay.version','5.0.0')
65
final sparkVersion = System.getProperty('spark.version', '3.5.0')
0 commit comments