This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
YaqingLiu
/
CNVkit
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix bug: add -s into access.wdl
master
YaqingLiu
4 years ago
parent
88e5e1d73c
commit
1307c333bc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/access.wdl
+ 1
- 1
tasks/access.wdl
View File
@@ -6,7 +6,7 @@ task access {
String disk_size
command <<<
cnvkit.py access ${ref_dir}/${fasta} -o access-5kb-mappable.hg38.bed
cnvkit.py access ${ref_dir}/${fasta} -
s 5000 -
o access-5kb-mappable.hg38.bed
>>>
runtime {
Write
Preview
Loading…
Cancel
Save