Browse Source

更新 'tasks/trimmomatic.wdl'

master
lizhihui 6 years ago
parent
commit
fd86df8ca1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/trimmomatic.wdl

+ 2
- 2
tasks/trimmomatic.wdl View File

@@ -21,7 +21,7 @@ task trimmomatic {
}

output {
File read_1p = baseout + "_1P.fq.gz"
File read_2p = baseout + "_2P.fq.gz"
File read_1p = baseout + ".1P.fq.gz"
File read_2p = baseout + ".2P.fq.gz"
}
}

Loading…
Cancel
Save