Advertisement
rherrick

Vanilla schedule/XnatPipelineLauncher results

Sep 10th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. [hudson@hudson03 pipeline]$ /opt/xnat_test/xnat/pipeline/bin/schedule /opt/xnat_test/xnat/pipeline/bin/XnatPipelineLauncher
  2. Missing required arguments
  3. XNATPipelineLauncher
  4. Options:
  5. -log <path to log4j.properties file>
  6. -pipeline <path to pipeline xml file>
  7. -config: Properties configuration file
  8. -parameter: FORMAT: <param name>=<comma separated values>
  9. eg: -parameter mpr=4,5,6
  10. -parameterFile: Path to parameters xml
  11. eg: -parameterFile /data/analysis/Parameters.xml
  12. -dataType: XNAT Data type for which pipeline has been launched
  13. -id: XNAT ID which uniquely identifies the dataType
  14. -label: XNAT Label for the dataType
  15. -project: XNAT Project to which this id belongs
  16. -u: XNAT username
  17. -pwd: XNAT password
  18. -host: URL to XNAT based Website
  19. -aliasHost: URL to XNAT based Alias Website
  20. -useAlias: Force to use aliasHost and not host
  21. -startAt: (optional) Step to start pipeline at --
  22. -catalogPath: Root path relative to which Pipeline XML's are located
  23. -notify: (optional) Email Ids to which notifications are to be sent
  24. -supressNotification: (optional) Pipeline completion emails will be supressed
  25. -workFlowPrimaryKey <Integer value>: (preferred) Workflow entry will be updated using the primary key
  26. -help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement