Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions snakemake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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`
Expand Down
Loading