mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 15:14:33 +08:00
fixed my_modules and my_modules_groups fixtures and added experiments fixture
This commit is contained in:
parent
b13747291e
commit
39c3a83e11
3 changed files with 19 additions and 11 deletions
8
test/fixtures/experiments.yml
vendored
Normal file
8
test/fixtures/experiments.yml
vendored
Normal file
|
@ -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
|
6
test/fixtures/my_module_groups.yml
vendored
6
test/fixtures/my_module_groups.yml
vendored
|
@ -1,14 +1,14 @@
|
||||||
wf1:
|
wf1:
|
||||||
name: Workflow 1
|
name: Workflow 1
|
||||||
project: phd
|
experiment: philadelphia
|
||||||
created_by: mark
|
created_by: mark
|
||||||
|
|
||||||
ge:
|
ge:
|
||||||
name: Gene Expression
|
name: Gene Expression
|
||||||
project: interfaces
|
experiment: philadelphia
|
||||||
created_by: steve
|
created_by: steve
|
||||||
|
|
||||||
wf2:
|
wf2:
|
||||||
name: Workflow 2
|
name: Workflow 2
|
||||||
project: interfaces
|
experiment: philadelphia
|
||||||
created_by: jlaw
|
created_by: jlaw
|
||||||
|
|
16
test/fixtures/my_modules.yml
vendored
16
test/fixtures/my_modules.yml
vendored
|
@ -5,7 +5,7 @@ list_of_samples:
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
workflow_order: 0
|
workflow_order: 0
|
||||||
project: interfaces
|
experiment: philadelphia
|
||||||
my_module_group: ge
|
my_module_group: ge
|
||||||
tags: urgent, nice
|
tags: urgent, nice
|
||||||
created_by: steve
|
created_by: steve
|
||||||
|
@ -24,7 +24,7 @@ sample_prep:
|
||||||
x: 1
|
x: 1
|
||||||
y: 0
|
y: 0
|
||||||
workflow_order: 2
|
workflow_order: 2
|
||||||
project: interfaces
|
experiment: philadelphia
|
||||||
my_module_group: ge
|
my_module_group: ge
|
||||||
created_by: mark
|
created_by: mark
|
||||||
last_modified_by: mark
|
last_modified_by: mark
|
||||||
|
@ -41,7 +41,7 @@ qpcr:
|
||||||
x: 2
|
x: 2
|
||||||
y: 0
|
y: 0
|
||||||
workflow_order: 3
|
workflow_order: 3
|
||||||
project: interfaces
|
experiment: philadelphia
|
||||||
my_module_group: ge
|
my_module_group: ge
|
||||||
tags: nice
|
tags: nice
|
||||||
created_by: jlaw
|
created_by: jlaw
|
||||||
|
@ -59,7 +59,7 @@ quantification:
|
||||||
x: 3
|
x: 3
|
||||||
y: 0
|
y: 0
|
||||||
workflow_order: 4
|
workflow_order: 4
|
||||||
project: interfaces
|
experiment: philadelphia
|
||||||
my_module_group: ge
|
my_module_group: ge
|
||||||
tags: todo
|
tags: todo
|
||||||
created_by: mark
|
created_by: mark
|
||||||
|
@ -77,7 +77,7 @@ rna_test:
|
||||||
x: 1
|
x: 1
|
||||||
y: 1
|
y: 1
|
||||||
workflow_order: 1
|
workflow_order: 1
|
||||||
project: interfaces
|
experiment: philadelphia
|
||||||
my_module_group: ge
|
my_module_group: ge
|
||||||
tags: urgent, todo
|
tags: urgent, todo
|
||||||
created_by: steve
|
created_by: steve
|
||||||
|
@ -95,7 +95,7 @@ custom:
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
workflow_order: -1
|
workflow_order: -1
|
||||||
project: phd
|
experiment: philadelphia
|
||||||
my_module_group: wf1
|
my_module_group: wf1
|
||||||
created_by: steve
|
created_by: steve
|
||||||
last_modified_by: steve
|
last_modified_by: steve
|
||||||
|
@ -112,7 +112,7 @@ no_group:
|
||||||
x: 0
|
x: 0
|
||||||
y: 3
|
y: 3
|
||||||
workflow_order: -1
|
workflow_order: -1
|
||||||
project: interfaces
|
experiment: philadelphia
|
||||||
my_module_group: wf2
|
my_module_group: wf2
|
||||||
created_by: nora
|
created_by: nora
|
||||||
last_modified_by: nora
|
last_modified_by: nora
|
||||||
|
@ -129,7 +129,7 @@ archived:
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
workflow_order: -1
|
workflow_order: -1
|
||||||
project: interfaces
|
experiment: philadelphia
|
||||||
my_module_group:
|
my_module_group:
|
||||||
created_by: steve
|
created_by: steve
|
||||||
last_modified_by: steve
|
last_modified_by: steve
|
||||||
|
|
Loading…
Add table
Reference in a new issue