This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
liuruimei
/
WES_capture_efficiency
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update 'tasks/bed_to_interval_list.wdl'
master
renluyao
4 years ago
parent
8e72d61726
commit
63af907d26
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/bed_to_interval_list.wdl
+ 1
- 1
tasks/bed_to_interval_list.wdl
View File
@@ -20,7 +20,7 @@ task bed_to_interval_list {
java -jar /usr/picard/picard.jar BedToIntervalList \
I=${bed} \
O=${interval_list_name}.txt \
SD=/cromwell_root/tmp/
${reference_bed_dict}
SD=/cromwell_root/tmp/
GRCh38.d1.vd1.dict
>>>
runtime {
Write
Preview
Loading…
Cancel
Save