From e2e9be38499ac447b04485c4728a39ffadaa811d Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Fri, 19 Apr 2019 12:26:57 -0500
Subject: [PATCH] Yaml syntax fixed.

---
 astrocyte_pkg.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/astrocyte_pkg.yml b/astrocyte_pkg.yml
index 58e5451..4118a74 100644
--- a/astrocyte_pkg.yml
+++ b/astrocyte_pkg.yml
@@ -129,13 +129,13 @@ workflow_parameters:
       Reference species and genome used for alignment and subsequent analysis.
 
   - id: astrocyte
-      type: select
-      choices:
-        - [ 'true', 'true' ]
-      required: true
-      default: 'true'
-      description: |
-        Ensure configuraton for astrocyte.
+    type: select
+    choices:
+      - [ 'true', 'true' ]
+    required: true
+    default: 'true'
+    description: |
+      Ensure configuraton for astrocyte.
 
 
 # -----------------------------------------------------------------------------
-- 
GitLab