Create a collection from a list of datasets, that would be very strange if this was the history export modal
gx_ commands in Rstudio (tool panel version) at .eu and .org are not functioning correctly. I noticed this late yesterday while testing for GCC training, and a user asked about it at Galaxy Help. Known issue? New? https://help.galaxyproject.org/t/error-when-importing-dataset-to-rstudio/6224
gx_put() as well
"""{
"name": "Task Executors",
"description": "Demonstrates the most basic tasks.",
"inputs": [
{
"url": "s3://funnel-test/test.py",
"path": "/inputs/test.py"
}
],
"outputs": [
{
"url": "s3://funnel-test/output.txt",
"path": "/outputs/hello-out.txt"
}
],
"executors": [
{
"image": "python",
"command": [
"python",
"/inputs/test.py"
],
"stdout": "/outputs/hello-out.txt"
}
]
}"""