Bläddra i källkod

alter count

master
YaqingLiu 4 år sedan
förälder
incheckning
e4993634dd
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      tasks/Count.wdl

+ 1
- 1
tasks/Count.wdl Visa fil

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

command <<<
python /bed/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 {

Laddar…
Avbryt
Spara