BIDS integration into snakemake workflows
Reason this release was yanked:
wrong version uploaded
Project description
snakebids
Snakemake + BIDS
This package allows you to build BIDS Apps using Snakemake. It offers:
Flexible data grabbing with PyBIDS, configurable solely by config file entries
Helper function for creating BIDS paths inside Snakemake workflows/rules
Command-line invocation of snakemake workflows with BIDS App compliance
Configurable argument parsing specified using the Snakemake workflow config
Execution either as command-line BIDS apps or via snakemake executable
Contributing
Clone the git repository. Snakebids dependencies are managed with Poetry, which you’ll need installed on your machine. You can find instructions on the poetry website. Then, setup the development environment with the following commands:
poetry install poetry run poe setup
Snakebids uses poethepoet as a task runner. You can see what commands are available by running:
poetry run poe
If you wish, you can also run poe [[command]] directly by installing poethepoet on your system. Follow the install instructions at the link above.
Tests are done with pytest and can be run via:
poetry run pytest
Snakebids uses pre-commit hooks (installed via the poe setup command above) to lint and format code (we use black, isort, pylint and flake8). By default, these hooks are run on every commit. Please be sure they all pass before making a PR.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for snakebids-0.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ae44ec467986a3dfbf7c546aa5ef06a6d9d67696ccaebf452eac6f7a4d6ee76 |
|
MD5 | 659231a84fe3bc744b399e60b3a6831b |
|
BLAKE2b-256 | a7248e91e7a57da8eb5c680b8cb6212f04997483ffc18cad803315965eb323cb |