Code Monkey home page Code Monkey logo

workshop_cimh's Introduction

logo

"What's in this repository?"

This repository contains the skeleton for the CIMH neuroimaging workshop.

Credits

This repository was created using the G0RELLA template DOI

"I have some questions..."

Open an issue on this repository and someone will try and get back to you as soon as possible!

workshop_cimh's People

Contributors

caggursoy avatar johanneswiesner avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

caggursoy

workshop_cimh's Issues

Need to use winpty for docker in Git Bash under Windows

if [[ "$OSTYPE" == "linux-gnu"* ]]; then
	singularity run -B /zi-flstorage/group_csp/analyses/johannes.wiesner/projects/hcp_project/code/:/home/neuro/workdir \
	-B /zi-flstorage/group_csp/open_access_datasets/humanconnectome/raw_data/:/data \
	-B /zi-flstorage/group_csp/open_access_datasets/humanconnectome/derivatives/:/output \
	/csp-tools/singularity_images/csp_neurodocker/csp.sif jupyter-lab --notebook-dir=/home/neuro/workdir
elif [[ "$OSTYPE" == "msys" ]]; then
	winpty docker run -it --rm -v /C:/Users/Johannes.Wiesner/Documents/projects/hcp_project/code/:/home/neuro/workdir \
	-v /C:/Users/Johannes.Wiesner/Documents/projects/hcp_project/data/humanconnectome/raw_data/:/data \
	-v /C:/Users/Johannes.Wiesner/Documents/projects/hcp_project/data/humanconnectome/derivatives/:/output \
	-p 8888:8888 johanneswiesner/csp:1.0.0 jupyter lab
fi

Do we need WSL+Datalad?

Workshop won't have an introduction to datalad so I guess we don't need users to install WSL+datalad?

Add ANTS + FSL

Add ANTS + FSL so we can run a minimal-preprocessing pipeline for the anatomical workflow

Do we need VSCode?

VSCode + Docker installation is nice, but if we only stick to jupyter-notebooks a docker image with jupyter-lab included would be sufficient?

Find another way to download the SPM auditory dataset that is equal to `nilearn.datasets.fetch_spm_auditory` but without using nilearn

Instead of adding a /data folder to the github repository, one should be able to use

https://nilearn.github.io/dev/modules/generated/nilearn.datasets.fetch_spm_auditory.html

to download the auditory spm dataset. The problem is that we need to find a way to retrieve this dataset without nilearn as we can't rely on people having python + nilearn installed before the workshop

Possible to download all the data before hand?

Currently, we use both

from nilearn.datasets import fetch_oasis_vbm and fetch_spm_auditor from nilearn to download data (functional and anatomical).

1.) That takes time during the workshop (would be nice if participants could do this beforehand)
2.) We cannot be sure that people end up with firewall-issues in the workshop (smarter to tell participants to download before workshop so we can debug stuff in case something goes wrong).

Do weed need python?

As long as there are no other workshops beside nipype + docker, we don't need a separate python installation but can just use a docker image.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.