From 2bd72c5d0ac48dfc873b2c5412e0a76125d5a15e Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Fri, 6 Oct 2017 14:51:20 -0500 Subject: [PATCH] Fix astrocyte_pkg.yml --- astrocyte_pkg.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/astrocyte_pkg.yml b/astrocyte_pkg.yml index 568a7d1..c28de21 100644 --- a/astrocyte_pkg.yml +++ b/astrocyte_pkg.yml @@ -100,22 +100,22 @@ workflow_parameters: read length, and then starts another round of reading from the opposite end of the fragment. - - id: design + - id: design type: file required: true description: | A design file listing sample id, fastq files, corresponding control id and additional information about the sample. -- id: genome - type: select - choices: - - [ 'GRCh38', 'Human GRCh38'] - - [ 'GRCh37', 'Human GRCh37'] - - [ 'GRCh38', 'Mouse GRCh38'] - required: true - description: | - Reference species and genome used for alignment and subsequent analysis. + - id: genome + type: select + choices: + - [ 'GRCh38', 'Human GRCh38'] + - [ 'GRCh37', 'Human GRCh37'] + - [ 'GRCh38', 'Mouse GRCh38'] + required: true + description: | + Reference species and genome used for alignment and subsequent analysis. # ----------------------------------------------------------------------------- -- GitLab