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:

  1. getting lists of subjects in project.
  2. getting list of pipelines added in project.
  3. 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

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -