Skip to content

Commit 1679df1

Browse files
committed
removed workflow from main branch
1 parent db7eccd commit 1679df1

File tree

6 files changed

+0
-4018
lines changed

6 files changed

+0
-4018
lines changed

example-specs/workflow/smriprep.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

nipype2pydra/cli.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import yaml
44
from nipype2pydra import __version__
55
from .task import TaskConverter
6-
from .workflow import WorkflowConverter
76

87

98
# Define the base CLI entrypoint
@@ -52,14 +51,3 @@ def task(yaml_spec, package_root, callables, output_module):
5251
output_module=output_module, callables_module=callables, **spec
5352
)
5453
converter.generate(package_root)
55-
56-
57-
@cli.command(help="Port Nipype workflow creation functions to Pydra")
58-
@click.argument("yaml-spec", type=click.File())
59-
@click.argument("package-root", type=click.File(mode="w"))
60-
def workflow(yaml_spec, package_root):
61-
62-
spec = yaml.safe_load(yaml_spec)
63-
64-
converter = WorkflowConverter(spec)
65-
converter.generate(package_root)

nipype2pydra/workflow.py

Lines changed: 0 additions & 100 deletions
This file was deleted.

port_smriprep.py

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)