python - Launch XNAT pipelina via REST -
i'm trying write script able launch pipelines added specific project (i.e. script replace user clicking on "build" every subject on specific project). in head dividing problem 3 tasks:
- getting lists of subjects in project.
- getting list of pipelines added in project.
- launch selected pipeline (which has present in list generated in 2) every subject (list collected in 1).
now, see it, i'm facing problems: 
 how list of subjects project? maybe using pyxnat easier... 
 how can retrieve list of pipelines added in project? 
 how can launch 1 pipeline on 1 subject (the same clicking build on mr report page) via rest-api? possible? 
  
 i'm using xnat 1.6.3 
 tomcat 6.0.41 
 , postgresql 9.1 
 on ubuntu 14.04
i hope question clear , time!!
i have no answers regarding pipelines, although figure can triggered via rest protocol. basic stuff, have @ pyxnat documentation https://pythonhosted.org/pyxnat/index.html#short-examples
Comments
Post a Comment