myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3150] trunk: Updated t2flow parser dependency.


From: noreply
Subject: [myexperiment-hackers] [3150] trunk: Updated t2flow parser dependency.
Date: Tue, 9 Oct 2012 13:48:54 +0000 (UTC)

Revision
3150
Author
fbacall
Date
2012-10-09 13:48:54 +0000 (Tue, 09 Oct 2012)

Log Message

Updated t2flow parser dependency. Updated workflow-to-galaxy gem to use it.

Modified Paths

Added Paths

Diff

Modified: trunk/Gemfile (3149 => 3150)


--- trunk/Gemfile	2012-10-09 13:34:57 UTC (rev 3149)
+++ trunk/Gemfile	2012-10-09 13:48:54 UTC (rev 3150)
@@ -17,5 +17,5 @@
 gem "passenger", "~> 2.2.15"
 gem "htmlentities", "~> 4.3.1"
 gem "taverna-scufl", "~> 0.7.1"
-gem "taverna-t2flow", "~> 0.2.0"
+gem "taverna-t2flow", "~> 0.3.0"
 

Modified: trunk/db/schema.rb (3149 => 3150)


--- trunk/db/schema.rb	2012-10-09 13:34:57 UTC (rev 3149)
+++ trunk/db/schema.rb	2012-10-09 13:48:54 UTC (rev 3150)
@@ -9,7 +9,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 97) do
+ActiveRecord::Schema.define(:version => 20120920093655) do
 
   create_table "activity_limits", :force => true do |t|
     t.string   "contributor_type", :null => false
@@ -143,6 +143,13 @@
 
   add_index "comments", ["user_id"], :name => "index_comments_on_user_id"
 
+  create_table "component_profiles", :force => true do |t|
+    t.string   "name"
+    t.string   "url"
+    t.datetime "created_at"
+    t.datetime "updated_at"
+  end
+
   create_table "concept_relations", :force => true do |t|
     t.integer "subject_concept_id"
     t.string  "relation_type"
@@ -570,6 +577,13 @@
 
   add_index "reviews", ["user_id"], :name => "index_reviews_on_user_id"
 
+  create_table "semantic_annotations", :force => true do |t|
+    t.integer "subject_id"
+    t.string  "subject_type"
+    t.string  "predicate"
+    t.string  "object"
+  end
+
   create_table "service_categories", :force => true do |t|
     t.string   "uri"
     t.datetime "updated_at"
@@ -784,6 +798,12 @@
     t.string   "uri"
   end
 
+  create_table "workflow_ports", :force => true do |t|
+    t.string  "name"
+    t.string  "port_type"
+    t.integer "workflow_id"
+  end
+
   create_table "workflow_processors", :force => true do |t|
     t.string  "name"
     t.string  "wsdl_operation"
@@ -813,8 +833,6 @@
     t.integer  "preview_id"
   end
 
-  add_index "workflow_versions", ["workflow_id"], :name => "index_workflow_versions_on_workflow_id"
-
   create_table "workflows", :force => true do |t|
     t.integer  "contributor_id"
     t.string   "contributor_type"
@@ -833,6 +851,7 @@
     t.integer  "content_type_id"
     t.integer  "license_id"
     t.integer  "preview_id"
+    t.integer  "component_profile_id"
   end
 
 end

Added: trunk/workflow-to-galaxy-0.3.4.gem


(Binary files differ)
Property changes on: trunk/workflow-to-galaxy-0.3.4.gem ___________________________________________________________________

Added: svn:mime-type


reply via email to

[Prev in Thread] Current Thread [Next in Thread]