浏览代码

更新 'tasks/fastqscreen.wdl'

master
liuruimei 3 年前
父节点
当前提交
f90b3f2471
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tasks/fastqscreen.wdl

+ 2
- 2
tasks/fastqscreen.wdl 查看文件

@@ -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}
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 {

正在加载...
取消
保存