From 39c3a83e11cac9a4f4206e6fb60e3875fbfd622f Mon Sep 17 00:00:00 2001 From: zmagod Date: Tue, 26 Jul 2016 15:18:09 +0200 Subject: [PATCH] fixed my_modules and my_modules_groups fixtures and added experiments fixture --- test/fixtures/experiments.yml | 8 ++++++++ test/fixtures/my_module_groups.yml | 6 +++--- test/fixtures/my_modules.yml | 16 ++++++++-------- 3 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 test/fixtures/experiments.yml diff --git a/test/fixtures/experiments.yml b/test/fixtures/experiments.yml new file mode 100644 index 000000000..b01e2c995 --- /dev/null +++ b/test/fixtures/experiments.yml @@ -0,0 +1,8 @@ +philadelphia: + name: Philadelphia Experiment + description: mega experiment + project: interfaces + created_at: 2015-11-01 11:37:26 + created_by: steve + last_modified_by: steve + updated_at: 2015-11-01 11:37:26 diff --git a/test/fixtures/my_module_groups.yml b/test/fixtures/my_module_groups.yml index 29b073675..34a016040 100644 --- a/test/fixtures/my_module_groups.yml +++ b/test/fixtures/my_module_groups.yml @@ -1,14 +1,14 @@ wf1: name: Workflow 1 - project: phd + experiment: philadelphia created_by: mark ge: name: Gene Expression - project: interfaces + experiment: philadelphia created_by: steve wf2: name: Workflow 2 - project: interfaces + experiment: philadelphia created_by: jlaw diff --git a/test/fixtures/my_modules.yml b/test/fixtures/my_modules.yml index dae4ffadc..36490f088 100644 --- a/test/fixtures/my_modules.yml +++ b/test/fixtures/my_modules.yml @@ -5,7 +5,7 @@ list_of_samples: x: 0 y: 0 workflow_order: 0 - project: interfaces + experiment: philadelphia my_module_group: ge tags: urgent, nice created_by: steve @@ -24,7 +24,7 @@ sample_prep: x: 1 y: 0 workflow_order: 2 - project: interfaces + experiment: philadelphia my_module_group: ge created_by: mark last_modified_by: mark @@ -41,7 +41,7 @@ qpcr: x: 2 y: 0 workflow_order: 3 - project: interfaces + experiment: philadelphia my_module_group: ge tags: nice created_by: jlaw @@ -59,7 +59,7 @@ quantification: x: 3 y: 0 workflow_order: 4 - project: interfaces + experiment: philadelphia my_module_group: ge tags: todo created_by: mark @@ -77,7 +77,7 @@ rna_test: x: 1 y: 1 workflow_order: 1 - project: interfaces + experiment: philadelphia my_module_group: ge tags: urgent, todo created_by: steve @@ -95,7 +95,7 @@ custom: x: 0 y: 0 workflow_order: -1 - project: phd + experiment: philadelphia my_module_group: wf1 created_by: steve last_modified_by: steve @@ -112,7 +112,7 @@ no_group: x: 0 y: 3 workflow_order: -1 - project: interfaces + experiment: philadelphia my_module_group: wf2 created_by: nora last_modified_by: nora @@ -129,7 +129,7 @@ archived: x: 0 y: 0 workflow_order: -1 - project: interfaces + experiment: philadelphia my_module_group: created_by: steve last_modified_by: steve