Explorar el Código

alter count

master
YaqingLiu hace 4 años
padre
commit
e02e9b8f9f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/Count.wdl

+ 1
- 1
tasks/Count.wdl Ver fichero

@@ -8,7 +8,7 @@ task Count {
String disk_size

command <<<
python count.py -s ${sample_id} -i ${readcount} -c ${bed} -o ${sample_id}.coverage
python /count.py -s ${sample_id} -i ${readcount} -c ${bed} -o ${sample_id}.coverage
>>>

runtime {

Cargando…
Cancelar
Guardar