Browse Source

更新 'tasks/fastqscreen.wdl'

master
liuruimei 3 years ago
parent
commit
f90b3f2471
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/fastqscreen.wdl

+ 2
- 2
tasks/fastqscreen.wdl View File

nt=$(nproc) nt=$(nproc)
mkdir -p /cromwell_root/tmp mkdir -p /cromwell_root/tmp
cp -r ${screen_ref_dir} /cromwell_root/tmp/ cp -r ${screen_ref_dir} /cromwell_root/tmp/
fastq_screen --aligner bowtie2 --conf ${fastq_screen_conf} --top 100000 --threads $nt ${read1}
fastq_screen --aligner bowtie2 --conf ${fastq_screen_conf} --top 100000 --threads $nt ${read2}
fastq_screen --aligner bowtie2 --conf ${fastq_screen_conf} --top 100000 --threads $nt ${read1} --outdir ./
fastq_screen --aligner bowtie2 --conf ${fastq_screen_conf} --top 100000 --threads $nt ${read2} --outdir ./
>>> >>>


runtime { runtime {

Loading…
Cancel
Save