소스 검색

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…
취소
저장