Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-05 | platypus: remove debugging code | Justin Bedo | |
2019-11-29 | snpeff: GRCh37.87 -> GRCh37.75 | Justin Bedo | |
2019-11-27 | gridss: 2.7.2 → 2.7.3 | Justin Bedo | |
2019-11-20 | gridss: 2.7.1 → 2.7.2 | Justin Bedo | |
2019-11-04 | gridss: 2.7.0 → 2.7.1 | Justin Bedo | |
2019-11-01 | gridss: 2.6.2 -> 2.7.0 | Justin Bedo | |
2019-09-25 | grch37: add dbsnp | Justin Bedo | |
2019-09-25 | facets: assume sorted vcf | Justin Bedo | |
2019-09-25 | gridss 2.6.0 → 2.6.2 | Justin Bedo | |
2019-09-25 | grch38.31 → grch38.32 | Justin Bedo | |
2019-09-25 | add grch37 | Justin Bedo | |
2019-09-10 | gridss: 2.5.2 -> 2.6.0 | Justin Bedo | |
2019-09-06 | strelka: default callSomatic to snvs | Justin Bedo | |
2019-09-06 | strelka: also strip command line from output | Justin Bedo | |
2019-09-06 | cnvkit: use python2 | Justin Bedo | |
2019-09-06 | test: disable strelka somatic test | Justin Bedo | |
2019-09-06 | strelka: change outputs and tagging | Justin Bedo | |
This resolves an issue where overriding the strelka derivations would lose the filetype tags. | |||
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-29 | CNVkit: merge into nixpkgs | Justin Bedo | |
2019-08-29 | gridss: 2.5.1 -> 2.5.2 | Justin Bedo | |
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-19 | snver: fix linking | Justin Bedo | |
2019-08-16 | mosdepth: fix renaming | Justin Bedo | |
2019-08-16 | mosdepth: add test | Justin Bedo | |
2019-08-15 | qsub: fix broken qsub tree | Justin Bedo | |
2019-08-15 | gridss: 2.5.0 -> 2.5.1 | Justin Bedo | |
2019-08-15 | hisat2: init | Justin Bedo | |
2019-08-15 | SNVer: init 0.5.3 | Justin Bedo | |
2019-07-28 | gridss: 2.4.0 -> 2.5.0 | Justin Bedo | |
2019-07-26 | Simplify example | Justin Bedo | |
2019-07-26 | make stripping more liberal | Justin 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-08 | tests: add kallisto test | Justin Bedo | |
2019-07-08 | ensembl: init gtf and gff3 | Justin Bedo | |
2019-07-08 | ensembl: abstract version | 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 | mosdepth-plot: allow selection of what to plot | Justin Bedo | |
Previously global output was plotted. A new control flag allows specification of what to plot. | |||
2019-07-03 | facets: fix execution environment | Justin Bedo | |
2019-07-03 | octopus: initial functions | Justin Bedo | |
2019-06-21 | gridss: 2.2.2 -> 2.4.0 | Justin Bedo | |
2019-06-21 | bwa-mem2: init | Justin Bedo | |
2019-06-21 | Add CNVkit test | Justin Bedo | |
2019-06-18 | slurm: fix bug with srun | Justin Bedo | |
salloc must call srun to actually launch job on execution node rather than submission node | |||
2019-06-14 | slurm,qsub: update to allow chaining of execution engines | Justin Bedo | |
Previously exec was redefined to defer to slurm/pbs for execution. This did not chain the previous exec, meaning you couldn't chain execs. | |||
2019-06-12 | grcm38: fix typo in name of ensembl transcripts | Justin Bedo | |
2019-06-11 | rewrite README documentation | Justin Bedo | |
Significant expansion of README to include installation instructions and instructions on how to use with HPC. | |||
2019-06-11 | qsub: parameterise the path to PBS utils | Justin Bedo | |
2019-06-11 | slurm: allow salloc path to be overridden in stage calls | Justin Bedo | |
salloc was missing from defaults, preventing overriding of salloc path for each stage. | |||
2019-06-11 | references: fix file mode (remove executable flag) | Justin Bedo | |
2019-06-06 | Merge branch 'master' of https://github.com/PapenfussLab/bionix | l-d-s | |