ソースを参照

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 {

読み込み中…
キャンセル
保存