Browse Source

add-cluster

master
stead99 5 years ago
parent
commit
07d9686a86
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/trimmomatic.wdl

+ 2
- 2
tasks/trimmomatic.wdl View File

} }


output { 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