I am trying to run Cluster the intervals of a dataset. The dataset was uploaded as a tab-delimited txt file with intervals (chr, start, end), with format set to interval. However, I keep getting an error, for instance.
Uncaught exception in exposed API method:
The server could not complete this request. Please verify your parameter settings, retry submission and contact the Galaxy Team if this error persists. A transcript of the submitted data is shown below.
{
“history_id”: “11ac94870d0bb33a11a4c12ff2acb723”,
“tool_id”: “toolshed.g2.bx.psu.edu/repos/devteam/cluster/gops_cluster_1/1.0.0”,
“tool_version”: “1.0.0”,
“__tags”: [ ],
“inputs”: {
“input1”: {
“batch”: false,
“product”: false,
“values”: [
{
“id”: “26c75dcccb616ac873e01a5a9564fb0e”,
“src”: “hda”,
“map_over_type”: null
}
]
},
“distance”: “1”,
“minregions”: “2”,
“returntype”: “1”
}
}
I wonder what is wrong with the coordinates files, or there is a problem with the Cluster tool? Though I keep getting a similar error message for tool Complement intervals of a dataset, thus the problem may rather be related to the intervals dataset.
Thanks in advance