From 0f70047dd6d198b5a4610cbfe96122128c1ccabc Mon Sep 17 00:00:00 2001 From: l-d-s Date: Thu, 6 Sep 2018 13:10:51 +1000 Subject: Suggested title + few suggested changes --- abcbs_2018.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/abcbs_2018.md b/abcbs_2018.md index 76df6ca..dbba6f4 100644 --- a/abcbs_2018.md +++ b/abcbs_2018.md @@ -1,5 +1,7 @@ +**Reproducible bioinformatics with Nix** + We show how Nix, a next generation cross-platform package manager, cleanly solves a number of reproducibility headaches in bioinformatics and computational biology. -Nix can easily create and manage isolated environments – like tools such as (mini)conda – and with our transparent and lightweight extensions 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). -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 loss of the reproducibility guarantees. +Nix can easily create and manage isolated environments – like tools such as (mini)conda – and with our transparent and lightweight extensions 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). -We will succinctly specify a typical bioinformatics pipeline, and demonstrate how it can be executed in whole or in part on an HPC queuing system. +In our talk we will use Nix to specify a typical bioinformatics pipeline, and demonstrate how it can be executed in whole or in part on an HPC queuing system. -- cgit v1.2.3