Browse Source

Update 'tasks/bed_to_interval_list.wdl'

master
renluyao 4 years ago
parent
commit
63af907d26
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/bed_to_interval_list.wdl

+ 1
- 1
tasks/bed_to_interval_list.wdl View File

java -jar /usr/picard/picard.jar BedToIntervalList \ java -jar /usr/picard/picard.jar BedToIntervalList \
I=${bed} \ I=${bed} \
O=${interval_list_name}.txt \ O=${interval_list_name}.txt \
SD=/cromwell_root/tmp/${reference_bed_dict}
SD=/cromwell_root/tmp/GRCh38.d1.vd1.dict
>>> >>>


runtime { runtime {

Loading…
Cancel
Save