diff --git a/presentation_gblk.tex b/presentation_gblk.tex index 96bea1242e52c97748017a4abfbaa284a385fb0c..8fbb6a5289ceca88fecd1c5d0a5ae9be41d2fdca 100644 --- a/presentation_gblk.tex +++ b/presentation_gblk.tex @@ -117,14 +117,21 @@ \begin{frame}{Data versioning}{} -During a bioinformatic project we often need to develop some code that will produce results. Sometimes, we might want to keep and associate results to a specific version of our code to get back to them in the future. \\ +In a bioinformatic project: + +\begin{itemize} +\item Code +\item Results produced by this code +\item Save those results +\begin{itemize} +\item Compare results between code versions +\item Have an overview of results produced by the project code +\end{itemize} +\end{itemize} \alert{Data versioning tools} can help us to achieve this. \\ -\begin{center} -\alert{Data Versioning} is the storage of different version of data that evolve over time -\end{center} \begin{block}{Controlling your data version with a tool may help you to} \begin{itemize} \item Save you some time to manage and track your data version