소스 검색

output

master
LUYAO REN 4 년 전
부모
커밋
3bdd7f3abb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      tasks/benchmark.wdl

+ 2
- 1
tasks/benchmark.wdl 파일 보기

@@ -6,6 +6,7 @@ task benchmark {
File ref_dir
File fasta
String sample = basename(vcf,".vcf.gz")
String file_type = basename(vcf)
String docker
String cluster_config
String disk_size
@@ -20,7 +21,7 @@ task benchmark {

export HGREF=/cromwell_root/tmp/reference_data/GRCh38.d1.vd1.fa
if [[ ${sample} =~ "gz" ]];then
if [[ ${file_type} =~ "gz" ]];then
gunzip ${vcf} -c > unzip.vcf
else
cp ${vcf} unzip.vcf

Loading…
취소
저장