The Mindboggle project has an updated website (http://mindboggle.info) with new documentation, including Docker installation instructions (thanks, @akeshavan!). Please take a look and give it a try! I would really appreciate as much feedback as possible before its upcoming launch. An article is under review documenting and evaluating Mindboggle’s open source software for extracting features and labels and analyzing their shapes. All data and documentation are available from a new Open Science Framework project page (https://osf.io/ydyxu/).
hi:
i am really confused about how to set the environment variables ,the website list below:
HOST=/Users/binarybottle # path on host to access input/output
DOCK=/home/jovyan/work # path to HOST from Docker container
IMAGE=$DOCK/example_mri_data/T1.nii.gz # input image on HOST
ID=arno # ID for brain image
my settings is:
HOST=/home/fuzhenrong
DOCK=/home/fuzhenrong/work
IMAGE=$DOCK/example_mri_data/T1.nii.gz
ID=arno
fuzhenrong is my hostname,but it run with errors; i really do not know what ID means? because i am a newbie! i am looking forward for your reply ! thank you!
good luck!
fuzhenrong
beihang university
Thank you! I have set the environment as
HOST=/home/fuzhenrong
DOCK=/home/jovyan/work
IMAGE=$DOCK/example_mri_data/T1.nii.gz
ID=arno
but when i trying to run the command on the website
docker run --rm -ti -v $HOST:$DOCK nipy/mindboggle $IMAGE --id $ID
it get errors.
traits.trait_errors.TraitError: The trait ‘T1_files’ of a ReconAllInputSpec instance is an existing file name, but the path ‘/home/jovyan/work/example_mri_data/T1.nii.gz’ does not exist.
in fact, the path is exist! why? thang you very much for your reply!
fuzhenrong
beihang university
This has grown into an issue – Could you please post the above as a mindboggle github issue?: https://github.com/nipy/mindboggle/issues and let’s take it from there!