Skip to main content

MkDocs Plugin used to extrace rule information, to generate code and tables.

Project description

MkDocs Snakemake Rule

MkDocs Plugin used to extract rule information.

Installation

To use this plugin, install it with pip in the same environment as MkDocs:

pip install mkdocs-snakemake-rule-plugin

Config

Then add the following entry to the MkDocs config file:

plugins:
  - snakemake-rule:
      rule_folders:
        - 'workflow/rules'
      schemas:
        - 'workflow/schemas/rules.schema.yaml'

Tag

format

Format of tags are:

  • #SNAKEMAKE_RULE_SOURCE__filename__rulename# : for source code extraction
  • #SNAKEMAKE_RULE_TABLE__filename__rulename# : for table generation

Tab parts:

  • first section identifies if rule source or table should be created
  • filename is where the rule is stored, can be without '.skm'
  • rulename is the rule that will be extract

Usage

Add tags to your target file and they will be replaced with rule source or tables

MkDocs Markdown example

# Rule information
## Source 
#SNAKEMAKE_RULE_SOURCE__fastp__fastp_pe#

## Parameters
#SNAKEMAKE_RULE_TABLEE__fastp__fastp_pe#

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs-snakemake-rule-plugin-0.4.0.tar.gz (36.0 kB view details)

Uploaded Source

File details

Details for the file mkdocs-snakemake-rule-plugin-0.4.0.tar.gz.

File metadata

File hashes

Hashes for mkdocs-snakemake-rule-plugin-0.4.0.tar.gz
Algorithm Hash digest
SHA256 5c3c99cdc1a2b61045d3c4236dee3f1e9aadd1ed042df5fe2be9d132d6ba17ee
MD5 7c95b21a248bb5786c92870122fe2476
BLAKE2b-256 c9bb62e8520a5fc2bd478b9768faa5ec6111831cfba601d3e1204878e415564a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page