Difference between revisions of "Statistical Algorithms Importer: Create Software"

From Gcube Wiki
Jump to: navigation, search
(Created page with "{| align="right" ||__TOC__ |} :This page explains how to create new software using the Statistical Algorithms Importer (SAI). ==Creating Software== With the term "software...")
 
Line 10: Line 10:
  
 
A web GUI will be automatically created based on the I/O definitions in the corresponding SAI panel. The software can be created by pressing the Create button. The system will check the availability of at least one input and one output definition, the algorithm name and description and the interpreter version. A package will be created in the Target folder under the Compile folder. This will include Java code, metadata information and a JAR file to be deployed on the Statistical Manager machines. Once the user is confident about the software and the interface, (s)he may pass to the publication phase.
 
A web GUI will be automatically created based on the I/O definitions in the corresponding SAI panel. The software can be created by pressing the Create button. The system will check the availability of at least one input and one output definition, the algorithm name and description and the interpreter version. A package will be created in the Target folder under the Compile folder. This will include Java code, metadata information and a JAR file to be deployed on the Statistical Manager machines. Once the user is confident about the software and the interface, (s)he may pass to the publication phase.
 +
 +
[[Image:StatisticalAlgorithmsImporter1.png|thumb|center|800px|Statistical Algorithms Importer (SAI), portlet. Create Software button.]]

Revision as of 15:25, 15 February 2016

This page explains how to create new software using the Statistical Algorithms Importer (SAI).

Creating Software

With the term "software" we mean a complete Java component that implements an as-a-Service version of the user provided scripts. The Java software will automatically download the scripts and the other required resources, will execute the script and will eventually return the result to the user.

A web GUI will be automatically created based on the I/O definitions in the corresponding SAI panel. The software can be created by pressing the Create button. The system will check the availability of at least one input and one output definition, the algorithm name and description and the interpreter version. A package will be created in the Target folder under the Compile folder. This will include Java code, metadata information and a JAR file to be deployed on the Statistical Manager machines. Once the user is confident about the software and the interface, (s)he may pass to the publication phase.

Statistical Algorithms Importer (SAI), portlet. Create Software button.