command line output of a node

13 views
Skip to first unread message

Arman Eshaghi

unread,
May 24, 2014, 12:11:27 PM5/24/14
to nipy...@googlegroups.com
Hi,

I'm wondering whether there is a way to get command line output of a given node inside a workflow? something similar to function.cmdline() that outputs the command line when dealing with interfaces outside workflows. 

All the best,
Arman


Satrajit Ghosh

unread,
May 24, 2014, 12:18:28 PM5/24/14
to nipy-user
hi arman,

this is only possible after the node has received all it's inputs. it's saved in a file called command.txt in each node's working directory and also in it's provenance trail.

one thing we have contemplated augmenting is to hack the traits code to not raise an error when a required input is missing, but replace it with a string "$VARIABLE_NAME". this way would could potentially generate command lines without running the node.

cheers,

satra


--

---
You received this message because you are subscribed to the Google Groups "NiPy Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nipy-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages