-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbraph2helloworld_config.m
More file actions
47 lines (46 loc) · 1.79 KB
/
braph2helloworld_config.m
File metadata and controls
47 lines (46 loc) · 1.79 KB
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
distribution_name = 'Hello, World!';
distribution_moniker = 'helloworld';
pipeline_folders = {
'helloworld', ...
'hellouniverse' ...
};
braph2_version = 'heads/ywc-lite-genesis';
% Add here all included and excluded folders and elements
% '-folder' the folder and its elements will be excluded
%
% '+folder' the folder is included, but not its elements
% '+_ElementName.gen.m' the element is included,
% if the folder is included
%
% '+folder*' the folder and its elements are included
% '-_ElementName.gen.m' the element is excluded,
% if the folder and its elements are included
% (by default, the folders are included as '+folder*')
rollcall = { ...
'+util', '+_Exporter.gen.m', '+_Importer.gen.m', ...
'+ds*', '-ds_examples', ...
'-analysis', ...
'-atlas', ...
'-gt', ...
'-cohort', ...
'-nn', ...
'+gui', '+_ExporterPipelineBRAPH2.gen.m', '+_GUI.gen.m', '+_GUIElement.gen.m', ...
'+_GUIFig.gen.m', '+_GUILayout.gen.m', '+_ImporterPipelineBRAPH2.gen.m', ...
'+_Panel.gen.m', '+_PanelElement.gen.m', '+_PanelFig.gen.m', '+_PanelProp.gen.m', ...
'+_PanelPropItem.gen.m', '+_PanelPropString.gen.m', '+_Pipeline.gen.m', '+_PipelineCode.gen.m', ...
'+_PipelinePP_Notes.gen.m', '+_PipelinePP_PSDict.gen.m', '+_PipelineSection.gen.m', ...
'+_PanelPropStringTextArea.gen.m', ...
'-brainsurfs', ...
'-atlases', ...
'-graphs', ...
'-measures', ...
'-neuralnetworks', ...
'+pipelines', ...
'+helloworld*', '+hellouniverse*', ...
'+test*', ...
'-sandbox' ...
};
files_to_delete = { ...
['src' filesep 'gui' filesep 'test_GUIFig.m'], ...
['src' filesep 'gui' filesep 'test_PanelFig.m'], ...
};