Explorar el Código

更新 'workflow.wdl'

master
meng hace 2 años
padre
commit
7f362271f4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      workflow.wdl

+ 2
- 1
workflow.wdl Ver fichero

@@ -36,7 +36,8 @@ workflow {{ project_name }} {
call AnnotSV.AnnotSV as manta_AnnotSV{
input:
sample=sample_id,
somatic_vcf= manta_calling_SV.manta_indel_vcf,
somatic_vcf= manta_calling_SV.somatic_vcf,
germline_vcf = manta_calling_SV.germline_vcf,
annotsv_database=annotsv_database,
docker=docker_annotsv,
cluster_config=cluster_config,

Cargando…
Cancelar
Guardar