Kaynağa Gözat

revise-tophat2

master
stead99 5 yıl önce
ebeveyn
işleme
3c5b89c77e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      tasks/tophat2.wdl

+ 1
- 1
tasks/tophat2.wdl Dosyayı Görüntüle

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

command {
tophat2 -p 8 -G ${gtf} -o {base} ${genome_directory}/${idx_prefix} ${read1} ${read2}
tophat2 -p 8 -G ${gtf} -o ${base} ${genome_directory}/${idx_prefix} ${read1} ${read2}
}
runtime {

Yükleniyor…
İptal
Kaydet