Ver código fonte

更新 'tasks/BAMReadCount.wdl'

master
chenqingwang 4 anos atrás
pai
commit
61a85c58ee
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tasks/BAMReadCount.wdl

+ 1
- 1
tasks/BAMReadCount.wdl Ver arquivo

@@ -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 {

Carregando…
Cancelar
Salvar