Explorar el Código

Alter: varscan_vep input name

master
YaqingLiu hace 3 años
padre
commit
831fa1b007
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl Ver fichero

@@ -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,

Cargando…
Cancelar
Guardar