aboutsummaryrefslogtreecommitdiff
path: root/abcbs_2018.md
diff options
context:
space:
mode:
Diffstat (limited to 'abcbs_2018.md')
-rw-r--r--abcbs_2018.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/abcbs_2018.md b/abcbs_2018.md
new file mode 100644
index 0000000..b329af4
--- /dev/null
+++ b/abcbs_2018.md
@@ -0,0 +1,4 @@
+We show how Nix, a cross-platform package and configuration manager, can cleanly solve a number of reproducibility headaches in bioinformatics and computational biology.
+Nix can easily create and manage isolated environments, and with our transparent and extremely lightweight extensions can also describe computational pipelines (workflows), manage their execution in HPC environments, and produce containers (Docker or Singularity images) for execution elsewhere.
+Nix is general-purpose software with a stable and growing userbase.
+We illustrate our techniques on a simple bioinformatics pipeline, and compare them with existing solutions like (Bio)conda.