Skip to main content

Organise and transfer scientific projects in BIDS format

Project description

DataShuttle

Datashuttle is a work in progress and is currently in alpha release v0.1.0.

datashuttle_figure_machines

Datashuttle includes tools for automated generation and transfer of neuroscience project folders formatted to the SWC-Blueprint 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 DataShuttle Documentation 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.0.tar.gz (324.0 kB view hashes)

Uploaded Source

Built Distribution

datashuttle-0.1.0-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