From 53d7e1cd88cc9d7ef3574b36c44e53a9887ca83c Mon Sep 17 00:00:00 2001 From: l-d-s Date: Thu, 6 Sep 2018 11:40:57 +1000 Subject: Tweak wording --- abcbs_2018.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/abcbs_2018.md b/abcbs_2018.md index 92f3460..41d0ebb 100644 --- a/abcbs_2018.md +++ b/abcbs_2018.md @@ -2,7 +2,5 @@ We show how Nix, a cross-platform advanced package manager, cleanly solves a num Nix can easily create and manage isolated environments, and with our transparent and lightweight extensions can also succinctly describe computational pipelines (workflows), manage their execution in HPC environments or across multiple machines, and produce portable containers (Docker or Singularity images). We illustrate all our techniques on a typical bioinformatics pipeline. -We compare our approach with the conda software suite. Nix lacks the extensive suite of bioinformatics packages available in Bioconda, but provides a significantly higher degree of reproducibility due to its strong isolation and declarative language. +We also compare our approach with the conda software suite. Nix lacks the extensive suite of bioinformatics packages available in Bioconda, but provides a significantly higher degree of reproducibility due to its strong isolation and declarative language. Moreover, we demonstrate that conda can be used within Nix to leverage Bioconda packages—with some loss of the reproducibility guarantees that a pure Nix solution would entail. - - -- cgit v1.2.3