Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-10 | linkOutputs: fix shell interpretation of destination name | Justin Bedo | |
2023-10-10 | ampliconarchitect: init | Justin Bedo | |
2022-05-16 | quip: init | Justin Bedo | |
2022-02-21 | linkOutputs: ignore null values | Justin Bedo | |
2022-02-07 | pizzly: init | Justin Bedo | |
2022-02-07 | hatchet: init | Justin Bedo | |
2022-01-21 | linkOutputs: rewrite to use script instead of environment variable | Justin Bedo | |
Previous implementation had issues when linking large numbers of outputs due to large environment variables (buildCommand). This patch reimplements linkOutputs to place the linking commands in a script rather than hold the commands in an environment variable. | |||
2022-01-06 | strip-store-paths: allow no files | Justin Bedo | |
2022-01-06 | strip: rollback simplification | Justin Bedo | |
Fails sometimes when output is not a directory. This patch reverts to the previous implementation, but also patches in a fix for file names containing spaces. | |||
2022-01-05 | fix bug in strip-store-paths | Justin Bedo | |
also taking the opportunity to simplify the rewriteOutput function and handle filenames with spaces | |||
2021-12-20 | rewrite strip store paths | Justin Bedo | |
Old version used sed, which is not inplace and causes issues when garbage collection triggers during a build. This patch adds a small rewriter that works in place. | |||
2021-12-14 | subread: init | Justin Bedo | |
2021-12-06 | parameterise RG line as nix attribute set | Justin Bedo | |
Allows more seamless transitioning between alingment algorithms | |||
2021-12-03 | genmap: init | Justin Bedo | |
2021-10-29 | treewide reformatting and simplification | Justin Bedo | |
- simplify with statix - reformat with nixpkgs-fmt | |||
2021-06-25 | linkOutputs: passthrough the inputs to make it easier for downstream ↵ | Justin Bedo | |
expressions to refer to build products | |||
2021-02-08 | refactor slurm implementation to allow for overlays | Justin Bedo | |
2021-02-08 | don't recursive update overlays | Justin Bedo | |
2020-11-17 | implement overlays | Justin Bedo | |
2020-11-16 | sambamba: init | Justin Bedo | |
2020-11-02 | star: init | Justin Bedo | |
2020-06-27 | whisper: init 2.0 | Justin Bedo | |
2020-04-22 | fix error message for linkOutputs | 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 | |
2019-12-18 | add exec'' | Justin Bedo | |
2019-12-18 | lumpy: init | Justin Bedo | |
2019-12-17 | delly: init | Justin Bedo | |
2019-12-16 | manta: init | Justin Bedo | |
2019-09-06 | xenomapper: init | Justin Bedo | |
2019-08-15 | qsub: fix broken qsub tree | Justin Bedo | |
2019-08-15 | hisat2: init | Justin Bedo | |
2019-08-15 | SNVer: init 0.5.3 | 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 | 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-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-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-06 | Merge branch 'master' of https://github.com/PapenfussLab/bionix | l-d-s | |
2019-06-04 | strip: handle non-buildCommand based stages | Justin Bedo | |
2019-05-22 | Unested picard-markDuplicates. | l-d-s | |
2019-05-16 | slurm: renamed from sbatch | Justin Bedo | |
2019-05-16 | stage: fix multicore tagging to work with derivation overriding | Justin Bedo | |
2019-05-14 | strip: remove store paths from outputs to minimise closures | Justin Bedo | |
2019-05-02 | shard-regex: split into separate file to fix exec issues | Justin Bedo | |
2019-05-02 | shard: Implement some basic sharding for FQ files | Justin Bedo | |
2019-05-01 | Add fastp. | l-d-s | |