From 145f016c4e321a3b513a36389b4059e191dbeced Mon Sep 17 00:00:00 2001 From: David Trudgian <David.Trudgian@UTSouthwestern.edu> Date: Thu, 21 Mar 2019 16:23:24 -0500 Subject: [PATCH] Make astrocyte parameter a select on astrocyte form --- astrocyte_pkg.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/astrocyte_pkg.yml b/astrocyte_pkg.yml index 7c34bde..49e81c7 100755 --- a/astrocyte_pkg.yml +++ b/astrocyte_pkg.yml @@ -151,10 +151,11 @@ workflow_parameters: 10x cellranger version. - id: astrocyte - type: string + type: select + choices: + - [ 'true', 'true' ] required: true default: 'true' - regex: "true" description: | Ensure configuraton for astrocyte. -- GitLab