瀏覽代碼

revise-cufflinks

master
stead99 5 年之前
父節點
當前提交
da0d3bb285
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      tasks/cufflinks.wdl
  2. +1
    -1
      workflow.wdl

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

String cluster String cluster


command { command {
cufflinks -p 8 -o ${baseout} ${bam}
cufflinks -p 8 -o ${baseout} ${bam}
} }


runtime { runtime {

+ 1
- 1
workflow.wdl 查看文件

call tophat2.tophat2 as tophat2 { call tophat2.tophat2 as tophat2 {
input: baseout=baseout, read1=read1, read2=read2, 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 { call cufflinks.cufflinks as cufflinks {
input: baseout=baseout, bam=tophat2.accepted_hits input: baseout=baseout, bam=tophat2.accepted_hits
} }

Loading…
取消
儲存