You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing this code. I just wanted to ask if the pipeline only works for XNAT 1.7 or it is functioning on earlier versions as well.
I installed it on XNAT 1.6, but apparently, there is some problem in the early stages of applying the code to the data. The process takes forever to be run and no bids package is generated.
Thanks,
Maryam
The text was updated successfully, but these errors were encountered:
Thanks for your comment. Unfortunately it will need some modifications to work properly under XNAT 1.6.x. In our case (our XNAT instance) after update form 1.6 to 1.7 every installed pipeline needed some adjustments in code in order to work properly. From what I remember I had to change some paths and also XNATRestClient was replaced with XNATDataClient (parameters and usage differs). You should find more information about changes in XNAT wiki/documentation or XNAT_discussion google group. If you adapt this code according to 1.6 standards, it should work.
On Fri, Jul 20, 2018 at 11:55 AM Kamil Lipiński ***@***.***> wrote:
Hi Maryam,
Unfortunately it will need some modifications to work properly under XNAT
1.6.x. In our case (our XNAT instance) after update form 1.6 to 1.7 every
pipeline needed some adjustments in code in order to work properly. From
what I remember I had to change some paths and also XNATRestClient was
replaced with XNATDataClient (parameters and usage differs). You should
find more information about changes in XNAT wiki/documentation or
XNAT_discussion google group. If you adapt this code according to 1.6
standards, it should work.
Best,
Kamil
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ASsIdm2IAFI8k3RNwhD0kB5KaPabXdH8ks5uIf1lgaJpZM4TYkzU>
.
Hi Kamil,
Thanks for sharing this code. I just wanted to ask if the pipeline only works for XNAT 1.7 or it is functioning on earlier versions as well.
I installed it on XNAT 1.6, but apparently, there is some problem in the early stages of applying the code to the data. The process takes forever to be run and no bids package is generated.
Thanks,
Maryam
The text was updated successfully, but these errors were encountered: