From a748dafa17db083bc257fd6ae570b6a45c06d562 Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Mon, 23 Jul 2018 11:28:43 +0200
Subject: [PATCH] bioconda.wdl to 1.0

---
 bioconda.wdl | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/bioconda.wdl b/bioconda.wdl
index 0600ff7..13cab3a 100644
--- a/bioconda.wdl
+++ b/bioconda.wdl
@@ -1,11 +1,14 @@
+version 1.0
 # Copyright Sequencing Analysis Support Core - Leiden University Medical Center 2017
 
 # Bioconda installs
 
 task installPrefix {
-    Array[String] requirements
-    String prefix
-    String? condaPath
+    input {
+        Array[String] requirements
+        String prefix
+        String? condaPath
+    }
     command {
         ${default="conda" condaPath} create \
         --json -q \
-- 
GitLab