소스 검색

更新 'tasks/manta.wdl'

master
meng 2 년 전
부모
커밋
b02df40040
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      tasks/manta.wdl

+ 2
- 2
tasks/manta.wdl 파일 보기

@@ -49,7 +49,7 @@ task manta_calling{
}

output{
File somatic_vcf = "${sample}.Manta.somaticSV.vcf.gz"
File? germline_vcf = "${sample}.Manta.germlineSV.vcf.gz"
File somatic_vcf = "${sample_id}.Manta.somaticSV.vcf.gz"
File? germline_vcf = "${sample_id}.Manta.germlineSV.vcf.gz"
}
}

Loading…
취소
저장