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

From Gcube Wiki
Jump to: navigation, search
(Set Main Code)
m
(45 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
||__TOC__
 
||__TOC__
 
|}
 
|}
 +
 +
:This page explains how to create a project using [[Statistical_Algorithms_Importer|Statistical Algorithms Importer (SAI)]] portlet.
  
:How to create a project using Statistical Algorithms Importer(SAI) portlet.
 
  
==Project Folder==
+
== SAI Project Type ==
:Fist step is to create or select a empty folder in workspace using Create Project button in main menu. After a empty project in that folder is created.
+
[[Image:StatisticalAlgorithmsImporter_CreateNewProject.png|thumb|center|800px|Create Project, SAI]]
  
[[Image:StatisticalAlgorithmsImporter_CreateProject.png|thumb|center|800px|Create Project, SAI]]
+
:The fist step is to select the project type. Then, using the Create Project button in the main menu SAI allows to create different project type:
  
==Import Resources==
+
* [[Statistical Algorithms Importer: R Project|R Project]]
:Any resources necessary for project can be imported in Project Folder. If resources is on Workspace you can use Add Resource button in main menu for select the file on workspace.
+
* [[Statistical Algorithms Importer: R-blackbox Project|R-blackbox Project]]
 +
* [[Statistical Algorithms Importer: Java Project|Java Project]]
 +
* [[Statistical Algorithms Importer: Knime-Workflow Project|Knime-Workflow Project]]
 +
* [[Statistical Algorithms Importer: Linux-compiled Project|Linux-compiled Project]]
 +
* [[Statistical Algorithms Importer: Octave Project|Octave Project]]
 +
* [[Statistical Algorithms Importer: Python Project|Python Project]]
 +
* [[Statistical Algorithms Importer: Windows Project|Windows Project]]
 +
* [[Statistical Algorithms Importer: Pre-Installed Project|Pre-Installed Project]]
  
[[Image:StatisticalAlgorithmsImporter_AddResource.png|thumb|center|800px|Add Resource, SAI]]
+
:Please, read our best practices: [[Statistical Algorithms Importer: FAQ|F.A.Q.]]
  
:Otherwise if the resource is on your pc you can use Drag and Drop, and you can move the file from your pc to Project Explorer panel, multi selection is allowed.
+
== Installed Software ==
 
+
:A list of pre-installed software on the infrastructure machines is available at this page:
[[Image:StatisticalAlgorithmsImporter_ProjectExplorerDND.png|thumb|center|800px|Add Resource DnD, SAI]]
+
* [[Pre Installed Packages|Pre Installed Packages]]
 
+
==Set Main Code==
+
:After you have add R file, you can set it as Main code  by click Set Main button in Project Explorer. The file will be load in the Editor. Now you can change the code and save it by Save button on the Editor panel. If you prefer, you can also use Copy and Paste by writing the code directly in the editor and then save it using Save button in Editor menu(A file name will be required).
+
 
+
[[Image:StatisticalAlgorithmsImporter_MainCodeFull.png|thumb|center|800px|Set Main Code, SAI]]
+
 
+
==Input==
+
:In this area you can set all input information to create software.
+
 
+
===Global Variables===
+
:In this panel you can add any useful Global Variable.
+
[[Image:StatisticalAlgorithmsImporter_AbsenceSpecies_GlobalV.png|thumb|center|800px|Global Variable, SAI]]
+
 
+
===Input/Output===
+
:For select input and output, you can select the row on the code in the Editor and than ckick Input or Output button on the Menu Editor. A new row is added to Input/Output list. Now if you need to you you can change your information by clicking on the row. At least one input is required for the project.
+
 
+
[[Image:StatisticalAlgorithmsImporter_AbsenceSpecies_InputOutput.png|thumb|center|800px|Input/Output, SAI]]
+
 
+
===Interprer Info===
+
:You can add Version and Packages informations in Interpreter Info panel. The version number is mandatory for the project.
+
[[Image:StatisticalAlgorithmsImporter_AbsenceSpecies_InterpreterInfo.png|thumb|center|800px|Interpreter Info, SAI]]
+
 
+
===Project Info===
+
:Name and Description of project are mandatory, in addittion for Name special characters are not allowed. You can include a list of requested VREs for this algorithm.
+
[[Image:StatisticalAlgorithmsImporter_AbsenceSpecies_ProjectInfo.png|thumb|center|800px|Project Info, SAI]]
+
 
+
==Save Project==
+
:You can save project by click on Save button in main menu. A file called stat_algo.project is add to Project Folder.
+
[[Image:StatisticalAlgorithmsImporter_AbsenceSpecies_SaveProject.png|thumb|center|800px|Save Project, SAI]]
+
 
+
 
+
==Use Annotations==
+
:If you import an R code with annotations, the system automatically try to fills the information into Input/Output panel and Project Info panel. Name of algorithm is mandatory in the annotations.
+
  
  

Revision as of 12:07, 12 October 2018

This page explains how to create a project using Statistical Algorithms Importer (SAI) portlet.


SAI Project Type

Create Project, SAI
The fist step is to select the project type. Then, using the Create Project button in the main menu SAI allows to create different project type:
Please, read our best practices: F.A.Q.

Installed Software

A list of pre-installed software on the infrastructure machines is available at this page: