Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-29 | treewide reformatting and simplification | Justin Bedo | |
- simplify with statix - reformat with nixpkgs-fmt | |||
2020-09-02 | gridss: add missing flags parameter | 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-11-29 | Correct argument for gridss option file | l-d-s | |
2018-11-22 | Merge branch 'master' of https://github.com/PapenfussLab/bionix | l-d-s | |
2018-11-22 | gridss: restructure gridss pipeline | Justin Bedo | |
2018-11-22 | gridss: fix configure file optional string error | Justin Bedo | |
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. |