aboutsummaryrefslogtreecommitdiff
path: root/test-tnpair.nix
AgeCommit message (Collapse)Author
2019-07-08tests: add kallisto testJustin Bedo
2019-07-08linkOutputs: refactor output linking expressionJustin 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-03octopus: initial functionsJustin Bedo
2019-06-21bwa-mem2: initJustin Bedo
2019-06-21Add CNVkit testJustin Bedo
2019-05-09strelka: rewrite to use multiple outputsJustin Bedo
2019-05-09test: enable minimap and snap testsJustin Bedo
2019-05-09fastp: rename run to check for consistency with fastqcJustin Bedo
2019-05-02shard: Implement some basic sharding for FQ filesJustin Bedo
2019-05-02samtools-merge: detect correct sortingJustin Bedo
2019-05-01Add fastp.l-d-s
2019-04-30cleanup examples and stray filesJustin Bedo
2019-04-17snap: initJustin Bedo
2019-04-12minimap2: initJustin Bedo
2019-04-08grids: add function to include assemblies with annotated VCFJustin Bedo
2019-04-07Update example data and expand testsJustin Bedo
2019-01-15strelka: add germline callingJustin Bedo
2019-01-10facets: initJustin Bedo
2019-01-09large refactorJustin Bedo
- use bionix.pkgs instead of nixpkgs - replace stdenv.mkDerivation with stage
2018-12-19link: introduce high-level linking functionsJustin Bedo
2018-12-10bowtie: initJustin Bedo
2018-11-29Revert "test-tnpair: avoid gridss.call while it's broken"l-d-s
This reverts commit 01401aaee74dac39e0502688654ef02771a88cd7.
2018-11-15test-tnpair: avoid gridss.call while it's brokenl-d-s
2018-10-29Split gridss into constituentsJustin 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-25Improve type safety of samtools-mergeJustin Bedo
2018-10-05implement typesJustin Bedo
2018-10-04Refactor referencesJustin Bedo
2018-10-04Add def function to simplify overridesJustin Bedo
2018-10-04Refactor to use bionix tree directlyJustin Bedo
2018-09-26Add flagstat and fastqcJustin Bedo
2018-09-26refactor, add mosdepth, and fixes for bwaJustin Bedo
2018-09-24use a map in the test pipelineJustin Bedo
2018-09-24Working test-tnpairl-d-s
2018-09-20Add example TNPairJustin Bedo