aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2020-11-08 10:30:35 +1100
committerJustin Bedo <cu@cua0.org>2020-11-08 10:30:35 +1100
commit69f3a402590b503b4be62cca355dd8de47dc3bf9 (patch)
tree4255d5713aed6374d9da04601b022bea7c14bebf
parent143394194d535fcfd5dcaa8dcbad98b50f48a7e5 (diff)
add tree organisation
-rw-r--r--slides.tex6
1 files changed, 5 insertions, 1 deletions
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}