-
Steps to replicate
1. Start a batch task
2. Get execution details
3. Retrieve jobs attribute
4. TypeError results
An example with an existing task is as follows
```
bt = api.tasks.get(id='f198c7a8-f…
ghost updated
8 years ago
-
User flow
- make a project "my-project"
- copy a Public Reference file to "my-project"
- try to export one of those files with
```
for f in selected_files:
export = api.exports.submit_export(
…
-
```
import os
import sevenbridges as sbg
api = sbg.Api(url=os.environ['SBG_API_URL'], token=os.environ['SBG_AUTH_TOKEN'])
project_id = 'bug'
billing_group_id = 'd8473d69-b921-4e79-88c7-92a149ef6f4a'…
ghost updated
8 years ago
-
I tried the async uploader and got this message - not sure what it is about.
![image](https://cloud.githubusercontent.com/assets/13199814/17291955/2a12dc1a-57e7-11e6-810e-3f24832aaf4a.png)
-
Environment - Python 2.7, miniconda, OSX, also reported to cause issues on Windows 7.
Code to reproduce:
```
bgs = api.billing_groups.query(limit=1)
new_proj = api.projects.create(name='test123',bill…
-
It's not possible to symlink the binary right now:
```
mattions@apollo:bin$ ls -l
total 4020
lrwxrwxrwx 1 mattions mattions 48 Dec 12 13:54 rabix -> /home/mattions/SBG/Progs/rabix-0.7.0-alp…
-
http://master.bioconductor.org/packages/3.3/bioc/vignettes/sevenbridges/inst/doc/bioc-workflow.html
Have not read it in detail. Might be helpful.
-
When inspecting a file via the `task.outputs` property, I can't access any of the files properties, other than `id`. When I use `id` to query for the file directly, everything works fine. An example:
…
-
**Proposed topic for ASHG**
What else do we need to do to build out our ecosystem?