diff --git a/config.yaml b/config.yaml index 3b64e49..ac2bb61 100644 --- a/config.yaml +++ b/config.yaml @@ -12,7 +12,7 @@ # This option supports custom types so lessons can be branded # and themed with your own logo and alt-text (see `carpentry_description`) # See https://carpentries.github.io/sandpaper-docs/editing.html#adding-a-custom-logo -carpentry: 'swc' +carpentry: '' # Alt-text description of the lesson. carpentry_description: 'CMS Snakemake Reana tutorial' diff --git a/index.md b/index.md index af66276..ac70109 100644 --- a/index.md +++ b/index.md @@ -2,8 +2,5 @@ site: sandpaper::sandpaper_site --- -This is a new lesson built with [The Carpentries Workbench][workbench]. - - -[workbench]: https://carpentries.github.io/sandpaper-docs +This is a lesson on how to create **workflows** for CMS analysts. In particular, we will create workflows using [Snakemake](https://snakemake.readthedocs.io/en/stable/#). These workflows then will be used _locally_ in your local/university machine or will run inside the CERN [REANA](https://docs.reana.io/). diff --git a/learners/setup.md b/learners/setup.md index 4244a31..6e47e61 100644 --- a/learners/setup.md +++ b/learners/setup.md @@ -1,7 +1,8 @@ --- -title: Setup +title: Introduction --- + FIXME: Setup instructions live in this document. Please specify the tools and the data sets the Learner needs to have installed.