-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
executable file
·62 lines (30 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
vasst-dev repository
Add the following to your ~/.bashrc file to set-up paths:
VASST_DEV_HOME=<path to your repository>/vasst-dev
if [ -f $VASST_DEV_HOME/init_vasst_dev.sh ]
then
. $VASST_DEV_HOME/init_vasst_dev.sh
fi
Add the following to your ~/.octaverc file:
addpath(genpath('<path to your repository>/tools/matlab'));
pipelines/
Description:
These are scripts/programs that are aware of the standardized pipeline folder structure and read/write data from/to the standardized folder structure. Writes to and reads from the current project folder, thus working directory should be the one where the subject ID folders are sub-directories.
e.g.:
preprocT1 subject14
Required arguments:
Subject ID(s) / Subject List
Required documentation:
General description
Input/output arguments
Optional arguments
List of software dependencies (e.g. FSL, Freesurfer, other tools)
List of prerequisite pipelines (e.g. pipelines that need to be run prior to this)
Standardized data inputs
Standardized data outputs
tools/
Description:
Various command-line tools where input and output files must be specified -- i.e. does not assume standardized pipeline folder structure.
e.g.: SegmentBrain <input brain nifti> <output brain segmentation nifti>
e.g.:
concatDWI in_dwi_shell1.nii.gz in_dwi_shell2.nii.gz out_dwi_multishell.nii.gz