-
I want to use bcbio to generate some CWL that I will then submit to a Cromwell server. I don't want to install any biological data, any tools or anything like that, because I already have the data in …
-
Getting this error in the step of running the .sh file
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: Mount denied:
The source path "C:/git/docker-expo/BBB;C"…
-
I have a use case where I'd like to compare the files that are in my linked S3
volume with the list of files that have already been imported into SBG. I'd
then eventually like import only those that…
-
Actions API: https://docs.sevenbridges.com/v1.0/reference#actions
- Copy files between projects
- Send a feedback form
-
Hi,
import sevenbridges as sbg
help(sbg)
when I execute this command "help(sbg") ,the error prompt reported as the following information .
so what happened ?
/data2/bin/lib/python3.6/site-pa…
-
Still in advance access but should support in the near future:
http://docs.sevenbridges.com/reference#folders-overview
-
"If something isn't on the web, it doesn't exist at all."
Instead of making users install extra dependencies to build the docs locally, would it be nice if we host the package docs online (readthed…
-
It might look better in vignettes:
`docker pull sevenbridges/sevenbridges`.
Maybe we need a new image name instead
of `sevenbridges`? cc @tengfei
-
There is a zero division error when calculating progress; but even with that taken care of, there is some issue with multi-part-uploading an empty file.
This old discussion might be of use: https:/…
-
I've just made a fresh local install of bcbio_nextgen and then upgraded with:
```
bcbio_nextgen.py upgrade -u development --data --tools --cwl
```
I noticed that this doesn't install Toil alon…