Bläddra i källkod

更新 'tasks/fastqscreen.wdl'

master
liuruimei 3 år sedan
förälder
incheckning
fa3f22e7cc
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      tasks/fastqscreen.wdl

+ 2
- 2
tasks/fastqscreen.wdl Visa fil

@@ -15,8 +15,8 @@ task fastq_screen {
nt=$(nproc)
mkdir -p /cromwell_root/tmp
cp -r ${screen_ref_dir} /cromwell_root/tmp/
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 ./
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}
>>>

runtime {

Laddar…
Avbryt
Spara