瀏覽代碼

samtools task remove thread

master
junshang 4 年之前
父節點
當前提交
44dd969877
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tasks/samtools.wdl

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

nt=$(nproc) nt=$(nproc)
mkdir -p /cromwell_root/tmp/samtools mkdir -p /cromwell_root/tmp/samtools
cd /cromwell_root/tmp/samtools cd /cromwell_root/tmp/samtools
/opt/conda/bin/samtools -@ $nt index ${sep=' ' tumor_bam}
/opt/conda/bin/samtools -@ $nt index ${sep=' ' normal_bam}
/opt/conda/bin/samtools index ${sep=' ' tumor_bam}
/opt/conda/bin/samtools index ${sep=' ' normal_bam}
>>> >>>


runtime { runtime {

Loading…
取消
儲存