ソースを参照

revise-reference

master
stead99 5年前
コミット
1df034ab08
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tasks/tophat2.wdl

+ 1
- 1
tasks/tophat2.wdl ファイルの表示

@@ -9,7 +9,7 @@ task tophat2 {
String cluster

command <<<
tophat2 -p 8 -G ${gtf} -o ${baseout} ${genome_directory}/${idx_prefix} ${read1} ${read2}
tophat -p 6 -G ${gtf} -o ${baseout} ${genome_directory}/${idx_prefix} ${read1} ${read2}
>>>
runtime {

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