Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
alefisico committed Nov 16, 2024
1 parent 469416d commit f2649cb
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions episodes/expandingSUSYexample.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title:
title: "Expanding the SUSY analysis"
teaching:
exercises:
---
Expand All @@ -14,7 +14,18 @@ exercises:
- objective 2
::::::

<!-- EPISODE CONTENT HERE -->
Now that you've mastered the basics of creating simple Snakemake workflows and submitting them to REANA, let's dive deeper into more complex analyses. This next example will illustrate how to expand our SUSY analysis to perform more sophisticated tasks.

## A more real SUSY analysis

In real-world analysis workflows, processing often involves multiple datasets. Typically, we identify these datasets using CERN's Data Access System (DAS) and then extract a list of files for further analysis. These files are then processed individually before being merged for subsequent steps. This workflow often involves additional CERN tools like [Rucio](https://rucio.cern.ch/) for dataset discovery and manual steps, like using `hadd` to merge ROOT files. However, Snakemake and REANA offer a powerful solution to automate and streamline these tasks. Let's explore how we can leverage their capabilities to handle this complex scenario.








:::::: keypoints
- keypoint 1
Expand Down

0 comments on commit f2649cb

Please sign in to comment.