Workflows
What is a Workflow?Filters
Query
Created At
Updated At
Workflow type
Python1
Submitter
Tobias Bachmann1
Team
CPM1
Space
Independent Teams1
Creator
Tobias Bachmann1
Maturity
Work-in-progress1
1
Workflow visible to you, out of a total of 1
Work-in-progress
Installation
Other than cloning this repository, you need to have bash installed (which is most likely the case if you use Linux, *BSD or even MacOS). For the Python code, the arguably easiest and cleanest way is to set up a Python virtual environment and install the dependencies there:
$ python3 -m venv ./hcp-suite-venv # Setup the virtual environment
$ source ./hcp-suite-venv/bin/activate # Activate the virtual environment
$ pip install pandas pingouin networkx nilearn nibabel ray
...