aboutsummaryrefslogtreecommitdiff
path: root/abcbs_2018.md
diff options
context:
space:
mode:
authorl-d-s <distefano.l@wehi.edu.au>2018-09-06 13:18:05 +1000
committerGitHub <noreply@github.com>2018-09-06 13:18:05 +1000
commit3ff62a65ab7977cb02a28193c83a7c6adf5f6967 (patch)
treee4ee87dfa695a28fd10962c3873f09d2b2bc01b4 /abcbs_2018.md
parent260b02ba20c5c4288f7bbd5b646ea518bcb6948b (diff)
delete "guarantees"
Diffstat (limited to 'abcbs_2018.md')
-rw-r--r--abcbs_2018.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/abcbs_2018.md b/abcbs_2018.md
index 3fba9b9..58162ef 100644
--- a/abcbs_2018.md
+++ b/abcbs_2018.md
@@ -4,6 +4,6 @@ Justin Bedő and Leon Di Stefano
> We show how Nix, a next generation cross-platform package manager, cleanly solves a number of reproducibility headaches in bioinformatics and computational biology.
> Nix, like tools such as (mini)conda, can easily create and manage isolated environments, and with our transparent and lightweight extensions it can also succinctly describe computational pipelines, manage their execution in HPC environments or in parallel across a collection of machines, and produce portable containers (Docker or Singularity images) to share with others.
-> Nix has an extensive package collection which includes the whole of CRAN and Bioconductor, and while it lacks Bioconda's coverage of standalone bioinformatics tools, we show that Bioconda can be used within Nix expressions (with some attendant loss of reproducibility guarantees).
+> Nix has an extensive package collection which includes the whole of CRAN and Bioconductor, and while it lacks Bioconda's coverage of standalone bioinformatics tools, we show that Bioconda can be used within Nix expressions (with some attendant loss of reproducibility).
>
> In our talk we will use Nix to specify a typical bioinformatics pipeline, and show how it can be executed in whole or in part on an HPC queuing system.