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
test
master
YaqingLiu
4 years ago
parent
1307c333bc
commit
b2ec9f5af6
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}
-s 5000 -o access-5kb-mappable.hg38.bed
cnvkit.py access -s 5000 -o access-5kb-mappable.hg38.bed
${ref_dir}/${fasta}
>>>
runtime {
Write
Preview
Loading…
Cancel
Save