ソースを参照

revise-tophat

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

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

@@ -20,7 +20,7 @@ task tophat2 {
}

output {
File accepted_hits = "${baseout}/${baseout}.accepted_hits.bam"
File unmapped_bam = "${baseout}/${baseout}.unmapped.bam"
File accepted_hits = "${baseout}/accepted_hits.bam"
File unmapped_bam = "${baseout}/unmapped.bam"
}
}

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