We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74da73 commit 531a610Copy full SHA for 531a610
SequenceAnalysis/build.gradle
@@ -10,6 +10,7 @@ import java.util.regex.Matcher
10
11
repositories {
12
mavenCentral()
13
+ // Added to support ancient sam JAR needed by FASTQC (in sequenceanalysis)
14
maven {
15
url "https://clojars.org/repo"
16
}
@@ -95,7 +96,7 @@ dependencies {
95
96
BuildUtils.addExternalDependency(
97
project,
98
new ExternalDependency(
- 'org.clojars.chapmanb:sam:1.96',
99
+ 'org.clojars.chapmanb:sam:1.107',
100
'picard tools',
101
102
'http://sourceforge.net/projects/picard/',
0 commit comments