소스 검색

Alter: varscan_vep input name

master
YaqingLiu 3 년 전
부모
커밋
831fa1b007
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl 파일 보기

@@ -416,7 +416,7 @@ workflow {{ project_name }} {
if (vep) {
call VEP.VEP as VarScan_VEP {
input:
vcf=VarScan.VarScan_vcf,
vcf=somaticFilter.varscan_somatic_filter,
hg=hg,
only_pass=only_pass,
sample_id=sample_id,
@@ -671,7 +671,7 @@ workflow {{ project_name }} {
if (vep) {
call VEP.VEP as VarScan_VEP_fb {
input:
vcf=VarScan_fb.VarScan_vcf,
vcf=somaticFilter_fb.varscan_somatic_filter,
hg=hg,
only_pass=only_pass,
sample_id=sample_id,

Loading…
취소
저장