From 8dfbafa0a433466bc6dbbc177b6aecad0a2aa01d Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Fri, 20 Dec 2024 13:12:47 -0600 Subject: [PATCH] Remove development notes --- content/resources/tutorials/repronim-containers.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/resources/tutorials/repronim-containers.md b/content/resources/tutorials/repronim-containers.md index bfc0455..ae52af7 100644 --- a/content/resources/tutorials/repronim-containers.md +++ b/content/resources/tutorials/repronim-containers.md @@ -21,11 +21,6 @@ weight: 5 # Challenge -- layout -- annotation of procedure using version control -- annotation of software versions -- automation and replicability of procedures - Using version control and automation to execute procedures can produce re-executable and provenance-rich results, but the task can appear daunting. Following best-practices for file layouts (Datalad + YODA Principles) provide clear connections (via subdatasets) between the source data and the derivative data that is produced. Additionally, utilizing `datalad run` with `repronim-containers` preserves the provenance of exactly what software versions were used and how, leaving a detailed trail for future work.