Skip to content

Commit b7960b2

Browse files
committed
testing KBaseFBA.FBAModelSet
1 parent b3a7e36 commit b7960b2

File tree

4 files changed

+112
-0
lines changed

4 files changed

+112
-0
lines changed

Diff for: methods/view_fba_model_set/display.yaml

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
#
2+
# Define basic display information
3+
#
4+
name : View FBA Model Set
5+
subtitle : |
6+
View FBA Model Set.
7+
tooltip : |
8+
View FBA Model Set.
9+
10+
screenshots :
11+
[]
12+
13+
#
14+
# Define the set of other narrative methods that should be suggested to the user.
15+
#
16+
suggestions :
17+
apps:
18+
related :
19+
[]
20+
next :
21+
[]
22+
methods:
23+
related :
24+
[]
25+
next :
26+
[]
27+
28+
29+
#
30+
# Configure the display and description of the parameters
31+
#
32+
parameters :
33+
param0 :
34+
ui-name : |
35+
FBA Model Set ID
36+
short-hint : |
37+
FBA Model Set ID
38+
long-hint : |
39+
FBA Model Set ID
40+
41+
42+
description : |
43+
View FBA model set.
44+
45+
46+
technical-description : |
47+
View FBA model set.

Diff for: methods/view_fba_model_set/spec.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name" : "View FBA Model Set",
3+
"ver" : "1.0.0",
4+
"authors" : [ ],
5+
"contact" : "[email protected]",
6+
"visble" : true,
7+
"categories" : ["viewers"],
8+
"widgets" : {
9+
"input" : null,
10+
"output" : "kbaseTabTable"
11+
},
12+
"parameters" : [ {
13+
"id" : "param0",
14+
"optional" : false,
15+
"advanced" : false,
16+
"allow_multiple" : false,
17+
"default_values" : [ "" ],
18+
"field_type" : "text",
19+
"text_options" : {
20+
"valid_ws_types" : [ "KBaseFBA.FBAModelSet" ]
21+
}
22+
} ],
23+
"behavior" : {
24+
"none" : {
25+
"output_mapping" : [
26+
{
27+
"constant_value": "KBaseFBA.FBAModelSet",
28+
"target_property": "type"
29+
},
30+
{
31+
"input_parameter": "param0",
32+
"target_property": "obj"
33+
},
34+
{
35+
"narrative_system_variable": "workspace",
36+
"target_property": "ws"
37+
}
38+
]
39+
}
40+
}
41+
}

Diff for: types/KBaseFBA.FBAModelSet/display.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#
2+
# Define basic display information
3+
#
4+
name : FBA Model set
5+
subtitle : FBA Model set object
6+
tooltip : FBA Model set object
7+
8+
icon : none
9+
10+
description : |
11+
<p>This type describes FBA model set.</p>
12+
13+
14+
15+

Diff for: types/KBaseFBA.FBAModelSet/spec.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"ver":"0.1.0",
3+
"view_method_ids":[
4+
"view_fba_model_set"
5+
],
6+
"import_method_ids":[
7+
],
8+
"landing_page_url_prefix":"fba_model_set"
9+
}

0 commit comments

Comments
 (0)