Difference between revisions of "FAQ"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
'''How can I run a workflow using the command line?''' | '''How can I run a workflow using the command line?''' | ||
Call vistrails using the following options: | Call vistrails using the following options: | ||
<code>python vistrails.py -l -b path_to_vistrails_file -w pipeline </code> | <code>python vistrails.py -l -b path_to_vistrails_file -w pipeline </code> | ||
Where ''pipeline'' is a version number or a tag. | Where ''pipeline'' is a version number or a tag. |
Revision as of 22:40, 20 February 2007
How can I run a workflow using the command line? Call vistrails using the following options:
python vistrails.py -l -b path_to_vistrails_file -w pipeline
Where pipeline is a version number or a tag.