瀏覽代碼

add-cluster

master
stead99 5 年之前
父節點
當前提交
92215e3fbb
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl 查看文件

@@ -21,7 +21,7 @@ workflow {{ project_name }} {
}

call tophat2.tophat2 as tophat2 {
input: baseout=baseout, read_1P=trimmomatic.read_1p, read_2P=trimmomatic.read_2p, gtf=gtf, genome_directory=genome_directory, idx_prefix=idx_prefix
input: baseout=baseout, read1=read1, read2=read2, gtf=gtf, genome_directory=genome_directory, idx_prefix=idx_prefix
}

call cufflinks.cufflinks as cufflinks {

Loading…
取消
儲存