Skip to content
GitLab
探索
登录
主导航
搜索或转到…
项目
P
picard
管理
动态
成员
标记
计划
议题
0
议题看板
里程碑
迭代
Wiki
代码
合并请求
0
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
锁定的文件
构建
流水线
作业
流水线计划
产物
部署
发布
软件包库
运维
环境
Terraform 模块
监控
事件
服务台
分析
价值流分析
Contributor analytics
CI/CD 分析
仓库分析
代码评审分析
议题分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
快捷键
?
支持
扫描加入微信群:
1. 获取企业级DevOps解决方案支持
2. 免费或折扣极狐GitLab 官方培训认证
代码片段
群组
项目
HPCSource
picard
提交
cc3cc86b
未验证
提交
cc3cc86b
编辑于
3年前
作者:
Steve Huang
提交者:
GitHub
3年前
浏览文件
操作
下载
差异文件
Merge branch 'master' into sh_expose_bq_checkFP
上级
5b7d6bb8
9379c366
分支
sh_expose_bq_checkFP
无相关合并请求
变更
2
隐藏空白变更内容
行内
左右并排
显示
2 个更改的文件
build.gradle
+3
-1
3 个添加, 1 个删除
build.gradle
src/main/java/picard/vcf/GatherVcfs.java
+1
-1
1 个添加, 1 个删除
src/main/java/picard/vcf/GatherVcfs.java
有
4 个添加
和
2 个删除
build.gradle
+
3
−
1
浏览文件 @
cc3cc86b
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
src/main/java/picard/vcf/GatherVcfs.java
+
1
−
1
浏览文件 @
cc3cc86b
...
...
@@ -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
*/
...
...
This diff is collapsed.
Click to expand it.
预览
0%
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录