Here is the list of services supported by this submit agent:
[
{
"portNumber": "5556",
"description": "Kernel generator service.",
"serviceName": "kernel",
"parameters": {
"network_url": {
"description": "URL of the source SIF network file.",
"type": "string",
"required": true
}
}
},
{
"portNumber": "5548",
"description": "Shell script worker example",
"serviceName": "shell",
"parameters": [
{
"description": "arg",
"name": "arg",
"type": "string",
"required": true
}
]
},
{
"portNumber": "5557",
"description": "Heat diffusion sub network finder service.",
"serviceName": "subnet",
"parameters": {
"network_url": {
"description": "URL of the SIF network file for the kernel.",
"type": "string",
"required": true
},
"query": {
"description": "Array of gene names to be used for sub network search.",
"type": "array",
"required": true
},
"kernel_url": {
"description": "URL of the pre-computed kernel file.",
"type": "string",
"required": true
}
}
},
{
"portNumber": "5561",
"description": "NBS worker sample",
"serviceName": "nbs",
"parameters": [
{
"description": "Input file location",
"name": "inputFile",
"type": "string",
"required": true
}
]
},
{
"portNumber": "5559",
"description": "Sample Python worker to display greeting message",
"serviceName": "hello-python",
"parameters": [
{
"description": "Any string message to be returned.",
"name": "message",
"type": "string",
"required": true
}
]
},
{
"portNumber": "5549",
"description": "Sample Python worker to process network from NDEx",
"serviceName": "ndex",
"parameters": [
{
"description": "Unique network ID in NDEx",
"name": "network_id",
"type": "string",
"required": true
}
]
},
{
"portNumber": "5560",
"description": "Sample Java worker to display greeting message",
"serviceName": "hello-java",
"parameters": [
{
"description": "Greeting message",
"name": "message",
"type": "string",
"required": true
}
]
}
]