nireports.assembler.tools module

Utilities for the assembler module.

nireports.assembler.tools.generate_reports(subject_list, output_dir, run_uuid, bootstrap_file=None, work_dir=None)[source]

Execute run_reports on a list of subjects.

nireports.assembler.tools.run_reports(out_dir, subject_label, run_uuid, bootstrap_file=None, reportlets_dir=None)[source]

Run the reports.

Examples

>>> run_reports(testdir / 'out' / 'nireports', '01', 'madeoutuuid',
...             reportlets_dir=testdir / 'work' / 'reportlets' / 'nireports')
0