Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-19 | Update README.md | Matthew Wakefield | |
correct install string for Nix | |||
2020-12-21 | snpeff: dbnsfp update | Justin Bedo | |
2020-12-14 | gridss: 2.10.1 -> 2.10.2 | Justin Bedo | |
2020-11-30 | gridss.assemble: fix workdir manipulation | Justin Bedo | |
2020-11-18 | add encode blacklist to references | Justin Bedo | |
2020-11-18 | rewrite cluster example to usse overlay | Justin Bedo | |
2020-11-18 | switch to unchecked ADTs | Justin Bedo | |
Checked ADTs are causing an issue with the new overlays. If an overlay that provides the entire tree is used, e.g.,: (self: super: super.slurm {}) then the result is unusable due to ADT type checking errors. | |||
2020-11-17 | implement overlays | Justin Bedo | |
2020-11-16 | sambamba: init | Justin Bedo | |
2020-11-03 | update example to not use explicit path reference | Justin Bedo | |
2020-11-02 | star: init | Justin Bedo | |
2020-11-02 | gridss: 2.10.0 -> 2.10.1 | Justin Bedo | |
2020-10-15 | gridss: 2.9.4 -> 2.10.0 | Justin Bedo | |
2020-10-13 | mutect: fix app expression and tag output as vcf | Justin Bedo | |
2020-09-02 | gridss: shard assembly into 10 pieces by default | Justin Bedo | |
2020-09-02 | gridss: add missing flags parameter | Justin Bedo | |
2020-08-25 | whisper: app expression merged into nixpkgs | Justin Bedo | |
2020-08-09 | Update README.md | Justin Bedő | |
2020-08-10 | hisat2: add index prefix | Justin Bedo | |
2020-08-10 | bwa: alt regex generalisation | Justin Bedo | |
2020-08-10 | bwa2: update to release | Justin Bedo | |
2020-07-16 | gridss: 2.9.1 -> 2.9.4 | Justin Bedo | |
2020-07-08 | cnvkit: python 2 -> python 3 | Justin Bedo | |
2020-06-27 | whisper: missing app expression | Justin Bedo | |
2020-06-27 | whisper: init 2.0 | Justin Bedo | |
2020-06-27 | octopus: write evidence bams to multioutput | Justin Bedo | |
2020-06-23 | qsub,slurm: fix string escaping bug | Justin Bedo | |
escapeShellArgs calls toString on the passed item, which for paths converts it to a string containing the full path outside the nix store. Avoid this by calling escapeShellArg on strings only. | |||
2020-06-05 | facets: 0.5.6 -> 0.5.14 | Justin Bedo | |
2020-06-02 | samtools-merge: noop if only a single file | Justin Bedo | |
2020-05-24 | gridss: 2.8.3 -> 2.9.1 | Justin Bedo | |
2020-05-24 | octopus: remove normal flag | Justin Bedo | |
2020-04-27 | octopus: parameterise max-genotypes and targets | Justin Bedo | |
2020-04-22 | fix error message for linkOutputs | Justin Bedo | |
2020-04-10 | gridss 2.7.3 -> 2.8.3 | Justin Bedo | |
2020-04-10 | update tnpair example to run on colo828 | Justin Bedo | |
2020-03-27 | update exampes to use nixpkgs.lib.pipe | Justin Bedo | |
2020-03-27 | pipe now part of nixpkgs | Justin Bedo | |
2020-02-14 | add gdrive downloader | Justin Bedo | |
- fetch dbNSFP automatically via gdrive.pl | |||
2020-02-09 | lastal: init | Justin Bedo | |
2020-02-03 | octopus-call: fix filetype typo | Justin Bedo | |
2019-12-20 | kallisto: attempt at making determinstic | Justin Bedo | |
2019-12-20 | lumpy: fix error message | Justin Bedo | |
2019-12-18 | add exec'' | Justin Bedo | |
2019-12-18 | lumpy: init | Justin Bedo | |
2019-12-17 | delly: missing file | Justin Bedo | |
2019-12-17 | manta: make multithreaded and apply execution context | 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-12-12 | octopus: fix incorrect error message | Justin Bedo | |