Browse Source

错误

tags/v1.0
lzpmonster 6 years ago
parent
commit
99625cadc8
5 changed files with 1 additions and 1 deletions
  1. BIN
      picture/Thumbs.db
  2. BIN
      picture/微信图片_20190227174840.png
  3. BIN
      picture/微信图片_20190227174846.png
  4. BIN
      picture/微信图片_20190227174848.png
  5. +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

Loading…
Cancel
Save