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
lzpmonster
6 years ago
parent
168e3800fb
commit
99625cadc8
5 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
picture/Thumbs.db
BIN
picture/微信图片_20190227174840.png
BIN
picture/微信图片_20190227174846.png
BIN
picture/微信图片_20190227174848.png
+1
-1
tasks/Dedup.wdl
BIN
picture/Thumbs.db
View File
BIN
picture/微信图片_20190227174840.png
View File
Before
After
Width:
1080
| Height:
2340
| Size:
190KB
BIN
picture/微信图片_20190227174846.png
View File
Before
After
Width:
1080
| Height:
2340
| Size:
210KB
BIN
picture/微信图片_20190227174848.png
View File
Before
After
Width:
1080
| Height:
2340
| Size:
197KB
+ 1
- 1
tasks/Dedup.wdl
View File
@@ -9,7 +9,7 @@ task Dedup {
command <<<
set -o pipefail
set -e
/src/Bismark-0.20.1/deduplicate_bismark -p --bam ${unsorted_bam}
--output_dir ./
/src/Bismark-0.20.1/deduplicate_bismark -p --bam ${unsorted_bam}
>>>
runtime {
docker:docker
Write
Preview
Loading…
Cancel
Save