From b9c64d62bff1641de8007027dd2d593d4614a9df Mon Sep 17 00:00:00 2001
From: ffinfo <pjrvanthof@gmail.com>
Date: Wed, 12 Sep 2018 12:55:31 +0200
Subject: [PATCH] fixed import

---
 biopet/biopet.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biopet/biopet.wdl b/biopet/biopet.wdl
index 9304f6f..daa5371 100644
--- a/biopet/biopet.wdl
+++ b/biopet/biopet.wdl
@@ -1,6 +1,6 @@
 version 1.0
 
-import "common.wdl"
+import "../common.wdl"
 
 task BaseCounter {
     input {
-- 
GitLab