Browse Source

name

tags/v1.0
lzpmonster 6 years ago
parent
commit
3c3119cac6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/Mapping.wdl

+ 1
- 1
tasks/Mapping.wdl View File

command <<< command <<<
set -o pipefail set -o pipefail
set -e set -e
/src/Bismark-0.20.1/bismark -B ${sample} --bowtie2 -p 16 --multicore 16 --bam ${ref_dir} -1 ${fastq_1} -2 ${fastq_2}
/src/Bismark-0.20.1/bismark --bowtie2 -p 16 --multicore 16 --bam ${ref_dir} -1 ${fastq_1} -2 ${fastq_2}


>>> >>>



Loading…
Cancel
Save