rbbt-views 1.0.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (177) hide show
  1. data/lib/rbbt/workflow/rest.rb +365 -95
  2. data/lib/rbbt/workflow/rest/client.rb +2 -0
  3. data/lib/rbbt/workflow/rest/entity.rb +82 -76
  4. data/lib/rbbt/workflow/rest/finder.rb +78 -0
  5. data/lib/rbbt/workflow/rest/helpers.rb +288 -47
  6. data/lib/rbbt/workflow/rest/notes.rb +125 -0
  7. data/lib/rbbt/workflow/rest/render.rb +280 -240
  8. data/lib/rbbt/workflow/rest/util.rb +47 -31
  9. data/share/views/compass/_base.sass +0 -8
  10. data/share/views/compass/colors.sass +10 -0
  11. data/share/views/compass/colors/ventana_azul.sass +5 -0
  12. data/share/views/compass/compass.config +2 -1
  13. data/share/views/compass/details.sass +50 -0
  14. data/share/views/compass/dom.sass +64 -0
  15. data/share/views/compass/embedded.sass +111 -0
  16. data/share/views/compass/entities.sass +8 -0
  17. data/share/views/compass/error.sass +13 -0
  18. data/share/views/compass/finder.sass +42 -0
  19. data/share/views/compass/fonts.sass +8 -0
  20. data/share/views/compass/form.sass +49 -1
  21. data/share/views/compass/header.sass +68 -0
  22. data/share/views/compass/{main.sass → helpers.sass} +53 -21
  23. data/share/views/compass/layout.sass +31 -199
  24. data/share/views/compass/lists.sass +128 -0
  25. data/share/views/compass/menu.sass +35 -0
  26. data/share/views/compass/notes.sass +52 -0
  27. data/share/views/compass/sizes.sass +8 -0
  28. data/share/views/compass/tables.sass +22 -0
  29. data/share/views/compass/wait.sass +9 -0
  30. data/share/views/edit_list.haml +41 -30
  31. data/share/views/entity/GOTerm.haml +4 -3
  32. data/share/views/entity/Gene.haml +8 -1
  33. data/share/views/entity/GenomicMutation.haml +4 -1
  34. data/share/views/entity/KeggPathway.haml +1 -1
  35. data/share/views/entity/MutatedIsoform.haml +68 -11
  36. data/share/views/entity/NCIBioCartaPathway.haml +2 -3
  37. data/share/views/entity/NCINaturePathway.haml +3 -3
  38. data/share/views/entity/NCIReactomePathway.haml +2 -3
  39. data/share/views/entity/PfamDomain.haml +2 -0
  40. data/share/views/entity/Transcript.haml +10 -0
  41. data/share/views/entity_list/Default.haml +4 -0
  42. data/share/views/entity_list/Default/compare_to_other_lists.haml +41 -0
  43. data/share/views/entity_list/Default/entity_links.haml +6 -0
  44. data/share/views/entity_list/Default/find_in_other_lists.haml +36 -0
  45. data/share/views/error.haml +6 -1
  46. data/share/views/find.haml +10 -0
  47. data/share/views/form.haml +1 -1
  48. data/share/views/info.haml +1 -1
  49. data/share/views/js/_action_setup.js +250 -0
  50. data/share/views/js/_basic.js +269 -0
  51. data/share/views/js/_cytoscape.js +44 -0
  52. data/share/views/js/_details.js +239 -0
  53. data/share/views/js/_dom_updates.js +384 -0
  54. data/share/views/js/_embedded.js +95 -0
  55. data/share/views/js/_images.js +20 -0
  56. data/share/views/js/_layout.js +21 -0
  57. data/share/views/js/_lists.js +224 -0
  58. data/share/views/js/_table.js +36 -0
  59. data/share/views/js/_workflow.js +42 -0
  60. data/share/views/js/app.js +0 -570
  61. data/share/views/js/fix_tablesorter_scientific.js +25 -0
  62. data/share/views/js/json2.js +487 -0
  63. data/share/views/layout.haml +8 -98
  64. data/share/views/notes.haml +15 -0
  65. data/share/views/partials/_form.haml +22 -7
  66. data/share/views/partials/_job_control.haml +8 -8
  67. data/share/views/partials/_list_control.haml +32 -0
  68. data/share/views/partials/_list_header.haml +6 -0
  69. data/share/views/partials/_note_list.haml +64 -0
  70. data/share/views/partials/_result_table.haml +12 -7
  71. data/share/views/partials/_result_table_controls.haml +11 -5
  72. data/share/views/partials/_table.haml +24 -6
  73. data/share/views/partials/layout/_coda.haml +10 -0
  74. data/share/views/partials/layout/_details.haml +25 -0
  75. data/share/views/partials/layout/_head.haml +22 -0
  76. data/share/views/partials/layout/_header.haml +29 -0
  77. data/share/views/partials/layout/_menu.haml +20 -0
  78. data/share/views/partials/layout/_resources.haml +41 -0
  79. data/share/views/public/background.png +0 -0
  80. data/share/views/public/plugins/cytoscape-web/LICENSE.txt +504 -0
  81. data/share/views/public/plugins/cytoscape-web/README.txt +213 -0
  82. data/share/views/public/plugins/cytoscape-web/js/AC_OETags.js +1 -0
  83. data/share/views/public/plugins/cytoscape-web/js/cytoscapeweb.js +1 -0
  84. data/share/views/public/plugins/cytoscape-web/js/json2.js +1 -0
  85. data/share/views/public/plugins/cytoscape-web/swf/CytoscapeWeb.swf +0 -0
  86. data/share/views/public/plugins/cytoscape-web/swf/playerProductInstall.swf +0 -0
  87. data/share/views/public/plugins/fancybox/CHANGELOG.md +68 -0
  88. data/share/views/public/plugins/fancybox/README.md +220 -0
  89. data/share/views/public/plugins/fancybox/css/blank.gif +0 -0
  90. data/share/views/public/plugins/fancybox/css/fancybox_loading.gif +0 -0
  91. data/share/views/public/plugins/fancybox/css/fancybox_sprite.png +0 -0
  92. data/share/views/public/plugins/fancybox/css/jquery.fancybox.css +234 -0
  93. data/share/views/public/plugins/fancybox/helpers/fancybox_buttons.png +0 -0
  94. data/share/views/public/plugins/fancybox/helpers/jquery.fancybox-buttons.css +85 -0
  95. data/share/views/public/plugins/fancybox/helpers/jquery.fancybox-buttons.js +115 -0
  96. data/share/views/public/plugins/fancybox/helpers/jquery.fancybox-media.js +85 -0
  97. data/share/views/public/plugins/fancybox/helpers/jquery.fancybox-thumbs.css +54 -0
  98. data/share/views/public/plugins/fancybox/helpers/jquery.fancybox-thumbs.js +157 -0
  99. data/share/views/public/plugins/fancybox/js/jquery.fancybox.js +1463 -0
  100. data/share/views/public/plugins/fancybox/js/jquery.mousewheel-3.0.6.pack.js +13 -0
  101. data/share/views/public/plugins/fancybox/lib/jquery-1.7.2.min.js +4 -0
  102. data/share/views/public/plugins/featuredimagezoomer/css/featuredimagezoomer.css +8 -0
  103. data/share/views/public/plugins/featuredimagezoomer/images/spinningred.gif +0 -0
  104. data/share/views/public/plugins/featuredimagezoomer/js/featuredimagezoomer.js +245 -0
  105. data/share/views/public/plugins/jquery-ui.hitarea.js +173 -0
  106. data/share/views/public/plugins/jquery/js/jquery-1.8.0.min.js +2 -0
  107. data/share/views/public/plugins/tablesorter/addons/pager/jquery.tablesorter.pager.css +25 -0
  108. data/share/views/public/plugins/tablesorter/addons/pager/jquery.tablesorter.pager.js +184 -0
  109. data/share/views/public/plugins/tablesorter/build.xml +26 -0
  110. data/share/views/public/plugins/tablesorter/build/ParseMaster.js +106 -0
  111. data/share/views/public/plugins/tablesorter/build/js.jar +0 -0
  112. data/share/views/public/plugins/tablesorter/build/jsmin.js +316 -0
  113. data/share/views/public/plugins/tablesorter/build/min.js +5 -0
  114. data/share/views/public/plugins/tablesorter/build/pack.js +5 -0
  115. data/share/views/public/plugins/tablesorter/build/packer.js +316 -0
  116. data/share/views/public/plugins/tablesorter/build/writeFile.js +19 -0
  117. data/share/views/public/plugins/tablesorter/changelog +41 -0
  118. data/share/views/public/plugins/tablesorter/docs/assets/ajax-content.html +43 -0
  119. data/share/views/public/plugins/tablesorter/docs/css/jq.css +29 -0
  120. data/share/views/public/plugins/tablesorter/docs/example-ajax.html +119 -0
  121. data/share/views/public/plugins/tablesorter/docs/example-empty-table.html +75 -0
  122. data/share/views/public/plugins/tablesorter/docs/example-extending-defaults.html +109 -0
  123. data/share/views/public/plugins/tablesorter/docs/example-meta-headers.html +108 -0
  124. data/share/views/public/plugins/tablesorter/docs/example-meta-parsers.html +105 -0
  125. data/share/views/public/plugins/tablesorter/docs/example-meta-sort-list.html +107 -0
  126. data/share/views/public/plugins/tablesorter/docs/example-option-debug.html +116 -0
  127. data/share/views/public/plugins/tablesorter/docs/example-option-digits.html +106 -0
  128. data/share/views/public/plugins/tablesorter/docs/example-option-sort-force.html +107 -0
  129. data/share/views/public/plugins/tablesorter/docs/example-option-sort-key.html +108 -0
  130. data/share/views/public/plugins/tablesorter/docs/example-option-sort-list.html +108 -0
  131. data/share/views/public/plugins/tablesorter/docs/example-option-sort-order.html +108 -0
  132. data/share/views/public/plugins/tablesorter/docs/example-option-text-extraction.html +85 -0
  133. data/share/views/public/plugins/tablesorter/docs/example-options-headers.html +118 -0
  134. data/share/views/public/plugins/tablesorter/docs/example-pager.html +329 -0
  135. data/share/views/public/plugins/tablesorter/docs/example-parsers.html +112 -0
  136. data/share/views/public/plugins/tablesorter/docs/example-trigger-sort.html +113 -0
  137. data/share/views/public/plugins/tablesorter/docs/example-triggers.html +336 -0
  138. data/share/views/public/plugins/tablesorter/docs/example-update-cell.html +118 -0
  139. data/share/views/public/plugins/tablesorter/docs/example-widgets.html +383 -0
  140. data/share/views/public/plugins/tablesorter/docs/img/external.png +0 -0
  141. data/share/views/public/plugins/tablesorter/docs/index.html +576 -0
  142. data/share/views/public/plugins/tablesorter/docs/js/docs.js +23 -0
  143. data/share/views/public/plugins/tablesorter/docs/js/examples.js +29 -0
  144. data/share/views/public/plugins/tablesorter/jquery-latest.js +154 -0
  145. data/share/views/public/plugins/tablesorter/jquery.metadata.js +122 -0
  146. data/share/views/public/plugins/tablesorter/jquery.tablesorter.js +1031 -0
  147. data/share/views/public/plugins/tablesorter/jquery.tablesorter.min.js +4 -0
  148. data/share/views/public/plugins/tablesorter/tests/assets/ajax-content.html +28 -0
  149. data/share/views/public/plugins/tablesorter/tests/cell.metadata.html +112 -0
  150. data/share/views/public/plugins/tablesorter/tests/checkbox.html +117 -0
  151. data/share/views/public/plugins/tablesorter/tests/colspan.html +149 -0
  152. data/share/views/public/plugins/tablesorter/tests/demo.html +353 -0
  153. data/share/views/public/plugins/tablesorter/tests/index.html +22 -0
  154. data/share/views/public/plugins/tablesorter/tests/large.html +30 -0
  155. data/share/views/public/plugins/tablesorter/tests/lockedOrder.html +355 -0
  156. data/share/views/public/plugins/tablesorter/tests/metadata.html +320 -0
  157. data/share/views/public/plugins/tablesorter/tests/multiple-headers.html +67 -0
  158. data/share/views/public/plugins/tablesorter/tests/pager.html +553 -0
  159. data/share/views/public/plugins/tablesorter/themes/blue/asc.gif +0 -0
  160. data/share/views/public/plugins/tablesorter/themes/blue/bg.gif +0 -0
  161. data/share/views/public/plugins/tablesorter/themes/blue/blue.zip +0 -0
  162. data/share/views/public/plugins/tablesorter/themes/blue/desc.gif +0 -0
  163. data/share/views/public/plugins/tablesorter/themes/blue/style.css +39 -0
  164. data/share/views/public/plugins/tablesorter/themes/green/asc.png +0 -0
  165. data/share/views/public/plugins/tablesorter/themes/green/bg.png +0 -0
  166. data/share/views/public/plugins/tablesorter/themes/green/desc.png +0 -0
  167. data/share/views/public/plugins/tablesorter/themes/green/green.zip +0 -0
  168. data/share/views/public/plugins/tablesorter/themes/green/style.css +39 -0
  169. data/share/views/public/plugins/wz_jsgraphics.js +1108 -0
  170. data/share/views/public/tmp/foo +0 -0
  171. data/share/views/result.haml +6 -1
  172. data/share/views/step_error.haml +5 -0
  173. data/share/views/user_lists.haml +8 -7
  174. data/share/views/wait.haml +40 -2
  175. metadata +302 -106
  176. data/share/views/compass/screen.sass +0 -8
  177. data/share/views/public/plugins/jquery/js/jquery-1.6.2.min.js +0 -18
File without changes
@@ -1,6 +1,11 @@
1
1
  - if locals.include? :jobname or locals.include? "jobname"
2
2
  = workflow_partial("partials/_job_control", workflow, task, locals)
3
3
 
4
+
5
+ - result = locals[:result] = step.run unless not defined? step or defined? result
6
+
7
+ - result_type = locals[:result_type] = workflow.tasks[task][:result_type] unless defined? result_type or not defined? workflow or not defined? task
8
+
4
9
  - result_type = result_type.to_sym if String === result_type
5
10
  - case result_type
6
11
  - when :string
@@ -21,7 +26,7 @@
21
26
  - when :boolean
22
27
  = result.to_s
23
28
 
24
- - when :array
29
+ - when :array, :annotations
25
30
  %ul
26
31
  - if locals.include? :result_description and defined? Entity and Entity.respond_to? :formats and Entity.formats.include? locals[:result_description] and Entity.formats[locals[:result_description]].include? Entity::REST
27
32
  - if Entity.formats[locals[:result_description]].annotations.first == :format
@@ -0,0 +1,5 @@
1
+ %header.error Error
2
+ %ul.messages
3
+ - step.messages.reverse.each do |line|
4
+ %li.message= escape_html line
5
+
@@ -1,10 +1,11 @@
1
1
 
2
- %dl
3
- - lists.each do |type, lists|
4
- %dt= type
2
+ %dl.user_lists
3
+ - lists.each do |entity_type, lists|
4
+ %dt= entity_type
5
5
  %dd
6
- %ul
6
+ %ul.user_list
7
7
  - lists.each do |list_id|
8
- %li
9
- %a(href="/entity_list/#{ type }/#{ list_id }")= list_id
10
-
8
+ - target_id = "user_list_" + list_id.gsub(/\s/,'_')
9
+ %li(id=target_id)
10
+ %a(class="entity_list #{entity_type.to_s.sub(' ','_')}"href="/entity_list/#{ entity_type }/#{ list_id }" target_id=target_id)= list_id
11
+ = workflow_partial('partials/_list_control', workflow, task, :saved_already => true, :entity_type => entity_type, :format => nil, :id => list_id)
@@ -1,2 +1,40 @@
1
- %span.status= step.status
2
- %span.message= step.messages.last
1
+ %h3
2
+ Status:
3
+ %span.status= step.status
4
+ %ul.messages
5
+ - step.messages.reverse.each do |message|
6
+ %li.message= message
7
+
8
+ - if step.status == "done"
9
+ :javascript
10
+ alert("Actualy done");
11
+ window.location = remove_parameter(remove_parameter(remove_parameter(window.location.to_s, "_"), "_layout"), "_update");
12
+ - else
13
+ :javascript
14
+ deffer(function(){
15
+ var url = window.location.toString();
16
+
17
+ url=remove_parameter(url, "_update");
18
+ url=add_parameters(url, "_layout=true");
19
+
20
+ function reload(){
21
+ $.ajax({url: url, cache:false,
22
+ success: function(data, stat, req){
23
+ if (req.status == 202){
24
+ $('#main').html(data)
25
+ }else{
26
+ window.location = remove_parameter(url, "_layout");
27
+ }
28
+ },
29
+ error:function(jqXHR, status, thrownError){
30
+ if (undefined === jqXHR.responseText || jqXHR.responseText == ''){
31
+ $('#main').html('No response. Server down?')
32
+ }else{
33
+ $('#main').html($(jqXHR.responseText).find('#main').html())
34
+ }
35
+ }})
36
+ }
37
+
38
+ window.setTimeout(reload, 7000);
39
+ })
40
+
metadata CHANGED
@@ -1,130 +1,215 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: rbbt-views
3
- version: !ruby/object:Gem::Version
4
- hash: 21
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.0
5
5
  prerelease:
6
- segments:
7
- - 1
8
- - 0
9
- - 1
10
- version: 1.0.1
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Miguel Vazquez
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2012-01-31 00:00:00 Z
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
12
+ date: 2012-12-21 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
21
15
  name: sinatra
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
24
17
  none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- hash: 3
29
- segments:
30
- - 0
31
- version: "0"
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
32
22
  type: :runtime
33
- version_requirements: *id001
34
- - !ruby/object:Gem::Dependency
35
- name: compass
36
23
  prerelease: false
37
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ - !ruby/object:Gem::Dependency
31
+ name: compass
32
+ requirement: !ruby/object:Gem::Requirement
38
33
  none: false
39
- requirements:
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- hash: 3
43
- segments:
44
- - 0
45
- version: "0"
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
46
38
  type: :runtime
47
- version_requirements: *id002
48
- - !ruby/object:Gem::Dependency
49
- name: json
50
39
  prerelease: false
51
- requirement: &id003 !ruby/object:Gem::Requirement
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ - !ruby/object:Gem::Dependency
47
+ name: json
48
+ requirement: !ruby/object:Gem::Requirement
52
49
  none: false
53
- requirements:
54
- - - ">="
55
- - !ruby/object:Gem::Version
56
- hash: 3
57
- segments:
58
- - 0
59
- version: "0"
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
60
54
  type: :runtime
61
- version_requirements: *id003
62
- - !ruby/object:Gem::Dependency
63
- name: haml
64
55
  prerelease: false
65
- requirement: &id004 !ruby/object:Gem::Requirement
56
+ version_requirements: !ruby/object:Gem::Requirement
66
57
  none: false
67
- requirements:
68
- - - ">="
69
- - !ruby/object:Gem::Version
70
- hash: 3
71
- segments:
72
- - 0
73
- version: "0"
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ - !ruby/object:Gem::Dependency
63
+ name: haml
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
74
70
  type: :runtime
75
- version_requirements: *id004
76
- - !ruby/object:Gem::Dependency
77
- name: rest-client
78
71
  prerelease: false
79
- requirement: &id005 !ruby/object:Gem::Requirement
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ - !ruby/object:Gem::Dependency
79
+ name: rest-client
80
+ requirement: !ruby/object:Gem::Requirement
80
81
  none: false
81
- requirements:
82
- - - ">="
83
- - !ruby/object:Gem::Version
84
- hash: 3
85
- segments:
86
- - 0
87
- version: "0"
82
+ requirements:
83
+ - - ! '>='
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
88
86
  type: :runtime
89
- version_requirements: *id005
90
- - !ruby/object:Gem::Dependency
87
+ prerelease: false
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ - !ruby/object:Gem::Dependency
91
95
  name: sinatra-authorization
96
+ requirement: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ! '>='
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ type: :runtime
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ - !ruby/object:Gem::Dependency
111
+ name: sinatra-cross_origin
112
+ requirement: !ruby/object:Gem::Requirement
113
+ none: false
114
+ requirements:
115
+ - - ! '>='
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ none: false
122
+ requirements:
123
+ - - ! '>='
124
+ - !ruby/object:Gem::Version
125
+ version: '0'
126
+ - !ruby/object:Gem::Dependency
127
+ name: RedCloth
128
+ requirement: !ruby/object:Gem::Requirement
129
+ none: false
130
+ requirements:
131
+ - - ! '>='
132
+ - !ruby/object:Gem::Version
133
+ version: '0'
134
+ type: :runtime
135
+ prerelease: false
136
+ version_requirements: !ruby/object:Gem::Requirement
137
+ none: false
138
+ requirements:
139
+ - - ! '>='
140
+ - !ruby/object:Gem::Version
141
+ version: '0'
142
+ - !ruby/object:Gem::Dependency
143
+ name: BlueCloth
144
+ requirement: !ruby/object:Gem::Requirement
145
+ none: false
146
+ requirements:
147
+ - - ! '>='
148
+ - !ruby/object:Gem::Version
149
+ version: '0'
150
+ type: :runtime
92
151
  prerelease: false
93
- requirement: &id006 !ruby/object:Gem::Requirement
152
+ version_requirements: !ruby/object:Gem::Requirement
153
+ none: false
154
+ requirements:
155
+ - - ! '>='
156
+ - !ruby/object:Gem::Version
157
+ version: '0'
158
+ - !ruby/object:Gem::Dependency
159
+ name: yui-compressor
160
+ requirement: !ruby/object:Gem::Requirement
94
161
  none: false
95
- requirements:
96
- - - ">="
97
- - !ruby/object:Gem::Version
98
- hash: 3
99
- segments:
100
- - 0
101
- version: "0"
162
+ requirements:
163
+ - - ! '>='
164
+ - !ruby/object:Gem::Version
165
+ version: '0'
102
166
  type: :runtime
103
- version_requirements: *id006
167
+ prerelease: false
168
+ version_requirements: !ruby/object:Gem::Requirement
169
+ none: false
170
+ requirements:
171
+ - - ! '>='
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
104
174
  description: Rest and HTML interface
105
175
  email: miguel.vazquez@cnio.es
106
176
  executables: []
107
-
108
177
  extensions: []
109
-
110
- extra_rdoc_files:
178
+ extra_rdoc_files:
111
179
  - LICENSE
112
- files:
180
+ files:
113
181
  - lib/rbbt/workflow/rest.rb
114
182
  - lib/rbbt/workflow/rest/auth.rb
115
183
  - lib/rbbt/workflow/rest/client.rb
116
184
  - lib/rbbt/workflow/rest/email.rb
117
185
  - lib/rbbt/workflow/rest/entity.rb
186
+ - lib/rbbt/workflow/rest/finder.rb
118
187
  - lib/rbbt/workflow/rest/helpers.rb
188
+ - lib/rbbt/workflow/rest/notes.rb
119
189
  - lib/rbbt/workflow/rest/render.rb
120
190
  - lib/rbbt/workflow/rest/util.rb
121
191
  - share/views/compass/_base.sass
122
192
  - share/views/compass/app.sass
193
+ - share/views/compass/colors.sass
194
+ - share/views/compass/colors/ventana_azul.sass
123
195
  - share/views/compass/compass.config
196
+ - share/views/compass/details.sass
197
+ - share/views/compass/dom.sass
198
+ - share/views/compass/embedded.sass
199
+ - share/views/compass/entities.sass
200
+ - share/views/compass/error.sass
201
+ - share/views/compass/finder.sass
202
+ - share/views/compass/fonts.sass
124
203
  - share/views/compass/form.sass
204
+ - share/views/compass/header.sass
205
+ - share/views/compass/helpers.sass
125
206
  - share/views/compass/layout.sass
126
- - share/views/compass/main.sass
127
- - share/views/compass/screen.sass
207
+ - share/views/compass/lists.sass
208
+ - share/views/compass/menu.sass
209
+ - share/views/compass/notes.sass
210
+ - share/views/compass/sizes.sass
211
+ - share/views/compass/tables.sass
212
+ - share/views/compass/wait.sass
128
213
  - share/views/dependencies.haml
129
214
  - share/views/edit_list.haml
130
215
  - share/views/entity/GOTerm.haml
@@ -139,22 +224,76 @@ files:
139
224
  - share/views/entity/NCIReactomePathway.haml
140
225
  - share/views/entity/PfamDomain.haml
141
226
  - share/views/entity/Protein.haml
227
+ - share/views/entity/Transcript.haml
142
228
  - share/views/entity_list/Default.haml
229
+ - share/views/entity_list/Default/compare_to_other_lists.haml
230
+ - share/views/entity_list/Default/entity_links.haml
231
+ - share/views/entity_list/Default/find_in_other_lists.haml
143
232
  - share/views/error.haml
144
233
  - share/views/files.haml
234
+ - share/views/find.haml
145
235
  - share/views/form.haml
146
236
  - share/views/front.haml
147
237
  - share/views/info.haml
148
238
  - share/views/job_list.haml
239
+ - share/views/js/_action_setup.js
240
+ - share/views/js/_basic.js
241
+ - share/views/js/_cytoscape.js
242
+ - share/views/js/_details.js
243
+ - share/views/js/_dom_updates.js
244
+ - share/views/js/_embedded.js
245
+ - share/views/js/_images.js
246
+ - share/views/js/_layout.js
247
+ - share/views/js/_lists.js
248
+ - share/views/js/_table.js
249
+ - share/views/js/_workflow.js
149
250
  - share/views/js/app.js
251
+ - share/views/js/fix_tablesorter_scientific.js
252
+ - share/views/js/json2.js
150
253
  - share/views/layout.haml
254
+ - share/views/notes.haml
151
255
  - share/views/partials/_context_control.haml
152
256
  - share/views/partials/_form.haml
153
257
  - share/views/partials/_job_control.haml
258
+ - share/views/partials/_list_control.haml
259
+ - share/views/partials/_list_header.haml
260
+ - share/views/partials/_note_list.haml
154
261
  - share/views/partials/_result_table.haml
155
262
  - share/views/partials/_result_table_controls.haml
156
263
  - share/views/partials/_table.haml
264
+ - share/views/partials/layout/_coda.haml
265
+ - share/views/partials/layout/_details.haml
266
+ - share/views/partials/layout/_head.haml
267
+ - share/views/partials/layout/_header.haml
268
+ - share/views/partials/layout/_menu.haml
269
+ - share/views/partials/layout/_resources.haml
270
+ - share/views/public/background.png
157
271
  - share/views/public/favicon.gif
272
+ - share/views/public/plugins/cytoscape-web/LICENSE.txt
273
+ - share/views/public/plugins/cytoscape-web/README.txt
274
+ - share/views/public/plugins/cytoscape-web/js/AC_OETags.js
275
+ - share/views/public/plugins/cytoscape-web/js/cytoscapeweb.js
276
+ - share/views/public/plugins/cytoscape-web/js/json2.js
277
+ - share/views/public/plugins/cytoscape-web/swf/CytoscapeWeb.swf
278
+ - share/views/public/plugins/cytoscape-web/swf/playerProductInstall.swf
279
+ - share/views/public/plugins/fancybox/CHANGELOG.md
280
+ - share/views/public/plugins/fancybox/README.md
281
+ - share/views/public/plugins/fancybox/css/blank.gif
282
+ - share/views/public/plugins/fancybox/css/fancybox_loading.gif
283
+ - share/views/public/plugins/fancybox/css/fancybox_sprite.png
284
+ - share/views/public/plugins/fancybox/css/jquery.fancybox.css
285
+ - share/views/public/plugins/fancybox/helpers/fancybox_buttons.png
286
+ - share/views/public/plugins/fancybox/helpers/jquery.fancybox-buttons.css
287
+ - share/views/public/plugins/fancybox/helpers/jquery.fancybox-buttons.js
288
+ - share/views/public/plugins/fancybox/helpers/jquery.fancybox-media.js
289
+ - share/views/public/plugins/fancybox/helpers/jquery.fancybox-thumbs.css
290
+ - share/views/public/plugins/fancybox/helpers/jquery.fancybox-thumbs.js
291
+ - share/views/public/plugins/fancybox/js/jquery.fancybox.js
292
+ - share/views/public/plugins/fancybox/js/jquery.mousewheel-3.0.6.pack.js
293
+ - share/views/public/plugins/fancybox/lib/jquery-1.7.2.min.js
294
+ - share/views/public/plugins/featuredimagezoomer/css/featuredimagezoomer.css
295
+ - share/views/public/plugins/featuredimagezoomer/images/spinningred.gif
296
+ - share/views/public/plugins/featuredimagezoomer/js/featuredimagezoomer.js
158
297
  - share/views/public/plugins/jmol/CHANGES.txt
159
298
  - share/views/public/plugins/jmol/COPYRIGHT.txt
160
299
  - share/views/public/plugins/jmol/ChimeToJmol.jar
@@ -380,6 +519,7 @@ files:
380
519
  - share/views/public/plugins/jqgrid/src/jqDnR.js
381
520
  - share/views/public/plugins/jqgrid/src/jqModal.js
382
521
  - share/views/public/plugins/jqgrid/src/jquery.fmatter.js
522
+ - share/views/public/plugins/jquery-ui.hitarea.js
383
523
  - share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png
384
524
  - share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_55_fbf9ee_1x400.png
385
525
  - share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png
@@ -789,10 +929,75 @@ files:
789
929
  - share/views/public/plugins/jquery-ui/index.html
790
930
  - share/views/public/plugins/jquery-ui/js/jquery-1.5.1.min.js
791
931
  - share/views/public/plugins/jquery-ui/js/jquery-ui-1.8.14.custom.min.js
792
- - share/views/public/plugins/jquery/js/jquery-1.6.2.min.js
932
+ - share/views/public/plugins/jquery/js/jquery-1.8.0.min.js
793
933
  - share/views/public/plugins/jquery/js/jquery.cookie.js
794
934
  - share/views/public/plugins/jquery/js/jquery.form.js
935
+ - share/views/public/plugins/tablesorter/addons/pager/jquery.tablesorter.pager.css
936
+ - share/views/public/plugins/tablesorter/addons/pager/jquery.tablesorter.pager.js
937
+ - share/views/public/plugins/tablesorter/build.xml
938
+ - share/views/public/plugins/tablesorter/build/ParseMaster.js
939
+ - share/views/public/plugins/tablesorter/build/js.jar
940
+ - share/views/public/plugins/tablesorter/build/jsmin.js
941
+ - share/views/public/plugins/tablesorter/build/min.js
942
+ - share/views/public/plugins/tablesorter/build/pack.js
943
+ - share/views/public/plugins/tablesorter/build/packer.js
944
+ - share/views/public/plugins/tablesorter/build/writeFile.js
945
+ - share/views/public/plugins/tablesorter/changelog
946
+ - share/views/public/plugins/tablesorter/docs/assets/ajax-content.html
947
+ - share/views/public/plugins/tablesorter/docs/css/jq.css
948
+ - share/views/public/plugins/tablesorter/docs/example-ajax.html
949
+ - share/views/public/plugins/tablesorter/docs/example-empty-table.html
950
+ - share/views/public/plugins/tablesorter/docs/example-extending-defaults.html
951
+ - share/views/public/plugins/tablesorter/docs/example-meta-headers.html
952
+ - share/views/public/plugins/tablesorter/docs/example-meta-parsers.html
953
+ - share/views/public/plugins/tablesorter/docs/example-meta-sort-list.html
954
+ - share/views/public/plugins/tablesorter/docs/example-option-debug.html
955
+ - share/views/public/plugins/tablesorter/docs/example-option-digits.html
956
+ - share/views/public/plugins/tablesorter/docs/example-option-sort-force.html
957
+ - share/views/public/plugins/tablesorter/docs/example-option-sort-key.html
958
+ - share/views/public/plugins/tablesorter/docs/example-option-sort-list.html
959
+ - share/views/public/plugins/tablesorter/docs/example-option-sort-order.html
960
+ - share/views/public/plugins/tablesorter/docs/example-option-text-extraction.html
961
+ - share/views/public/plugins/tablesorter/docs/example-options-headers.html
962
+ - share/views/public/plugins/tablesorter/docs/example-pager.html
963
+ - share/views/public/plugins/tablesorter/docs/example-parsers.html
964
+ - share/views/public/plugins/tablesorter/docs/example-trigger-sort.html
965
+ - share/views/public/plugins/tablesorter/docs/example-triggers.html
966
+ - share/views/public/plugins/tablesorter/docs/example-update-cell.html
967
+ - share/views/public/plugins/tablesorter/docs/example-widgets.html
968
+ - share/views/public/plugins/tablesorter/docs/img/external.png
969
+ - share/views/public/plugins/tablesorter/docs/index.html
970
+ - share/views/public/plugins/tablesorter/docs/js/docs.js
971
+ - share/views/public/plugins/tablesorter/docs/js/examples.js
972
+ - share/views/public/plugins/tablesorter/jquery-latest.js
973
+ - share/views/public/plugins/tablesorter/jquery.metadata.js
974
+ - share/views/public/plugins/tablesorter/jquery.tablesorter.js
975
+ - share/views/public/plugins/tablesorter/jquery.tablesorter.min.js
976
+ - share/views/public/plugins/tablesorter/tests/assets/ajax-content.html
977
+ - share/views/public/plugins/tablesorter/tests/cell.metadata.html
978
+ - share/views/public/plugins/tablesorter/tests/checkbox.html
979
+ - share/views/public/plugins/tablesorter/tests/colspan.html
980
+ - share/views/public/plugins/tablesorter/tests/demo.html
981
+ - share/views/public/plugins/tablesorter/tests/index.html
982
+ - share/views/public/plugins/tablesorter/tests/large.html
983
+ - share/views/public/plugins/tablesorter/tests/lockedOrder.html
984
+ - share/views/public/plugins/tablesorter/tests/metadata.html
985
+ - share/views/public/plugins/tablesorter/tests/multiple-headers.html
986
+ - share/views/public/plugins/tablesorter/tests/pager.html
987
+ - share/views/public/plugins/tablesorter/themes/blue/asc.gif
988
+ - share/views/public/plugins/tablesorter/themes/blue/bg.gif
989
+ - share/views/public/plugins/tablesorter/themes/blue/blue.zip
990
+ - share/views/public/plugins/tablesorter/themes/blue/desc.gif
991
+ - share/views/public/plugins/tablesorter/themes/blue/style.css
992
+ - share/views/public/plugins/tablesorter/themes/green/asc.png
993
+ - share/views/public/plugins/tablesorter/themes/green/bg.png
994
+ - share/views/public/plugins/tablesorter/themes/green/desc.png
995
+ - share/views/public/plugins/tablesorter/themes/green/green.zip
996
+ - share/views/public/plugins/tablesorter/themes/green/style.css
997
+ - share/views/public/plugins/wz_jsgraphics.js
998
+ - share/views/public/tmp/foo
795
999
  - share/views/result.haml
1000
+ - share/views/step_error.haml
796
1001
  - share/views/task_list.haml
797
1002
  - share/views/user_lists.haml
798
1003
  - share/views/wait.haml
@@ -801,37 +1006,28 @@ files:
801
1006
  - test/rbbt/workflow/rest/test_client.rb
802
1007
  homepage: http://github.com/mikisvaz/rbbt-views
803
1008
  licenses: []
804
-
805
1009
  post_install_message:
806
1010
  rdoc_options: []
807
-
808
- require_paths:
1011
+ require_paths:
809
1012
  - lib
810
- required_ruby_version: !ruby/object:Gem::Requirement
1013
+ required_ruby_version: !ruby/object:Gem::Requirement
811
1014
  none: false
812
- requirements:
813
- - - ">="
814
- - !ruby/object:Gem::Version
815
- hash: 3
816
- segments:
817
- - 0
818
- version: "0"
819
- required_rubygems_version: !ruby/object:Gem::Requirement
1015
+ requirements:
1016
+ - - ! '>='
1017
+ - !ruby/object:Gem::Version
1018
+ version: '0'
1019
+ required_rubygems_version: !ruby/object:Gem::Requirement
820
1020
  none: false
821
- requirements:
822
- - - ">="
823
- - !ruby/object:Gem::Version
824
- hash: 3
825
- segments:
826
- - 0
827
- version: "0"
1021
+ requirements:
1022
+ - - ! '>='
1023
+ - !ruby/object:Gem::Version
1024
+ version: '0'
828
1025
  requirements: []
829
-
830
1026
  rubyforge_project:
831
- rubygems_version: 1.8.10
1027
+ rubygems_version: 1.8.24
832
1028
  signing_key:
833
1029
  specification_version: 3
834
1030
  summary: Rest and HTML interface
835
- test_files:
1031
+ test_files:
836
1032
  - test/test_helper.rb
837
1033
  - test/rbbt/workflow/rest/test_client.rb