Tools for importing nipype 1.x interfaces into Pydra
Project description
Nipype 1 Tasks for Pydra
Pydra is a redesign of the Nipype dataflow engine, and the core of the emerging Nipype 2 ecosystem.
This is a task package, a set of Pydra Tasks that inhabits the
pydra.tasks.*
namespace, to ease wrapping Nipype 1 Interfaces.
Additional tools for migrating from Nipype 1 to Pydra may find their home here.
Installation
pip install pydra-nipype1
Usage
from pydra.tasks.nipype1.utils import Nipype1Task
from nipype.interfaces import fsl
thresh = Nipype1Task(fsl.Threshold())
res = thresh(in_file=fname, thresh=0.5)
For developers
Install repo in developer mode from the source directory. It is also useful to install pre-commit to take care of styling via black:
pip install -e .[dev]
pre-commit install
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
pydra_nipype1-0.3.0.tar.gz
(7.4 kB
view hashes)
Built Distribution
Close
Hashes for pydra_nipype1-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 884714184bbb13438c2ffda7b04b6ecc48deccddef9a5faf7cf2b770226ca0e0 |
|
MD5 | e5ee1540ddb7d417b46f22204582740b |
|
BLAKE2b-256 | e87545806d905bcfed22c91a8b352a854c1883123d5408a599cef800c4523a02 |