소스 검색

cluster config

master
LUYAO REN 5 년 전
부모
커밋
19b58daf9c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      inputs
  2. +1
    -1
      tasks/NGScheckMates.wdl

+ 1
- 1
inputs 파일 보기

@@ -3,5 +3,5 @@
"{{ project_name }}.input_file": "{{ input_file }}",
"{{ project_name }}.fastq_dir": "{{ fastq_dir }}",
"{{ project_name }}.disk_size": "100",
"{{ project_name }}.cluster_config": "OnDemand ecs.sn1ne.4xlarge img-ubuntu-vpc"
"{{ project_name }}.cluster_config": "OnDemand bcs.es.c.8xlarge img-ubuntu-vpc"
}

+ 1
- 1
tasks/NGScheckMates.wdl 파일 보기

@@ -10,7 +10,7 @@ task NGScheckMates {
set -e
nt=$(nproc)
export NCM_HOME=/opt/NGSCheckMate
python /opt/NGSCheckMate/ncm_fastq.py -l ${input_file} -pt /opt/NGSCheckMate/SNP/SNP.pt -O '.' -p $nt
python /opt/NGSCheckMate/ncm_fastq.py -l ${input_file} -pt /opt/NGSCheckMate/SNP/SNP.pt -O '.' -p $nt -s 0.5
>>>

runtime {

Loading…
취소
저장