From ad08742ae5c0cfc5fc3ebd09ed9d7d2524c89bbb Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Sun, 26 Jul 2026 17:25:11 -0500 Subject: [PATCH] fix: mv lhcb private link inside lhcb callout --- snakemake/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/snakemake/README.md b/snakemake/README.md index dd8ebe64..fd4f560f 100644 --- a/snakemake/README.md +++ b/snakemake/README.md @@ -10,10 +10,7 @@ ## Documentation and environments You can find full documentation for Snakemake -[here](https://snakemake.readthedocs.io/en/stable/index.html); -you can also ask any questions you have on the -[~reproducible](https://mattermost.web.cern.ch/lhcb/channels/reproducible) -channel on mattermost. +[here](https://snakemake.readthedocs.io/en/stable/index.html). Web searches and [Stack Overflow](https://stackoverflow.com/questions/tagged/snakemake) are also your friends. @@ -47,6 +44,10 @@ If you want, you can include your `.bashrc` file in the created environment by running `lb-conda default bash -c 'bash --rcfile ~/.bashrc'`. Be careful if you do this--it can lead to conflicts in the environment. +You can also ask any questions you have on LHCb's +[~reproducible](https://mattermost.web.cern.ch/lhcb/channels/reproducible) +channel on mattermost. + {% endcallout %} You can check if Snakemake is working by calling `snakemake --help`