From 88afc024d92e2bcbd9d36aef2821f5d9bbf85349 Mon Sep 17 00:00:00 2001
From: ffinfo <pjrvanthof@gmail.com>
Date: Mon, 10 Sep 2018 13:19:37 +0200
Subject: [PATCH] Added import

---
 htseq.wdl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/htseq.wdl b/htseq.wdl
index 7fa314a..0e922db 100644
--- a/htseq.wdl
+++ b/htseq.wdl
@@ -1,5 +1,7 @@
 version 1.0
 
+import "common.wdl"
+
 task HTSeqCount {
     input {
         String? preCommand
-- 
GitLab