This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
linzipeng
/
WGBS_pipeline
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
新
tags/v1.0
linzipeng
6 years ago
parent
00aa291c90
commit
b6ecdecd9c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/Dedup.wdl
+ 1
- 1
tasks/Dedup.wdl
View File
@@ -11,7 +11,7 @@ task Dedup {
set -e
cp ${unsorted_bam} ./
input = basename ${unsorted_bam}
/src/Bismark-0.18.2/deduplicate_bismark -p --bam ./$input
/src/Bismark-0.18.2/deduplicate_bismark -p --bam ./$
{
input
}
>>>
runtime {
docker:docker
Write
Preview
Loading…
Cancel
Save