From 2afb277b8f3a074ad82d67d31c8fcffc2d054c3d Mon Sep 17 00:00:00 2001
From: Peter van 't Hof <p.j.van_t_hof@lumc.nl>
Date: Sat, 14 Feb 2015 15:12:12 +0100
Subject: [PATCH] Added missing executables

---
 .../scala/nl/lumc/sasc/biopet/pipelines/carp/CarpTest.scala   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/public/carp/src/test/scala/nl/lumc/sasc/biopet/pipelines/carp/CarpTest.scala b/public/carp/src/test/scala/nl/lumc/sasc/biopet/pipelines/carp/CarpTest.scala
index f604b000f..da63e765d 100644
--- a/public/carp/src/test/scala/nl/lumc/sasc/biopet/pipelines/carp/CarpTest.scala
+++ b/public/carp/src/test/scala/nl/lumc/sasc/biopet/pipelines/carp/CarpTest.scala
@@ -82,7 +82,9 @@ object CarpTest {
     "sickle" -> Map("exe" -> "test"),
     "bwa" -> Map("exe" -> "test"),
     "samtools" -> Map("exe" -> "test"),
-    "macs2" -> Map("exe" -> "test")
+    "macs2" -> Map("exe" -> "test"),
+    "igvtools" -> Map("exe" -> "test"),
+    "wigtobigwig" -> Map("exe" -> "test")
   )
 
   val sample1 = Map(
-- 
GitLab