This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
meng
/
CNVkit_Sequenza
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新 'tasks/CNVkit.wdl'
master
meng
2 years ago
parent
cf47bc4b71
commit
d7c2a3ef8c
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tasks/CNVkit.wdl
+ 2
- 2
tasks/CNVkit.wdl
View File
@@ -12,7 +12,7 @@ task cnvkit{
String cluster_config
String disk_size
command <<
command <<
<
set -o pipefail
set -e
@@ -40,7 +40,7 @@ task cnvkit{
tar cvf ${sample}.tar ./
>>
>>
>
runtime{
docker:docker
Write
Preview
Loading…
Cancel
Save