Difference between revisions of "Statistical Algorithms Importer: FAQ"
Line 29: | Line 29: | ||
It is possible to indicate spatial inputs or time/date inputs. The details for the definition of these dare are reported in the [[Advanced Input| Advanced Input ]] | It is possible to indicate spatial inputs or time/date inputs. The details for the definition of these dare are reported in the [[Advanced Input| Advanced Input ]] | ||
+ | == Update the status of a computation == | ||
+ | It is possible to update the inner status of a computation by writing a status.txt file locally to the process [[Statistical Algorithms Importer: StatusUpdate| Updating the status of a computation]] | ||
[[Category:Statistical Algorithms Importer]] | [[Category:Statistical Algorithms Importer]] |
Revision as of 11:07, 14 May 2018
F.A.Q. of Statistical Algorithms Importer (SAI), here are common mistakes we have found.
Project Type FAQ
- R Project FAQ
- Java Project FAQ
- Linux-compiled Project FAQ
- Python Project FAQ
- Pre-Installed Project FAQ
Installed Software
- A list of pre-installed software on the infrastructure machines is available at this page:
Project Folder
It is important that each algorithm has its own project folder. The project folder keeps the code created by the developer, so it is important that each algorithm has its own project folder, different for each algorithm.
Parameters
It is important that an algorithm always has at least one input and an output parameter.
I don't see my algorithm in DataMiner
DataMiner portlets store algorithms in the user session, so if an algorithm is deployed but is not visible you must try to exit and reconnect to the portal. Remember, after the deploy a few minutes are needed to upgrade the system.
Advanced Input
It is possible to indicate spatial inputs or time/date inputs. The details for the definition of these dare are reported in the Advanced Input
Update the status of a computation
It is possible to update the inner status of a computation by writing a status.txt file locally to the process Updating the status of a computation