浏览代码

spelling mistake

master
LUYAO REN 4 年前
父节点
当前提交
2310dae4a7
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. +2
    -2
      README.md
  2. +1
    -1
      tasks/extract_tables.wdl

+ 2
- 2
README.md 查看文件

@@ -6,13 +6,13 @@
>
> Git: http://choppy.3steps.cn/renluyao/WGS_germline_datapotal.git
>
> Last Updates: 2020/07/05
> Last Updates: 2020/11/25

## 安装指南

```
# 激活choppy环境
source activate choppy
open-choppy-env
# 安装app
choppy install renluyao/WGS_germline_datapotal
```

+ 1
- 1
tasks/extract_tables.wdl 查看文件

@@ -16,7 +16,7 @@ task extract_tables {

command <<<

python /opt/extract_tables.py -quality ${quality_yield_summary} -depth ${wgs_metrics_summary} -aln ${aln_metrics_summary} -is ${is_metrics_summary} -fastqc ${fastqc} -fastqscreen ${fastqscreen} -hap ${hap} -project ${projecg}
python /opt/extract_tables.py -quality ${quality_yield_summary} -depth ${wgs_metrics_summary} -aln ${aln_metrics_summary} -is ${is_metrics_summary} -fastqc ${fastqc} -fastqscreen ${fastqscreen} -hap ${hap} -project ${project}

>>>


正在加载...
取消
保存