Procházet zdrojové kódy

更新 'tasks/BAMReadCount.wdl'

master
chenqingwang před 4 roky
rodič
revize
35349d9f77
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tasks/BAMReadCount.wdl

+ 1
- 1
tasks/BAMReadCount.wdl Zobrazit soubor

@@ -11,7 +11,7 @@ task BAMReadCount {
String disk_size

command <<<
bam-readcount -f ${reference} -l ${bedfile} ${bamfile} > ${sample_id}.readcount
bam-readcount -f ${fa} -l ${bed} ${bam} > ${sample_id}.readcount
>>>

runtime {

Načítá se…
Zrušit
Uložit