-
Notifications
You must be signed in to change notification settings - Fork 10
docs: Expand documentation #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
johanneskoester
merged 13 commits into
snakemake:main
from
TRON-Bioinformatics:27-missing-documentation-on-how-to-document-plugins
Mar 12, 2026
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
672a5b6
docs(source): Add docstring to plugin collection
jonasfreimuth 998170c
docs(source): Add docstring to metadata collector
jonasfreimuth 7bb7615
docs(source): Add docstring to pixi_add
jonasfreimuth 5331cba
docs(README): Link to Snakemake plugin doc
jonasfreimuth c05aac5
docs(README): Link to catalog website
jonasfreimuth e0444c6
docs(templates): Link to Snakemake codebase docs
jonasfreimuth cfb7860
chore(pixi): Fix build-single task
jonasfreimuth 420386d
chore(pixi): Give build-single own table
jonasfreimuth 80cecb1
chore(pixi): Add description to build-single
jonasfreimuth 151e729
refactor(pixi): Rename build-specific task
jonasfreimuth 60af0d4
docs(README): Add short contributing section
jonasfreimuth a321a6c
chore(pixi): Add slurm plugin to build-specific
jonasfreimuth 43b5ada
feat(catalog): Strip test package whitespace
jonasfreimuth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,34 @@ | ||
| # snakemake-plugin-catalog | ||
|
|
||
| An automatically updated catalog of Snakemake plugins and their documentation | ||
| An automatically updated catalog of | ||
| [Snakemake plugins](https://snakemake.readthedocs.io/en/stable/project_info/codebase.html#plugins) | ||
| and their documentation. See | ||
| <https://snakemake.github.io/snakemake-plugin-catalog/> (generated from | ||
| [this template](/source/_templates/index.rst.j2)) for a general overview of the | ||
| catalog. | ||
|
|
||
| ## Contributing | ||
|
|
||
| > WARNING: The `build` task is designed to run on a GitHub runner and will | ||
| > install essentially arbitrary code on the machine it is run on. Don't run it | ||
| > unless you understand the risk involved! The same goes for `build-specific` if | ||
| > you don't understand the plugin you run it on. | ||
|
|
||
| ### Software environment | ||
|
|
||
| Like the rest of the Snakemake ecosystem, the plugin catalog uses | ||
| [Pixi](https://pixi.prefix.dev/latest/) to manage software environments and | ||
| common development and deployment tasks. See their docs for detailed information | ||
| on setup and task running. | ||
|
|
||
| ### Development | ||
|
|
||
| After making changes to the code, ensure the code is consistently formatted by | ||
| doing `pixi run style`. If you make changes to the Jinja templates used to build | ||
| the catalog, ensure the underlying rst files follow the general Snakemake | ||
|
jonasfreimuth marked this conversation as resolved.
|
||
| [documentation guidelines](https://snakemake.readthedocs.io/en/stable/project_info/contributing.html#documentation-guidelines). | ||
|
|
||
| ### Testing | ||
|
|
||
| Currently there are no unit-tests. Checking whether the code works as expected | ||
| is done by building individual plugin docs via the `build-specific` Pixi task. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.