浏览代码

sentieon

master
LUYAO REN 5 年前
父节点
当前提交
835b146f27
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      workflow.wdl

+ 1
- 2
workflow.wdl 查看文件

@@ -9,7 +9,7 @@ import "./tasks/mergeNum.wdl" as mergeNum
import "./tasks/mergeSentieon.wdl" as mergeSentieon


workflow project_name {
workflow {{ project_name }} {

File inputSamplesFile
Array[Array[File]] inputSamples = read_tsv(inputSamplesFile)
@@ -18,7 +18,6 @@ workflow project_name {
File benchmarking_dir
File ref_dir
String fasta
File sdf

scatter (sample in inputSamples) {
call fastqc.fastqc as fastqc {

正在加载...
取消
保存