Workflows

What is a Workflow?
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
...
Powered by
(v.1.16.0-main)
Copyright © 2008 - 2024 The University of Manchester and HITS gGmbH