starterkit-lessons
starterkit-lessons copied to clipboard
Lessons taught at the Starterkit workshops.
With the [current changes to travis's offering](https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing) the CI needs to be moved to github actions. I already started doing this in `analysis-essentials` so it should be fairly straight forward...
- the contributing lession is out of date - CONTRIBUTING.md doesn't quite work, namely trying the "build" step with the current PyPI `starterkit-ci` gives me `no such kernel named python3`....
After the last modifications, the lesson (https://lhcb.github.io/starterkit-lessons/second-analysis-steps/filter-in-trees.html) doesn't make sense as we're not really selecting those events that are not compatible with a K*. In the end, it's all very...
Now that we have [lb-conda](https://pypi.org/project/LbCondaWrappers/), people should be able to use tools like Snakemake directly, rather than having to install it themselves. /cc @chrisburr
It would probably be worthwhile reviewing some of the introductory material to decide what is no longer relevant and talk about what is going to happen in Run 3.
Maybe it would be useful to add some Q&A from the starterkit mattermost channel questions? p.s. I am happy to volunteer for maintaining it.
Hi there, Please consider adding a paragraph about the Gaudi Metadata service in the Starterkit. You can find out more about the service here: https://github.com/atrisovic/lhcb-metadatasvc and, there is a short...
Ganga can submit jobs to Condor. There is just some slight differences in picking queues etc. Might be worth adding to the self guided lesson.
Some of the downloadable options files are outdated and should be fixed, for example [ntuple_options_loki.py](https://github.com/lhcb/starterkit-lessons/blob/master/first-analysis-steps/code/add-tupletools/ntuple_options_loki.py). Should ideally be fixed using #7 which should be easier now Sphinx is being used....