From 895cad8c9c6fa7357e6ac2ba5812ee8652264789 Mon Sep 17 00:00:00 2001 From: l-d-s Date: Thu, 6 Sep 2018 14:33:08 +1000 Subject: Small deletion --- abcbs_2018.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'abcbs_2018.md') diff --git a/abcbs_2018.md b/abcbs_2018.md index b256131..d13b9f3 100644 --- a/abcbs_2018.md +++ b/abcbs_2018.md @@ -3,7 +3,7 @@ Justin Bedő, Leon Di Stefano, and Tony Papenfuss > We show how Nix, a next generation cross-platform software deployment system, cleanly solves a number of reproducibility headaches in bioinformatics and computational biology. -> First developed in 2006, Nix uses hash-based naming to ensure that its builds are uniquely-specified, isolation and completeness to ensure that they are deterministic, and a very simple programming language to ensure that they are easily-manageable. +> Nix uses hash-based naming to ensure that its builds are uniquely-specified, isolation and completeness to ensure that they are deterministic, and a very simple programming language to ensure that they are easily-manageable. > > Nix, like tools such as (mini)conda, can straightforwardly 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). -- cgit v1.2.3