Hi galaxy community
I have been updated my local instance of galaxy to release 17.05. Since this update some tools previously installed from toolshed are not runnable : so I check the formular, fill it and click on execute and I have a red frame which appears with this message (for example bedtools, but same problem with deeptools) : The server could not complete the request. Please contact the Galaxy Team if this error persists.
{
"tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_intersectbed/2.24.0",
"tool_version": "2.24.0",
"inputs": {
"inputA": {
"values": [
{
"hid": 72,
"id": "be2dfb734c2d1ff7",
"keep": false,
"name": "convert_",
"src": "hda",
"tags": []
}
],
"batch": false
},
"inputB": {
"values": [
{
"hid": 72,
"id": "be2dfb734c2d1ff7",
"keep": false,
"name": "convert_",
"src": "hda",
"tags": []
}
],
"batch": false
},
"strand": "",
"overlap_mode": [
"-wa"
],
"split": "false",
"fraction": "",
"reciprocal": "false",
"invert": "false",
"once": "false",
"count": "false",
"header": "false"
}
}
SO I uninstalled deeptools and bedtools and reinstalled it but the error is not resolved. SO have you any idea to resolve this problem ?
EDIT : Very strange behaviour !!! When I go in "tool lineage" with admin interface and click on the link of the installed tool, the formular appears and I can run the job without error from this interface but cannot rerun it from the "Analyze Data" frame ?! I don't understand what's happen
Thanks