nipype / pydra-nipype1

Tools for importing nipype1 interfaces into Pydra
Apache License 2.0
7 stars 6 forks source link

Incorporate useful bits of nipype1topydratask #3

Open effigies opened 4 years ago

effigies commented 4 years ago

@dpys and @anibalsolon have worked on this: https://github.com/dPys/nipype1topydratask/blob/master/converter.py

dPys commented 4 years ago

I wonder how this might be expanded upon to automate detection of nipype1 objects that need conversion? Maybe take inspiration from the fixer classes of other conversion tools (e.g. the infamous 2to3?) https://github.com/maxking/cpython-1/blob/master/Lib/lib2to3/fixer_base.py