You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 12:47:15 UTC

[48/50] [abbrv] incubator-taverna-plugin-bioinformatics git commit: Merge https://github.com/taverna/taverna-biomart-activity master

Merge https://github.com/taverna/taverna-biomart-activity master


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/commit/0456c129
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/tree/0456c129
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/diff/0456c129

Branch: refs/heads/master
Commit: 0456c129f6701cf64397fb1412142d42f37f5cd6
Parents: 46e9331 24c4d3c
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Feb 2 09:57:58 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Feb 2 09:57:58 2015 +0000

----------------------------------------------------------------------
 taverna-biomart-activity/pom.xml                |  77 ++++
 .../t2/activities/biomart/BiomartActivity.java  | 351 +++++++++++++++++++
 .../BiomartActivityConfigurationBean.java       |  47 +++
 .../biomart/BiomartActivityFactory.java         | 144 ++++++++
 .../biomart/BiomartActivityHealthChecker.java   |  76 ++++
 ...averna.t2.workflowmodel.health.HealthChecker |   1 +
 .../spring/biomart-activity-context-osgi.xml    |  15 +
 .../spring/biomart-activity-context.xml         |  13 +
 .../src/main/resources/schema.json              |  19 +
 .../biomart/BiomartActivityFactoryTest.java     |  65 ++++
 .../src/test/resources/biomart-query.xml        |  17 +
 11 files changed, 825 insertions(+)
----------------------------------------------------------------------