Skip to content

Migration Guide #420

Open
Open
@effigies

Description

@effigies

It would be good to start work on a migration guide for Nipype 1 users to Pydra.

Some ideas for sections:

  • How to rewrite your existing interface as a Pydra task
    • Converting input_specs of various styles
    • Converting output_specs
    • How to replace gen_filename and similar
    • Metadata equivalents (argstr, etc.)
  • How to rewrite your workflow as a Pydra workflow
    • Replacing Inputnode/outputnode with workflow function parameters/return values
    • Connect statements -> assignment
    • MapNodes -> split/combine
    • iterables -> split
    • JoinNodes -> combine

I would suggest organizing it as:

  • migration_guides/
    • nipype_1

This would leave room for guides for users of other workflow engines.

Metadata

Metadata

Type

No type

Projects

Status

v1.0

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions