Skip to content

Commit 531a610

Browse files
committed
Add clojars repo to support sequence analysis dependency
1 parent b74da73 commit 531a610

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SequenceAnalysis/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import java.util.regex.Matcher
1010

1111
repositories {
1212
mavenCentral()
13+
// Added to support ancient sam JAR needed by FASTQC (in sequenceanalysis)
1314
maven {
1415
url "https://clojars.org/repo"
1516
}
@@ -95,7 +96,7 @@ dependencies {
9596
BuildUtils.addExternalDependency(
9697
project,
9798
new ExternalDependency(
98-
'org.clojars.chapmanb:sam:1.96',
99+
'org.clojars.chapmanb:sam:1.107',
99100
'picard tools',
100101
'picard tools',
101102
'http://sourceforge.net/projects/picard/',

0 commit comments

Comments
 (0)