R package for uploading data to Bioconductor Hubs Ingest endpoints.
BiocHubsIngestR provides tools for uploading data to temporary S3 endpoints created by the Bioconductor Hubs Ingest stack. It uses the paws SDK for R to handle S3 operations and provides a simple interface for authentication and file uploads.
Before using this package, you must:
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("Bioconductor/BiocHubsIngestR")
# Set up credentials (provided by Bioconductor admin) BiocHubsIngestR::auth(username = "your_username", password = "your_password")
# Upload a single file BiocHubsIngestR::upload("path/to/your/file.txt") # Upload an entire directory BiocHubsIngestR::upload("path/to/your/data/directory")
For questions or issues:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4