diff options
author | Justin Bedo <cu@cua0.org> | 2020-11-08 10:30:35 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2020-11-08 10:30:35 +1100 |
commit | 69f3a402590b503b4be62cca355dd8de47dc3bf9 (patch) | |
tree | 4255d5713aed6374d9da04601b022bea7c14bebf | |
parent | 143394194d535fcfd5dcaa8dcbad98b50f48a7e5 (diff) |
add tree organisation
-rw-r--r-- | slides.tex | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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} |