aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-03octopus-call: fix filetype typoJustin Bedo
2019-12-20kallisto: attempt at making determinsticJustin Bedo
2019-12-20lumpy: fix error messageJustin Bedo
2019-12-18add exec''Justin Bedo
2019-12-18lumpy: initJustin Bedo
2019-12-17delly: missing fileJustin Bedo
2019-12-17manta: make multithreaded and apply execution contextJustin Bedo
2019-12-17Fix shard testJustin Bedo
2019-12-17delly: initJustin Bedo
2019-12-16manta: initJustin Bedo
2019-12-12octopus: fix incorrect error messageJustin Bedo
2019-12-05platypus: remove debugging codeJustin Bedo
2019-11-29snpeff: GRCh37.87 -> GRCh37.75Justin Bedo
2019-11-27gridss: 2.7.2 → 2.7.3Justin Bedo
2019-11-20gridss: 2.7.1 → 2.7.2Justin Bedo
2019-11-04gridss: 2.7.0 → 2.7.1Justin Bedo
2019-11-01gridss: 2.6.2 -> 2.7.0Justin Bedo
2019-09-25grch37: add dbsnpJustin Bedo
2019-09-25facets: assume sorted vcfJustin Bedo
2019-09-25gridss 2.6.0 → 2.6.2Justin Bedo
2019-09-25grch38.31 → grch38.32Justin Bedo
2019-09-25add grch37Justin Bedo
2019-09-10gridss: 2.5.2 -> 2.6.0Justin Bedo
2019-09-06strelka: default callSomatic to snvsJustin Bedo
2019-09-06strelka: also strip command line from outputJustin Bedo
2019-09-06cnvkit: use python2Justin Bedo
2019-09-06test: disable strelka somatic testJustin Bedo
2019-09-06strelka: change outputs and taggingJustin Bedo
This resolves an issue where overriding the strelka derivations would lose the filetype tags.
2019-09-06xenomapper: initJustin Bedo
2019-09-06CNVkit: split into multiple outputsJustin Bedo
cnvkit: restructure out to link to multioutputs
2019-08-29CNVkit: merge into nixpkgsJustin Bedo
2019-08-29gridss: 2.5.1 -> 2.5.2Justin Bedo
2019-08-19snver: require labelled samplesJustin 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-19snver: fix linkingJustin Bedo
2019-08-16mosdepth: fix renamingJustin Bedo
2019-08-16mosdepth: add testJustin Bedo
2019-08-15qsub: fix broken qsub treeJustin Bedo
2019-08-15gridss: 2.5.0 -> 2.5.1Justin Bedo
2019-08-15hisat2: initJustin Bedo
2019-08-15SNVer: init 0.5.3Justin Bedo
2019-07-28gridss: 2.4.0 -> 2.5.0Justin Bedo
2019-07-26Simplify exampleJustin Bedo
2019-07-26make stripping more liberalJustin Bedo
Update the regex so that /nix/store* prefix doesn't have to match. To make sure we aren't overly general, we strip only bionix stages (i.e., -bionix suffix has to be present in the hash).
2019-07-08tests: add kallisto testJustin Bedo
2019-07-08ensembl: init gtf and gff3Justin Bedo
2019-07-08ensembl: abstract versionJustin 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-03mosdepth-plot: allow selection of what to plotJustin Bedo
Previously global output was plotted. A new control flag allows specification of what to plot.
2019-07-03facets: fix execution environmentJustin Bedo
2019-07-03octopus: initial functionsJustin Bedo