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
When I call datalad xnat-init without a project specification or datalad xnat-update without a subject specification, the resulting list of available projects/subjects can flood the terminal if it is a large server or project.
datalad -c datalad.credentials.force-ask=1 xnat-init https://xnat.kube.fz-juelich.de 1 !
You need to authenticate with 'xnat.kube.fz-juelich.de' credentials. https://xnat.kube.fz-juelich.de/app/template/Register.vm provides information on how to gain access
user: a.wagner
password:
password (repeat):
No project name specified. The following projects are available on https://xnat.kube.fz-juelich.de for user a.wagner:
1000BRAINS
3T_invivo
4T_invivo
7T_Neuner
7T_clinical
7T_invivo
9komma4
DINH
INM1_CON100
INM1_DTAGE
INM1_DTAGE2
INM1_INCAGE
INM3_AMATE-Z
INM3_CC
INM3_Connect
INM3_INDU
INM3_ITHFA
INM3_JA
INM3_OMEGA
INM3_PIRCEM
INM3_Reversal
INM3_SORELOX
INM3_SRT-Age
INM3_SRT-fAge
INM7_MOVIES
MNI
Pharmacophore1
QA
QUANT_NOT
TB1
TQA
X_CC
animal
chervakov
jmauler
kmoellenhoff
mr_contrast
mr_diff
mr_hw
mr_pet
mr_phase
mr_qi
mr_seq
mschwerter
phantoms
postmortem
rbuschbeck
rtfmri_phg
shaddo1
shaddo2
wworthoff
zabbas
I wonder if we can make this rendering more clever. Maybe with a datalad xnat-* --report argument that returns this list and doesn't otherwise.
What would be really amazing to have is a prompt that lets me select the project or subject to init/update.
The text was updated successfully, but these errors were encountered:
When I call
datalad xnat-init
without a project specification ordatalad xnat-update
without a subject specification, the resulting list of available projects/subjects can flood the terminal if it is a large server or project.or for
update
:I wonder if we can make this rendering more clever. Maybe with a
datalad xnat-* --report
argument that returns this list and doesn't otherwise.What would be really amazing to have is a prompt that lets me select the project or subject to
init
/update
.The text was updated successfully, but these errors were encountered: