GET api/v1.0/result/:uuid
Get the result for job :uuid
Parameters
Required |
||||
---|---|---|---|---|
Name | Type | Description | Default | Example Values |
uuid | string | UUID of the job | - | f2b4e02-1c94-443b-9326-901dc8ebd351 |
Optional |
||||
Name | Type | Description | Default | Example Values |
offset | integer | grab results starting from offset | 0 | 100 |
Examle Request
curl http://dorina.mdc-berlin.de/api/v1.0/result/f2b4e02-1c94-443b-9326-901dc8ebd351/200
{
"more_results": true,
"next_offset": 300,
"results": [
"chr9\thg19\tgene\t21994790\t22121093\t.\t+\t.\tID=NR_047538;Name=NR_047538\tchr9\t22004879\t22004906\tPARCLIP#TAF15Hoel2011_hg19*TAF15\t1000\t-",
"chr9\thg19\tgene\t92254698\t92334674\t.\t+\t.\tID=NR_024280;Name=NR_024280\tchr9\t92318558\t92318577\tPARCLIP#TAF15Hoel2011_hg19*TAF15\t1000\t-",
"chr9\thg19\tgene\t34634719\t34637823\t.\t-\t.\tID=NM_00128229;Name=NM_001282209\tchr9\t34635690\t34635704\tPARCLIP#TAF15Hoel2011_hg19*TAF15\t1000\t-",
"chr9\thg19\tgene\t34634719\t34637823\t.\t-\t.\tID=NM_00128227;Name=NM_001282207\tchr9\t34635690\t34635704\tPARCLIP#TAF15Hoel2011_hg19*TAF15\t1000\t-",
],
"state": "done",
"total_results": 19761
}