Skip to main content

Organise and transfer scientific projects in BIDS format

Project description

DataShuttle

Datashuttle is a work in progress as has not been officially released. It is not ready for use as documented, please await first official release.

Datashuttle includes tools for automated generation and transfer of neuroscience project folders formatted to the SWC-BIDS specification.

  • Manage files across multiple data-collection computers by synchronising all data to with a centrally stored project.

  • Simplify data transfers by selecting only a sub-set of data to move (e.g. specific subjects, sessions or data types)

See the [Documentation Page] for more information, including how to [Get Started]

Installation

DataShuttle is hosted on PyPI and can be installed with pip.

pip install datashuttle

Datashuttle required Rclone for data transfers. The easiest way to install Rclone is using Miniconda:

conda install -c conda-forge rclone

See the Rclone website for alternative installation methods.

SWC-BIDS Folder Tree

DataShuttle project folders are managed according to SWC-BIDS (example below). See the SWC-BIDS specification for more details.

└── project_name/
    └── raw_data/
        ├── sub-001/
        │   └── ses-001/
        │   │   ├── ephys/
        │   │   └── behav/
        │   └── histology/
        └── sub-002/
            └── ses-001/
            │   ├── behav/
            │   └── imaging/
            └── ses-002/
            │   └── behav/
            └── histology/
└── project_name/
    └── rawdata/
        ├── sub-001  /
        │   ├── ses-001/
        │   │   ├── ephys
        │   │   └── behav
        │   └── histology
        └── sub-002/
            ├── ses-001/
            │   ├── behav
            │   └── imaging
            ├── ses-002/
            │   └── behav
            └── histology

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datashuttle-0.1.0rc1.tar.gz (319.8 kB view hashes)

Uploaded Source

Built Distribution

datashuttle-0.1.0rc1-py3-none-any.whl (48.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page