Difference between revisions of "FAQ"

From VistrailsWiki
Jump to navigation Jump to search
(New page: '''How can I run a workflow using the command line?''' Call vistrails using the following options: <code>python vistrails.py -l -b path_to_vistrails_file -w pipeline </code> Where ''pipe...)
 
Line 2: Line 2:
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

Revision as of 22:39, 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.