From c9f23d260a7713c50a06ad7b24635a26623b9b85 Mon Sep 17 00:00:00 2001
From: Sander Bollen <a.h.b.bollen@lumc.nl>
Date: Wed, 21 Jan 2015 16:21:24 +0100
Subject: [PATCH] also remove now completely redundant examples.json

---
 .../src/test/resources/example.json           | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 public/biopet-framework/src/test/resources/example.json

diff --git a/public/biopet-framework/src/test/resources/example.json b/public/biopet-framework/src/test/resources/example.json
deleted file mode 100644
index 1c83a8445..000000000
--- a/public/biopet-framework/src/test/resources/example.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
-	"vcfs" : {
-		"REF_1000G_SNP": "/data/DIV5/KG/common/annotation/1000g/ALL.wgs.phase1.projectConsensus.snps.sites.vcf.gz",
-		"REF_1000G_INDEL": "/data/DIV5/KG/common/annotation/1000g/indel1000g.vcf.gz",
-		"REF_DBSNP": "/data/DIV5/KG/common/annotation/dbsnp135/00-All.vcf.gz",
-		"REF_EVS": "/data/DIV5/KG/common/annotation/EVS/EVS6500all.vcf.gz",
-		"REF_GONL": "/data/DIV5/KG/common/annotation/GONL/merged20110920_stripped.vcf.gz",
-		"REF_INDB_UG": "/data/DIV5/KG/gwesanten/kginhdb/klingeninhousedb.vcf.gz",
-		"REF_INDB_HC": "/data/DIV5/KG/gwesanten/kginhdbGATK2.2/klingeninhousedb.vcf.gz"
-	},
-	"tabixfiles": {
-		"REF_DBNSFP" : "/data/DIV5/KG/common/annotation/dbNSFP/dbNSFP2.4.vcf.gz",
-		"REF_HGMD": "/data/DIV5/KG/common/annotation/HGMD/hgmd.vcf.gz"
-	},
-	"BigWig": {
-		"REF_PHYLOP_DIR" : "/data/DIV5/KG/common/annotation/phylop"
-	}
-}
-
-- 
GitLab