Replies: 6 comments
-
|
Beta Was this translation helpful? Give feedback.
-
could you create a draft PR so I can try the worker? let's first try to fix the error you're getting. Do you actually have the directory |
Beta Was this translation helpful? Give feedback.
-
Yes I am working on creating the draft PR. I made some changes and I am not getting an error now. I am running a simple
|
Beta Was this translation helpful? Give feedback.
-
@djarecka @ghisvail I have opened a draft PR for the same - #694 . |
Beta Was this translation helpful? Give feedback.
-
@djarecka @ghisvail I want to run all the tests in |
Beta Was this translation helpful? Give feedback.
-
@adi611 - you could edit the conftest file: https://github.com/nipype/pydra/blob/master/pydra/conftest.py to change and for just a temporarily testing you can overwrite the variable in the specific file |
Beta Was this translation helpful? Give feedback.
-
@djarecka @ghisvail - I am currently working on mapping the
ShellCommandTask
workflow to PSI/J.pydra
'srunnable.inputs.executable
andrunnable.inputs.args
to pass topsij
'sspec.executable
andspec.arguments
respectively which I then use to create apsij
Job
and submit theJob
to theJob Executor
. I am successfully getting the result on a file as defined bypsij
'sspec.stdout_path.
Now how can I pass that output toShellCommandTask
's outputstdout
?RuntimeError: Could not find results of 'shelly1' node in a sub-directory named 'ShellCommandTask_2b3decbead6264e36eed881610112561' in any of the cache locations: /tmp/tmpc0axxwur
.Beta Was this translation helpful? Give feedback.
All reactions