Package: GalaxyR 0.1.1
GalaxyR: 'Galaxy' API Implementation
On 'Galaxy' platforms like 'Galaxy Europe' <https://usegalaxy.eu>, many tools and workflows can run directly on a high-performance computer. 'GalaxyR' connects R with 'Galaxy' platforms API <https://usegalaxy.eu/api/docs> and allows credential management, uploading data, invoking workflows or tools, checking their status, and downloading results.
Authors:
GalaxyR_0.1.1.tar.gz
GalaxyR_0.1.1.zip(r-4.7)GalaxyR_0.1.1.zip(r-4.6)GalaxyR_0.1.1.zip(r-4.5)
GalaxyR_0.1.1.tgz(r-4.6-any)GalaxyR_0.1.1.tgz(r-4.5-any)
GalaxyR_0.1.1.tar.gz(r-4.7-any)GalaxyR_0.1.1.tar.gz(r-4.6-any)
GalaxyR_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
GalaxyR/json (API)
NEWS
| # Install 'GalaxyR' in R: |
| install.packages('GalaxyR', repos = c('https://julfrey.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/julfrey/galaxyr/issues
Last updated from:97f52abe19. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 107 | ||
| source / vignettes | OK | 164 | ||
| linux-release-x86_64 | OK | 106 | ||
| macos-release-arm64 | OK | 140 | ||
| macos-oldrel-arm64 | OK | 156 | ||
| windows-devel | OK | 85 | ||
| windows-release | OK | 62 | ||
| windows-oldrel | OK | 61 | ||
| wasm-release | OK | 89 |
Exports:galaxygalaxy_delete_datasetgalaxy_delete_datasetsgalaxy_download_resultgalaxy_download_rocrategalaxy_get_file_infogalaxy_get_toolgalaxy_get_tool_idgalaxy_get_workflowgalaxy_get_workflow_inputsgalaxy_has_keygalaxy_history_sizegalaxy_initializegalaxy_list_historiesgalaxy_list_invocationsgalaxy_list_toolsgalaxy_list_workflowsgalaxy_poll_toolgalaxy_poll_workflowgalaxy_run_toolgalaxy_set_credentialsgalaxy_start_workflowgalaxy_upload_ftpgalaxy_upload_https
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a Galaxy session object | galaxy |
| Delete a Galaxy dataset by ID | galaxy_delete_dataset |
| Delete multiple Galaxy datasets by ID | galaxy_delete_datasets |
| Generic for downloading files from a history | galaxy_download_result galaxy_download_result,character-method galaxy_download_result,Galaxy-method |
| Generic for downloading a history as an RO-Crate | galaxy_download_rocrate galaxy_download_rocrate,character-method galaxy_download_rocrate,Galaxy-method |
| Get information for one or more Galaxy datasets | galaxy_get_file_info |
| Retrieve detailed metadata for a Galaxy tool | galaxy_get_tool |
| Retrieve Galaxy tool IDs by name | galaxy_get_tool_id |
| Receive workflow metadata from the API | galaxy_get_workflow |
| Retrieve input definitions for a Galaxy workflow | galaxy_get_workflow_inputs |
| Check whether a Galaxy API key is available | galaxy_has_key |
| Galaxy history size Get the disk usage / size of a Galaxy history | galaxy_history_size |
| Create a new Galaxy history | galaxy_initialize galaxy_initialize,Galaxy-method galaxy_initialize,missing-method |
| List Galaxy histories (name and history id) | galaxy_list_histories |
| List workflow invocations for a given workflow | galaxy_list_invocations |
| List tools installed on a Galaxy instance | galaxy_list_tools |
| List workflows available to the user | galaxy_list_workflows |
| Generic for galaxy_poll_tool | galaxy_poll_tool galaxy_poll_tool,character-method galaxy_poll_tool,Galaxy-method |
| Generic for polling workflows | galaxy_poll_workflow galaxy_poll_workflow,character-method galaxy_poll_workflow,Galaxy-method |
| Generic run tool | galaxy_run_tool galaxy_run_tool,character-method galaxy_run_tool,Galaxy-method |
| Set Galaxy connection parameters for the current R session | galaxy_set_credentials |
| Generic start workflow | galaxy_start_workflow galaxy_start_workflow,character-method galaxy_start_workflow,Galaxy-method |
| Generic upload ftp | galaxy_upload_ftp galaxy_upload_ftp,character-method galaxy_upload_ftp,Galaxy-method |
| Generic upload file with https | galaxy_upload_https galaxy_upload_https,character-method galaxy_upload_https,Galaxy-method |
| Galaxy session object | Galaxy-class |
