Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SequenceAnalysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ dependencies {
external 'org.itadaki:bzip2:0.9.1'
external 'org.clojars.chapmanb:sam:1.96'
external "org.apache.commons:commons-math3:${commonsMath3Version}"
implementation "net.sf.opencsv:opencsv:${opencsvVersion}"

// picard brings in a version of servlet-api and a very old one at that, so we excluded it
// Note: if changing this, we might need to match the htsjdk version set in gradle.properties
external("com.github.broadinstitute:picard:2.22.4") {
Expand Down