This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
biochenglinliu
/
battenberg_R3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新 'tasks/battenberg.wdl'
a.R
master
biochenglinliu
1 year ago
parent
24af59ce73
commit
1d016b5674
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tasks/battenberg.wdl
+ 2
- 2
tasks/battenberg.wdl
View File
@@ -10,7 +10,7 @@ task battenberg {
set -o pipefail
set -e
cp /
software/TREC_script.Rscript
./
cp /
usr/local/a.R
./
>>>
@@ -22,7 +22,7 @@ task battenberg {
}
output {
File subclones = "
TREC_script.Rscript
"
File subclones = "
a.R
"
}
}
Write
Preview
Loading…
Cancel
Save