Sfoglia il codice sorgente

update depth

master
YaqingLiu 4 anni fa
parent
commit
26866121f9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tasks/depth.wdl

+ 1
- 1
tasks/depth.wdl Vedi File

String disk_size String disk_size
command <<< command <<<
/opt/conda/bin/samtools depth -b ${bed} ${bam} > ${sample_id}.depth
/opt/conda/bin/samtools depth -a -b ${bed} ${bam} > ${sample_id}.depth
>>> >>>


runtime { runtime {

Loading…
Annulla
Salva