Skip to content

A free and open platform for analyzing and sharing neuroimaging data

License

Notifications You must be signed in to change notification settings

marielacour81/openneuro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

name
Introduction

CodeCov Coverage Status styled with prettier

About

OpenNeuro is a free and open platform for analyzing and sharing neuroimaging data. It is based around the Brain Imaging Data Structure specification.

Development setup

This project is managed with Lerna and Yarn. To get started, install Yarn and bootstrap the repo.

yarn install && yarn bootstrap

You can run tests with yarn test at the top level of the project. For each package, yarn test --watch will interactively run the tests for changes since the last commit.

Before starting up the services, you will need to copy the example .env.example file to .env and config.env.example to config.env. Many of the values are optional, and most that aren't have default values included in their .example file. The exception is JWT_SECRET in config.env, which you will need to set to a large random string.

docker-compose is used to run a local copy of all required services together.

# This will run docker-compose in the background (-d flag is --detach)
yarn start -d

For example, you can restart the server container with docker-compose restart server or view logs with docker-compose logs -f --tail=10 server.

Components

OpenNeuro Command-line utility tool

OpenNeuro supports a CLI tool based on nodejs for uploading and downloading OpenNeuro datasets.

About

A free and open platform for analyzing and sharing neuroimaging data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.9%
  • TypeScript 23.1%
  • SCSS 8.9%
  • Python 8.6%
  • HTML 2.4%
  • Shell 0.9%
  • Dockerfile 0.2%