|
|
@@ -33,17 +33,17 @@ workflow {{ project_name }} { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
call AnnotSV.AnnotSV as manta_AnnotSV{ |
|
|
|
input: |
|
|
|
sample=sample_id, |
|
|
|
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, |
|
|
|
disk_size=disk_size |
|
|
|
|
|
|
|
} |
|
|
|
# call AnnotSV.AnnotSV as manta_AnnotSV{ |
|
|
|
# input: |
|
|
|
# sample=sample_id, |
|
|
|
# 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, |
|
|
|
# disk_size=disk_size |
|
|
|
# |
|
|
|
#} |
|
|
|
|
|
|
|
|
|
|
|
|