Ver código fonte

更新 'tasks/BAMReadCount.wdl'

master
chenqingwang 4 anos atrás
pai
commit
35349d9f77
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 ${reference} -l ${bedfile} ${bamfile} > ${sample_id}.readcount
bam-readcount -f ${fa} -l ${bed} ${bam} > ${sample_id}.readcount
>>>

runtime {

Carregando…
Cancelar
Salvar