Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-02 | gridss: add missing flags parameter | Justin Bedo | |
2019-04-07 | modify outputs to ensure determinism | Justin Bedo | |
2019-03-28 | gridss: less chatty logs | Justin Bedo | |
2019-01-09 | large refactor | Justin Bedo | |
- use bionix.pkgs instead of nixpkgs - replace stdenv.mkDerivation with stage | |||
2018-12-10 | gridss: add java heapSize arguments. | l-d-s | |
2018-11-29 | Correct argument for gridss option file | l-d-s | |
2018-11-15 | Fix up gridss config file. | l-d-s | |
2018-11-15 | Need to test config != null | l-d-s | |
2018-11-12 | Attempt to integrate config file into GRIDSS stage | l-d-s | |
2018-10-29 | Split gridss into constituents | Justin Bedo | |
Wrap each individual command for GRIDSS so that bionix executed the pipeline rather than GRIDSS. This patch introduces a "call" function that executed the whole pipeline in bionix on an arbitrary BAM file. Resolves #10. |