Metadata-Version: 2.1
Name: bbrc-bx
Version: 0.0.6
Summary: BarcelonaBeta + XNAT = bx
Home-page: https://gitlab.com/xgrg/bx
Author: Greg Operto
Author-email: goperto@barcelonabeta.org
License: UNKNOWN
Download-URL: https://gitlab.com/xgrg/bx/-/archive/v0.0.6/bx-v0.0.6.tar.gz
Description: # bx
        
        [![pipeline status](https://gitlab.com/xgrg/bx/badges/master/pipeline.svg)](https://gitlab.com/xgrg/bx/commits/master)
        [![coverage report](https://gitlab.com/xgrg/bx/badges/master/coverage.svg)](https://gitlab.com/xgrg/bx/commits/master)
        
        
        BarcelonaBeta + XNAT = BX
        
        
        ## Usage
        
        ```
        bx <command> <subcommand> <resource_id> --config /path/to/.xnat.cfg --dest /tmp [--overwrite]
        ```
        
        ### Examples:
        
        ```
        bx spm12 volumes <resource_id>
        ```
        
        ```
        bx spm12 files <resource_id>
        ```
        
        ```
        bx spm12 report <resource_id>
        ```
        
        ```
        bx spm12 tests <resource_id>
        ```
        
        ```
        bx freesurfer6 aseg <resource_id>
        ```
        
        ```
        bx freesurfer6 aparc <resource_id>
        ```
        
        ```
        bx freesurfer6 hippoSfVolumes <resource_id>
        ```
        
        ```
        bx freesurfer6 files <resource_id>
        ```
        
        ```
        bx mrdates <resource_id>
        ```
        
        ## Dependencies
        
        Requires the `bbrc` branch of [`pyxnat`](https://gitlab.com/xgrg/pyxnat).
        
        
        ## Install
        
        ```
        pip install bbrc-bx
        ```
        
        ## Development
        
        Please contact us for details on how to contribute.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
