Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-03 | genmap: init | Justin Bedo | |
2021-10-29 | treewide reformatting and simplification | Justin Bedo | |
- simplify with statix - reformat with nixpkgs-fmt | |||
2021-07-28 | bugfix: use unsorted type for alignment output | Justin Bedo | |
Most aligners are only pseudo-name sorted (i.e., pairs adjacant). | |||
2021-02-19 | samtools-index: support cram indexing | Justin Bedo | |
2021-02-03 | reinstate all tests | Justin Bedo | |
2020-06-27 | whisper: init 2.0 | Justin Bedo | |
2020-02-09 | lastal: init | Justin Bedo | |
2019-12-18 | lumpy: init | Justin Bedo | |
2019-12-17 | Fix shard test | Justin Bedo | |
2019-12-17 | delly: init | Justin Bedo | |
2019-12-16 | manta: init | Justin Bedo | |
2019-09-06 | strelka: default callSomatic to snvs | Justin Bedo | |
2019-09-06 | test: disable strelka somatic test | Justin Bedo | |
2019-09-06 | xenomapper: init | Justin Bedo | |
2019-09-06 | CNVkit: split into multiple outputs | Justin Bedo | |
cnvkit: restructure out to link to multioutputs | |||
2019-08-19 | snver: require labelled samples | Justin Bedo | |
SNVer does not extract sample names from the BAM files and labels the columns with the input file paths rather than sample names. We rename the paths to names. | |||
2019-08-16 | mosdepth: add test | Justin Bedo | |
2019-08-15 | hisat2: init | Justin Bedo | |
2019-08-15 | SNVer: init 0.5.3 | Justin Bedo | |
2019-07-08 | tests: add kallisto test | Justin Bedo | |
2019-07-08 | linkOutputs: refactor output linking expression | Justin Bedo | |
The existing linkDrv only has a singular output, making it difficult to separate the various types of output. The new functionality replaces the old with attribute sets defining the outputs. The old linkDrv is deprecated. | |||
2019-07-03 | octopus: initial functions | Justin Bedo | |
2019-06-21 | bwa-mem2: init | Justin Bedo | |
2019-06-21 | Add CNVkit test | Justin Bedo | |
2019-05-09 | strelka: rewrite to use multiple outputs | Justin Bedo | |
2019-05-09 | test: enable minimap and snap tests | Justin Bedo | |
2019-05-09 | fastp: rename run to check for consistency with fastqc | Justin Bedo | |
2019-05-02 | shard: Implement some basic sharding for FQ files | Justin Bedo | |
2019-05-02 | samtools-merge: detect correct sorting | Justin Bedo | |
2019-05-01 | Add fastp. | l-d-s | |
2019-04-30 | cleanup examples and stray files | Justin Bedo | |
2019-04-17 | snap: init | Justin Bedo | |
2019-04-12 | minimap2: init | Justin Bedo | |
2019-04-08 | grids: add function to include assemblies with annotated VCF | Justin Bedo | |
2019-04-07 | Update example data and expand tests | Justin Bedo | |
2019-01-15 | strelka: add germline calling | Justin Bedo | |
2019-01-10 | facets: init | Justin Bedo | |
2019-01-09 | large refactor | Justin Bedo | |
- use bionix.pkgs instead of nixpkgs - replace stdenv.mkDerivation with stage | |||
2018-12-19 | link: introduce high-level linking functions | Justin Bedo | |
2018-12-10 | bowtie: init | Justin Bedo | |
2018-11-29 | Revert "test-tnpair: avoid gridss.call while it's broken" | l-d-s | |
This reverts commit 01401aaee74dac39e0502688654ef02771a88cd7. | |||
2018-11-15 | test-tnpair: avoid gridss.call while it's broken | 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. | |||
2018-10-25 | Improve type safety of samtools-merge | Justin Bedo | |
2018-10-05 | implement types | Justin Bedo | |
2018-10-04 | Refactor references | Justin Bedo | |
2018-10-04 | Add def function to simplify overrides | Justin Bedo | |
2018-10-04 | Refactor to use bionix tree directly | Justin Bedo | |
2018-09-26 | Add flagstat and fastqc | Justin Bedo | |
2018-09-26 | refactor, add mosdepth, and fixes for bwa | Justin Bedo | |