Donald Campbell

Results 33 issues of Donald Campbell

Playing around with bulker, I unloaded all my crates and then confirmed via `bulker list`. However, bulker throws an error: ``` bulker list Using default config. You may specify in...

bug
good first issue
low priority

- [x] remove pause. - [x] it currently erroneously complains if you give it a registry path. - [x] remove asking if the user would wish to follow tutorial (assume...

likely-solved

- [ ] Ensure docs are updated: https://github.com/pepkit/pepspec/pull/34

Currently looper prints a statement in dict format for the commands/jobs submitted: ``` Looper finished Samples valid for job generation: 2 of 2 {'Pipestat compatible': False, 'Commands submitted': '2 of...

likely-solved

> how do to parallel-process files with looper locally -> originally a divvy idea. > issue: 100 files -> divvy submits to cluster no problem, if local they will run...

For Looper 2.0, we will consolidate sample and project level pipeline interfaces under a single interface. This will break backwards compatibility. ```yaml pipeline_name: example_pipestat_pipeline output_schema: pipestat_output_schema.yaml sample_interface: command_template: > python...

likely-solved

After discussion, we would like to merge Eido back into Peppy as well as add some functionality to validation. Currently, Eido primarily validates post-processed PEPS. However, it may be useful...

Hello, One of our pipelines currently uses preseq 2.0 and uses BAM files as an input to preseq. I recently attempted to upgrade to 3.2.0 and, after following the instructions...

I noticed in the refactored hello looper examples that `looper report` seems to call pipestat summarize multiple times (seemingly once per sample): ``` (venv) drc@databio:~/GITHUB/hello_looper/hello_looper/pipestat_example$ looper report --portable Looper version:...

bug