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 if
master
YaqingLiu
4 years ago
parent
ed04fe7f4d
commit
91f88747b3
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
@@ -9,7 +9,7 @@ task access {
String disk_size
command <<
if ${method}=="amplicon"; then
if
(
${method}=="amplicon"
)
; then
cp ${bed} access-mappable.bed
else
cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta}
Write
Preview
Loading…
Cancel
Save