Explorar el Código

更新 'tasks/BAMReadCount.wdl'

master
chenqingwang hace 4 años
padre
commit
61a85c58ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/BAMReadCount.wdl

+ 1
- 1
tasks/BAMReadCount.wdl Ver fichero

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

command <<<
bam-readcount -f ${fa} -l ${bed} ${bam} > ${sample_id}.readcount
bam-readcount -w 0 -q1 -f ${fa} -l ${bed} ${bam} > ${sample_id}.readcount
>>>

runtime {

Cargando…
Cancelar
Guardar