Auth-class
|
Class Auth |
Item-class
|
Class Item |
FileTypeSingleEnum-class
|
Metadata class |
Task-class
|
Task class |
billing()
|
Returns the list of all billing groups you have access to |
file_copy()
|
Copy specified file(s) to the specified project |
file_delete()
|
Removes a file from a project |
file_details()
|
Returns detailed information about a project's files |
file_download_url()
|
Returns a direct download URL for a project's file |
file_list()
|
Returns the list of all project files for a project |
file_meta_update()
|
Update project's file metadata |
misc_get_auth_token()
|
Opens browser to copy the auth token |
misc_get_uploader()
|
Download SBG uploader and extract to a specified directory |
misc_make_metadata()
|
Specify the parameters of the file metadata and return a list,
JSON string, or write to a file |
misc_upload_cli()
|
Upload files using SBG uploader |
pipeline_add()
|
Add a pipeline to a specified project |
pipeline_details()
|
Returns the details of a pipeline for a project |
pipeline_list_my()
|
Returns the list of pipelines in user's "My Pipelines" section |
pipeline_list_project()
|
Returns a list of all the pipelines in project |
pipeline_list_pub()
|
Returns the list of all public pipelines |
project_delete()
|
Delete a project |
project_details()
|
Returns the details of the project |
project_list()
|
Returns the list of all projects you have access to |
project_member_add()
|
Add a user to the project with appropriate permissions |
project_member_delete()
|
Removes a member from a project |
project_member_update()
|
Set permissions for a user to a project |
project_members()
|
Returns a list of all users invited to the project and their privileges |
project_new()
|
Create new project |
sbgapi()
|
wrapper of http logic for SBG API |
sbgr-package
|
R Client for Seven Bridges Genomics API (v1) |
task_action()
|
Performs action on the task |
task_details()
|
Returns information about the task |
task_list()
|
Returns the list of all the tasks for a project |
task_run()
|
Runs a task as a part of a project |
upload_complete_all()
|
Reports the complete file upload |
upload_complete_part()
|
Reports the completion of the part upload |
upload_delete()
|
Aborts the upload |
upload_info()
|
Returns upload information for the ongoing upload |
upload_info_part()
|
Returns AWS S3 signed URL for a part of the file upload |
upload_init()
|
Initializes the upload of the specified file |