Changes between Version 3 and Version 4 of Service_Lab_Plugin
- Timestamp:
- 03/11/2017 01:05:44 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Service_Lab_Plugin
v3 v4 10 10 11 11 === Service Lab main plugin === 12 This plugin provides functionalities related to accounting and management in Service Lab. This plugin should be added to the product when creating a product for the lab.Currently this plugin has following functionalities:12 This plugin provides functionalities related to accounting and management in Service Lab. '''This plugin should be added to the product file when creating a deployment for the lab.''' Currently this plugin has following functionalities: 13 13 - Invoice Generation 14 14 - price management for protocols and generation of invoice for projects … … 20 20 - the set of latest experiment designer's ontology provided to Service Lab 21 21 - the protocol variants provided to Service Lab 22 - product files that generate GRITS products for deployment 23 - GRITS.servicelab.product - to deploy in lab 24 - GRITS.servicelab.dev.product - for developers use before deployment (has the additional developers fragment) 22 25 23 26 === Service Lab utility plugin === 24 This plugin is used for generation of GRITS workspace projects from spread sheets. It is also used for adding new protocols to ontology from a spread sheet and for generating its protocol variants. This plugin should not be added to the product when creating a product for the lab. 27 This plugin is used for generation of GRITS workspace projects from spread sheets. It is also used for adding new protocols to ontology from a spread sheet and for generating its protocol variants. '''This plugin should not be added to any product file that would be deployed for use.''' Currently this plugin adds two commands to GRITS in the popup menu of the project explorer: 28 - Import Projects 29 - Add Ontology 25 30 26 Protocol spread sheet - The spread sheet that is used for adding new protocols to the ontology is stored in '''doc''' folder. The name of the spread sheet would be '''Protocol Set <SET_NUMBER> Rev<REV_NUMBER>.xlsx'''. 31 This plugin contains 32 - Protocol spread sheet for generation of ontology 33 - name would be '''Protocol Set <SET_NUMBER> Rev<REVISION_NUMBER>.xlsx''' 34 - Sample spread sheet for creating descriptors from sample names while generating workspace 35 - a product file ''GRITS.all.lab.service.product'' for ontology and workspace generation. 36 37 __Note:__ For data privacy, the spread sheet containing project information for generating workspace is not added to the svn and is used locally. For generating workspace from the 3rd type (latest version) spread sheet, the spread sheet should be placed in the '''doc''' folder of this plugin. 27 38 28 39