浏览代码

[Fix Bug] No space on the driver

tags/v0.1.0
choppy 4 年前
父节点
当前提交
baaa3ab252
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      tasks/fastqscreen.wdl

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

@@ -13,8 +13,9 @@ task fastqscreen {
set -o pipefail
set -e
nt=$(nproc)
mkdir -p /cromwell_root/tmp
cp -r ${screen_ref_dir} /cromwell_root/tmp/
# mkdir -p /cromwell_root/tmp
# cp -r ${screen_ref_dir} /cromwell_root/tmp/
sed -i "s#/cromwell_root/fastq_screen_reference#${screen_ref_dir}#g" ${fastq_screen_conf}
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}
>>>

正在加载...
取消
保存