Browse Source

更新 'tasks/BAMReadCount.wdl'

master
chenqingwang 4 years ago
parent
commit
35349d9f77
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/BAMReadCount.wdl

+ 1
- 1
tasks/BAMReadCount.wdl View File

String disk_size String disk_size


command <<< command <<<
bam-readcount -f ${reference} -l ${bedfile} ${bamfile} > ${sample_id}.readcount
bam-readcount -f ${fa} -l ${bed} ${bam} > ${sample_id}.readcount
>>> >>>


runtime { runtime {

Loading…
Cancel
Save