- 🐍 📦
narps_open/
contains the Python package with all the pipelines logic. - 🧠
data/
contains data that is used by the pipelines, as well as the (intermediate or final) results data. Instructions to download data are available in INSTALL.md. - 📘
docs/
contains the documentation for the project. Start browsing it with the entry point docs/README.md - 📙
examples/
contains notebooks examples to launch of the reproduced pipelines. - 🔬
tests/
contains the tests of the narps_open package.