Quellcode durchsuchen

update count

master
YaqingLiu vor 4 Jahren
Ursprung
Commit
662d4548d3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      tasks/count.wdl

+ 1
- 1
tasks/count.wdl Datei anzeigen

@@ -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_samtools.py -s ${sample_id} -i ${readcount} -c ${bed} -o ${sample_id}.coverage
>>>

runtime {

Laden…
Abbrechen
Speichern