Description Usage Arguments Value References Examples
Upload files using SBG uploader.
1 2 3 4 5 6 7 |
auth_token |
auth token |
uploader |
The directory where the SBG uploader is located (the directory that contains the bin/ directory). |
file |
The location of the file to upload. |
project_id |
The project ID to upload the files to. If you do not supply this, then the uploader will place the incoming files in your "My Files" section. |
proxy |
Allows you to specify a proxy server through which the uploader should connect. About the details the proxy parameter format, see https://developer.sbgenomics.com/tools/uploader/documentation. |
The uploaded file's ID number.
https://developer.sbgenomics.com/tools/uploader/documentation
1 2 3 4 | token = '420b4672ebfc43bab48dc0d18a32fb6f'
misc_upload_cli(auth_token = token,
uploader = '~/sbg-uploader/',
file = '~/example.fastq', project_id = '1234')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.