From c27850431dc92b32d65c98f22604b5cba2e4ce01 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Tue, 12 Mar 2019 14:44:36 -0500
Subject: [PATCH] Put astrocyte param back to string

---
 astrocyte_pkg.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/astrocyte_pkg.yml b/astrocyte_pkg.yml
index f33b7ed..a27056d 100755
--- a/astrocyte_pkg.yml
+++ b/astrocyte_pkg.yml
@@ -151,10 +151,8 @@ workflow_parameters:
       10x cellranger version.
 
   - id: astrocyte
-    type: select
+    type: string
     default: 'true'
-    choices:
-      - [ 'true', 'true']
     required: true
     regex: 'true'
     description: |
-- 
GitLab