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