From 69f3a402590b503b4be62cca355dd8de47dc3bf9 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Sun, 8 Nov 2020 10:30:35 +1100 Subject: add tree organisation --- slides.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/slides.tex b/slides.tex index fe5bccf..4a66d0d 100644 --- a/slides.tex +++ b/slides.tex @@ -152,7 +152,11 @@ \begin{enumerate} \item Thin wrapper on Nix \item Models \emph{stages}\footnote{the execution of one or more executables on one or more input files, producing one or more output files.} as functions (\texttt{config → inputs → drv}) - \item Library of bioinformatics tools (BWA, samtools, etc) + \item Library of bioinformatics tools (BWA, samtools, etc) organised into a tree, e.g., + \begin{itemize} + \item \Verb|bionix.bwa.align| + \item \Verb|bionix.samtools.sort| + \end{itemize} \end{enumerate} \end{frame} -- cgit v1.2.3