bunny icon indicating copy to clipboard operation
bunny copied to clipboard

[Legacy] Executor for CWL workflows. Executes sbg:draft-2 and CWL 1.0

Results 72 bunny issues
Sort by recently updated
recently updated
newest added

It is really hard to find which tool in the workflow failed. Can you make this available in bunny output log?

Similar to `make -n`, it would be nice to have a 'dry run' mode where Bunny does not actually execute anything but just prints statements it would execute. My use...

enhancement

Couple of bunny usage examples in the 'rabix --help' output would be helpful to get the syntax quicker. Took me a bit to figure out the exact command line syntax...

enhancement

Thank you for all the help on getting bcbio running with our test CWL (#94). We've revamped how bcbio runs the CWL to avoid all the command line issues we...

Entering "./rabix -h" presents the command as rabix [OPTION]... [-- {inputs}...] whereas readme.md presents it as ./rabix [OPTIONS] I'd say `` was a more accurate name than ``, as Rabix...

enhancement

When running local Bunny executor on workflow (let's say workflow has many tools and outputs) how can I collect all output files?

enhancement

With cwltool, I am able to use urls as workflow and job input, as in: ``` mkdir tmp cache cwltool --tmpdir-prefix tmp/ --cachedir cache/ https://raw.githubusercontent.com/NCI-GDC/gdc-dnaseq-cwl/master/workflows/dnaseq/etl_http.cwl https://raw.githubusercontent.com/NCI-GDC/gdc-dnaseq-cwl/master/workflows/dnaseq/etl_http_NA12878.chrom20.ILLUMINA.bwa.CEU.low_coverage.20121211.json ``` The cwltool fetcher...

enhancement

The task execution schemas are defined in protobuf and gRPC, which gives us the ability to generate client code. Would you guys like to use this instead of maintaining your...

feature