Thanks,
Ben
--
You received this message because you are subscribed to the Google Groups "xnat_discussion" group.
To post to this group, send email to xnat_di...@googlegroups.com.
To unsubscribe from this group, send email to xnat_discussi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/xnat_discussion?hl=en.
--
You received this message because you are subscribed to the Google Groups "xnat_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xnat_discussi...@googlegroups.com.
To post to this group, send email to xnat_di...@googlegroups.com.
Visit this group at http://groups.google.com/group/xnat_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "xnat_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xnat_discussi...@googlegroups.com.
To post to this group, send email to xnat_di...@googlegroups.com.
Visit this group at http://groups.google.com/group/xnat_discussion.
For more options, visit https://groups.google.com/d/optout.
It shouldn’t be too difficult to implement, especially if we just looked for the pipeline parameter as form-encoded key-value pairs. I’ll have a look and see if I can slip it into 1.6.4 (end of week release date!).
Rick Herrick
Sr. Programmer/Analyst
Neuroinformatics Research Group
Washington University School of Medicine
It’s so not difficult that it’s already done. I totally forgot Flavin had done that! Man, I need to get something to keep track of all these things, like an issue tracker or wiki or something like that…
Rick Herrick
Sr. Programmer/Analyst
Neuroinformatics Research Group
Washington University School of Medicine
/data/archive/projects/somnonetz_test/pipelines/DicomToNifti/details
--
You received this message because you are subscribed to the Google Groups "xnat_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xnat_discussi...@googlegroups.com.
To post to this group, send email to xnat_di...@googlegroups.com.
Visit this group at http://groups.google.com/group/xnat_discussion.
For more options, visit https://groups.google.com/d/optout.
{xnat_builder}/plugin-resources/webapp/xnat/java/org/nrg/xnat/restlet/extensions/PipelineDetailsRestlet.java
Rick Herrick
Sr. Programmer/Analyst
Neuroinformatics Research Group
Washington University School of Medicine
http://{xnat}/data/{project}/archive_spec
Visit this group at https://groups.google.com/group/xnat_discussion.
To unsubscribe from this group and stop receiving emails from it, send an email to xnat_discussion+unsubscribe@
To unsubscribe from this group and stop receiving emails from it, send an email to xnat_discussion+unsubscribe@
would the mechanism using storeXML work on the 1.6.4.snapshot? I saw a mention here
curl -u $USERNAME:$PASSWORD "$host/data/projects/$projID/pipelines/$StepID/experiments/{$NotSureWhatIsHERE}?inbody=true" -X POST -d @paramsFile.xmlis there a better description how to use this facility? what should be in the $NotSureWhatIsHERE ??
I assume that pipelinename and stepID are synonyms
Also I tried this on our systemGET /data/services/workflows/{pipeline name}?display=LATEST&experiment={session id}and it returned an error. Is this something I did incorrectly or the version of xnat we have does not support functionality?
You asked a lot of questions; I’ll try to answer them all.
curl -u $USERNAME:$PASSWORD "$host/data/projects/$projID/pipelines/$StepID/experiments/{$NotSureWhatIsHERE}?inbody=true" -X POST -d @paramsFile.xml1. $NotSureWhatIsHERE should be the ID of an experiment (usually an image session).is there a better description how to use this facility? what should be in the $NotSureWhatIsHERE ??2. 1.6.4-SNAPSHOT can’t accept parameters when launching a pipeline, either in the query params or an xml file.
Also I tried this on our systemGET /data/services/workflows/{pipeline name}?display=LATEST&experiment={session id}and it returned an error. Is this something I did incorrectly or the version of xnat we have does not support functionality?As far as I know, that should work on your XNAT version. What error was returned? What did you put in for the pipeline name and session id?