Wiki source code of TVB PIPELINE

Version 22.1 by michaels on 2020/05/06 14:26

Show last authors
1 (% class="jumbotron" %)
2 (((
3 (% class="container" %)
4 (((
5 = From MRI to Functional and Structural Connectivity =
6
7 Neuroimaging data preprocessing pipeline
8
9 == [[Pipeline Video Tutorial>>https://drive.google.com/file/d/1VcXf3GX3KoihF4UzJQXzuGL4XWoqj5Jr/view||rel="noopener noreferrer" target="_blank"]] ==
10
11 == [[Direct link to notebook>>https://drive.ebrains.eu/#my-libs/lib/42ac27a5-981e-4cf6-8ec5-d67b0c24bf09/notebooks||target="_blank"]] ==
12
13
14 [[image:8677353.png||style="float:left"]]
15
16 == ==
17
18 == ==
19
20 == ==
21
22 == ==
23
24 == ==
25
26 == ==
27
28 == ==
29
30 == ==
31 )))
32 )))
33
34 (% class="row" %)
35 (((
36 (% class="col-xs-12 col-sm-8" %)
37 (((
38 == What can I find here? ==
39
40 * an IPython notebook that describes how to
41 ** use the TVB pipeline on one of the associated supercomputers using PyUnicore
42 ** upload model data to the supercomputer
43 ** set up and run the pipeline
44 ** download processing results
45
46 == How do I use it? ==
47
48 * the pipeline is implemented by three Docker containers (mrtrix3_connectome, fmriprep and tvb_converter)
49 * the containers are executed on supercomputers and operated via IPython notebooks
50 * Find the notebook by clicking on "Drive" in the left menu. The notebook is located in the folder "notebooks"
51 * Direct link to notebook: [[https:~~/~~/drive.ebrains.eu/#my-libs/lib/42ac27a5-981e-4cf6-8ec5-d67b0c24bf09/notebooks>>url:https://drive.ebrains.eu/#my-libs/lib/42ac27a5-981e-4cf6-8ec5-d67b0c24bf09/notebooks]]
52 * To use the notebook, download it onto your local filesystem, create a new Collab and upload it there.
53 * Then, head over to [[https:~~/~~/lab.ebrains.eu/>>url:https://lab.ebrains.eu/||rel="noopener noreferrer" target="_blank"]] to edit and run your notebook.
54 * Depending on whether you created a public or a private notebook it will be accessible in either "drive/Shared with all" or "drive/Shared with groups'"
55
56 == Metadata ==
57
58 * Partners: Charité Universitätsmedizin Berlin
59 * Developers: Michael Schirner (michael.schirner@charite.de), Paul Triebkorn
60 * Support: Petra Ritter (petra.ritter@charite.de)
61 * Homepage: [[https:~~/~~/www.brainsimulation.org>>url:https://www.brainsimulation.org/]]
62 * Documentation: [[https:~~/~~/drive.google.com/file/d/1VcXf3GX3KoihF4UzJQXzuGL4XWoqj5Jr/view>>https://drive.google.com/file/d/1VcXf3GX3KoihF4UzJQXzuGL4XWoqj5Jr/view]]
63 * Download as Docker image~: [[https:~~/~~/hub.docker.com/r/thevirtualbrain/tvb_converter>>url:https://hub.docker.com/r/thevirtualbrain/tvb_converter]]
64 * License: GPL3
65 * Version: 1.0
66
67 == Publications on TVB/brain model preprocessing ==
68
69 * [[https:~~/~~/www.ncbi.nlm.nih.gov/pubmed/25837600>>url:https://www.ncbi.nlm.nih.gov/pubmed/25837600]]
70 * [[https:~~/~~/www.ncbi.nlm.nih.gov/pubmed/27480624>>url:https://www.ncbi.nlm.nih.gov/pubmed/27480624]]
71 )))
72
73
74 (% class="col-xs-12 col-sm-4" %)
75 (((
76 {{box title="**Contents**"}}
77 {{toc/}}
78 {{/box}}
79
80
81 )))
82 )))
Public

TVB PIPELINE