sevenbridges-r
sevenbridges-r copied to clipboard
Seven Bridges API Client, CWL Schema, Meta Schema, and SDK Helper in R
I have the newest versions of R (4.2.1) and SevenBridges (Bioconductor 3.15), and cannot reference a task by its id using `project()$task(id = targetid)` with task id values that I...
Upload class needs to be updated to allow autorename parameter from API documentation (https://docs.sevenbridges.com/docs/upload-via-the-command-line).
There's a conflict if both `BaseSpaceR` and `sevenbridges` packages are loaded at the same time (doesn't matter the order), and I haven't been able to figure out which functions are...
Hi, I wanted to download all files within a particular `project > folder > sub-folders`. This is what I am doing: ``` # Get a project by its id p...
Without "markdown" dependency suggestion, sevenbridges-r installation will be failed. After this setting, all the installation is very smoothly.
Hi all, When I want to convert a CWL JSON file into an app, my 'required' field is not taken into account: The following is one of my input definition:...
feedback from chris, it exists in python API lib, I think will make it convenient for users, current is project$task(parent = task$id) in R, we can use task_object$get_child_tasks() instead.
When I ask for a limit of 10 files, (it is the same behaviour if I ask 1000 files), the api seems to don't take this into account: ``` >...
- get project members - add project members - ... New fields are added, such as `email` and `type`. Related to the new divisions API.
Though it's advanced access feature, still need to be better integrated with public API and user flow when executing a task and use a query as task input.