-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUSAGE
executable file
·39 lines (27 loc) · 1.5 KB
/
USAGE
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
Pipeline for FINTA MultiBundle
======================================
USAGE
nextflow run main.nf --input ... [OPTIONAL_ARGUMENTS]
DESCRIPTION
--input=/path/to/[root] Root folder containing multiple subjects
[root]
├── S1
| ├── S1_0
| | └── Register_Streamlines
| | └── *.trk
| ├── S1_1
| ├── S1_2
| └── S1_3
└── S2
└── *
--subjects_config Path to subject config
--bundles_config Path to bundle config
OPTIONAL ARGUMENTS (current value)
--processes The number of parallel processes to launch ($cpu_count).
Only affects the local scheduler.
--output_dir Directory where to write the final results.
By default, will be in "./results"
NOTES
Use '-C config_file.config' to specify a non-default configuration file.
The '-C config_file.config' must be inserted after the nextflow call
like 'nextflow -C config_file.config run ...'.