BIDS-Apps/mindboggle

Name: mindboggle

Owner: BIDS Apps

Description: null

Created: 2016-08-02 20:59:32.0

Updated: 2017-01-12 11:53:06.0

Pushed: 2018-04-06 23:00:35.0

Homepage: null

Size: 38

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

mindboggle

Build Status

Description

The Mindboggle project's mission is to improve the accuracy, precision, and consistency of automated labeling and shape analysis of human brain image data. We promote open science by making all software, data, and documentation freely and openly available. For more information on mindboggle, check out the mindboggle website

Docker

To pull the docker image from Docker Hub, do

er pull bids/mindboggle

To run the docker, do:

er run -ti -v $PWD/ds114_test1:/home/jovyan/work/data bids/mindboggle /home/jovyan/work/data /home/jovyan/work/data/derivatives/ participant

Its important to mount to a directory in /home/jovyan/ because you are not root in this Docker image.

To use bash:

ker run -ti -v /Users/keshavan/Downloads/mindboggle_input_example/bids:/home/jovyan/work/data --entrypoint /bin/bash bids/mindboggle 

For developers, you can make changes to the Dockerfile, and build the docker image, by running

er build -t bids/mindboggle .
Acknowledgements

When using this app, please cite:

labeled brain images and a consistent human cortical labeling protocol.
 Klein, Jason Tourville. 2012. Frontiers in Brain Imaging Methods.
1. DOI: 10.3389/fnins.2012.00171
Error Reporting

Please report errors on the Issues page of this repository.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.