Skip to content
代码片段 群组 项目
未验证 提交 cc3cc86b 编辑于 作者: Steve Huang's avatar Steve Huang 提交者: GitHub
浏览文件

Merge branch 'master' into sh_expose_bq_checkFP

无相关合并请求
......@@ -91,7 +91,9 @@ dependencies {
compile 'org.apache.commons:commons-collections4:4.3'
compile 'commons-lang:commons-lang:2.6'
compile 'com.github.samtools:htsjdk:' + htsjdkVersion
compile 'org.broadinstitute:barclay:3.0.0'
compile 'org.broadinstitute:barclay:4.0.2'
compile 'org.apache.logging.log4j:log4j-api:2.17.1'
compile 'org.apache.logging.log4j:log4j-core:2.17.1'
compileOnly(googleNio) {
transitive = false
}
......
......@@ -31,7 +31,7 @@ import java.util.stream.Collectors;
/**
* Simple little class that combines multiple VCFs that have exactly the same set of samples
* and totally discrete sets of loci.
* and nonoverlapping sets of loci.
*
* @author Tim Fennell
*/
......
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册