From f037c9a77c0c411eb7d2923b71dced5b007c9855 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Sun, 10 Mar 2019 15:38:30 -0500 Subject: [PATCH] Update astrocyte_pkg.yml to reflect kitVersion param change --- astrocyte_pkg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astrocyte_pkg.yml b/astrocyte_pkg.yml index 5d0a3a3..4ccb571 100755 --- a/astrocyte_pkg.yml +++ b/astrocyte_pkg.yml @@ -133,8 +133,8 @@ workflow_parameters: default: 'auto' choices: - [ 'auto', 'Auto Detect'] - - [ '3', '3'] - - [ '2', '2'] + - [ 'three', '3'] + - [ 'two', '2'] required: true description: | 10x single cell gene expression chemistry version (only used in cellranger version 2.x). -- GitLab