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
alter judge condition
master
YaqingLiu
4 years ago
parent
8e47f7f845
commit
1adf9ce80d
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
tasks/access.wdl
+ 1
- 2
tasks/access.wdl
View File
@@ -9,8 +9,7 @@ task access {
String disk_size
Boolean amplicon = if (method == "amplicon") then true else false
command <<
if ${amplicon}; then
cp ${bed} access-mappable.bed
Write
Preview
Loading…
Cancel
Save