• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

neurospin-deepinsight / brainprep / 20304982320

16 Dec 2025 02:07PM UTC coverage: 79.341% (-0.1%) from 79.472%
20304982320

push

github

AGrigis
brainprep/cli: update CLI.

0 of 4 new or added lines in 1 file covered. (0.0%)

16 existing lines in 1 file now uncovered.

1444 of 1820 relevant lines covered (79.34%)

0.79 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/brainprep/cli.py
1
##########################################################################
2
# NSAp - Copyright (C) CEA, 2022 - 2025
3
# Distributed under the terms of the CeCILL-B license, as published by
4
# the CEA-CNRS-INRIA. Refer to the LICENSE file or to
5
# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
6
# for details.
7
##########################################################################
8

9
""" Provide a command line interface.
10
"""
11

NEW
12
def main():
×
NEW
13
    import fire
×
NEW
14
    import brainprep.workflow as wf
×
15

NEW
16
    fire.Fire({
×
17
        "subject-level-qa": wf.brainprep_quality_assurance,
18
        "group-level-qa": wf.brainprep_group_quality_assurance,
19
        "subject-level-defacing": wf.brainprep_defacing,
20
        "subject-level-quasiraw": wf.brainprep_quasiraw,
21
        "group-level-quasiraw": wf.brainprep_group_quasiraw,
22
        "subject-level-brainparc": wf.brainprep_brainparc,
23
        "group-level-brainparc": wf.brainprep_group_brainparc,
24
        "longitudinal-brainparc": wf.brainprep_longitudinal_brainparc,
25
        "subject-level-vbm": wf.brainprep_vbm,
26
        "group-level-vbm": wf.brainprep_group_vbm,
27
        "longitudinal-vbm": wf.brainprep_longitudinal_vbm,
28
        "subject-level-fmriprep": wf.brainprep_fmriprep,
29
    #    "tbss-preproc": wf.brainprep_tbss_preproc,
30
    #    "tbss": wf.brainprep_tbss,
31
        "subject-level-dmriprep": wf.brainprep_dmriprep,
32
        "group-level-dmriprep": wf.brainprep_group_dmriprep
33
    })
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc