https://github.com/coganlab/bids_coding

A conversion script designed to enable fast conversion of large neuro data sets

https://github.com/coganlab/bids_coding

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary

Keywords

bids-converter python
Last synced: 6 months ago · JSON representation

Repository

A conversion script designed to enable fast conversion of large neuro data sets

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 4
  • Open Issues: 17
  • Releases: 0
Topics
bids-converter python
Created almost 5 years ago · Last pushed 7 months ago
Metadata Files
Readme License

README.md

Work in Progress

See issues for updates on code completion progress

example workflow example workflow

BIDS_coding

These scripts are intended for the creation and manipulation of BIDS compliant IEEG data set to the new specifications. Currently focused on EEG data type conversion, although multi-echo MRI data is also supported. For more conventional fMRI type BIDS conversions it is recommended you first look at BIDScoin as it has great general coverage than this repository.

Each python script can be run repreatedly using an iterator shell script like the one within the bids converter. They can also be run in the command line and will automatically iterate through a whole dataset if the top folder is indicated in the command.

BIDS_converter methodology is based off of this project

Dependencies

Software (as needed only): Afni, Freesurfer, Fsl, Anaconda (python 3.8)

Python packages:

boto3, pathlib, pybids, pydicom, nipype, pip, tedana, scipy

Optional python packages

bids-validator

Ubuntu packages:

dcm2niix, pigz

Host Requirements

Linux:

xauth

Mac:

xQuartz

The Lab

https://www.coganlab.org/

Owner

  • Name: coganlab
  • Login: coganlab
  • Kind: organization
  • Email: coganlab_github@googlegroups.com
  • Location: United States of America

GitHub Events

Total
  • Watch event: 1
  • Push event: 19
  • Fork event: 2
  • Create event: 3
Last Year
  • Watch event: 1
  • Push event: 19
  • Fork event: 2
  • Create event: 3

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 49
  • Total pull requests: 56
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 4 days
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 0.45
  • Average comments per pull request: 0.04
  • Merged pull requests: 48
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 minutes
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Aaronearlerichardson (27)
  • coganlab (1)
  • jimzhang629 (1)
Pull Request Authors
  • Aaronearlerichardson (36)
  • jimzhang629 (2)
  • TrellixVulnTeam (1)
Top Labels
Issue Labels
enhancement (15) bug (5)
Pull Request Labels

Dependencies

.github/workflows/Ubuntu_test.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/Windows_test.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
envs/requirements.txt pypi
  • bids >=0.0
  • exrex >=0.10.5
  • matgrab >=0.0.8
  • nibabel >=3.2.1
  • numpy >=1.19.2
  • pandas >=1.1.3
  • pyEDFlib >=0.1.22
  • pybids >=0.13
  • pydicom >=2.1.2
  • pytest *
  • scipy <=1.6.2
  • typing >=3.7.4
envs/environment.yml pypi