From 469416de5352eadce2b8e8de1a11ed31405790de Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Espinosa Date: Sat, 16 Nov 2024 14:31:22 -0500 Subject: [PATCH] more --- config.yaml | 2 +- episodes/SUSYexample.md | 2 +- episodes/Snakemake.md | 3 +++ episodes/expandingSUSYexample.md | 22 ++++++++++++++++++++++ 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 episodes/expandingSUSYexample.md diff --git a/config.yaml b/config.yaml index cc6b586..46199e3 100644 --- a/config.yaml +++ b/config.yaml @@ -72,7 +72,7 @@ episodes: - Snakemake.md - SUSYexample.md - REANA.md -- JECexample.md +- expandingSUSYexample.md # Information for Learners learners: diff --git a/episodes/SUSYexample.md b/episodes/SUSYexample.md index cc9d92a..aa9b5ff 100644 --- a/episodes/SUSYexample.md +++ b/episodes/SUSYexample.md @@ -1,5 +1,5 @@ --- -title: "A simple analysis from SUSY" +title: "A simple SUSY analysis" teaching: 15 exercises: 5 --- diff --git a/episodes/Snakemake.md b/episodes/Snakemake.md index e89533c..f4330a9 100644 --- a/episodes/Snakemake.md +++ b/episodes/Snakemake.md @@ -405,6 +405,9 @@ By effectively using wildcards, you can significantly simplify your Snakemake wo This is just an overview of the capabilities of Snakemake. As a widely used program, you can find numerous resources online. For more information, you can also visit their [official website](https://snakemake.readthedocs.io). +In addition, Snakemake has a public catalog of thousands of workflow in many fields. If you want to see more sophisticated examples, please follow the link to the [Snakemake workflow catalog](https://snakemake.github.io/snakemake-workflow-catalog/). + + :::::::::::::::::::::: keypoints - Snakemake automates complex computational pipelines, ensuring efficient resource utilization and avoiding unnecessary computations. diff --git a/episodes/expandingSUSYexample.md b/episodes/expandingSUSYexample.md new file mode 100644 index 0000000..710bbf3 --- /dev/null +++ b/episodes/expandingSUSYexample.md @@ -0,0 +1,22 @@ +--- +title: +teaching: +exercises: +--- + +:::::: questions + - question 1 + - question 2 +:::::: + +:::::: objectives + - objective 1 + - objective 2 +:::::: + + + +:::::: keypoints + - keypoint 1 + - keypoint 2 +:::::: \ No newline at end of file