Tingting Gong 3 lat temu
rodzic
commit
e25fae19fc
2 zmienionych plików z 4 dodań i 6 usunięć
  1. +3
    -3
      defaults
  2. +1
    -3
      tasks/manta.wdl

+ 3
- 3
defaults Wyświetl plik

{ {
"fasta": "GRCh38.d1.vd1.fa", "fasta": "GRCh38.d1.vd1.fa",
"disk_size": "500", "disk_size": "500",
"cluster_config": "OnDemand bcs.a2.7xlarge img-ubuntu-vpc",
"docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/sentieon-genomics:v2019.11.28",
"cluster_config": "OnDemand bcs.b2.3xlarge img-ubuntu-vpc",
"docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/manta:1.6.0",
"ref_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/", "ref_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/",
"memory": "64"
"memory": "30"
} }

+ 1
- 3
tasks/manta.wdl Wyświetl plik

nt=$(nproc) nt=$(nproc)
mkdir -p /cromwell_root/tmp mkdir -p /cromwell_root/tmp


manta_config=opt/manta-1.6.0.centos6_x86_64/bin/configManta.py

$manta_config --normalBam ${normal_bam} --tumorBam ${tumour_bam} --referenceFasta ${ref_dir}/${fasta} --runDir /cromwell_root/tmp
/opt/manta-1.6.0.centos6_x86_64/bin/configManta.py --normalBam ${normal_bam} --tumorBam ${tumour_bam} --referenceFasta ${ref_dir}/${fasta} --runDir /cromwell_root/tmp


/cromwell_root/tmp/runWorkflow.py -j $nt -g ${memory} /cromwell_root/tmp/runWorkflow.py -j $nt -g ${memory}



Ładowanie…
Anuluj
Zapisz