diff --git a/config/scenario.yaml b/config/scenario.yaml index 00091e122..bb66c7761 100644 --- a/config/scenario.yaml +++ b/config/scenario.yaml @@ -31,4 +31,4 @@ events: somatic_tumor_high: "tumor:[0.3,1.0] & normal:0.0" somatic_normal: "normal:]0.0,0.5[" germline_hom: "normal:1.0" - germline_het: "normal:0.5" \ No newline at end of file + germline_het: "normal:0.5" diff --git a/workflow/envs/vg.yaml b/workflow/envs/vg.yaml deleted file mode 100644 index 59d782625..000000000 --- a/workflow/envs/vg.yaml +++ /dev/null @@ -1,5 +0,0 @@ -name: vg -channels: - - bioconda -dependencies: - - vg =1.60