Noah is a project management tool specifically designed for bioinformatics projects. It enables reproducible analysis of
large datasets, making it effortless to share and collaborate with others.
Features
A human-readable configuration file
Git integration
Guaranteed reproducibility and portability
Managing data, containers, and workflows, all in one place
Installation
The easiest way to install Noah is to use pip:
pip install noah-cli
Quickstart
To get started with Noah, use the noah init command to create a new project:
noah init my_project # This will by default create a Git repository
cd my_project
To add a new dataset to your project, use the noah add command:
noah add SRP123456 # ENCSR123ABC, GSE123456, etc. are also supported
Noah
Noah is a project management tool specifically designed for bioinformatics projects. It enables reproducible analysis of large datasets, making it effortless to share and collaborate with others.
Features
Installation
The easiest way to install Noah is to use pip:
Quickstart
To get started with Noah, use the
noah initcommand to create a new project:To add a new dataset to your project, use the
noah addcommand:You can also add privately hosted datasets:
If you share your project with others, they can easily retrieve the datasets you added:
For more information, please refer to examples.
License
This project is licensed under the MIT license. See LICENSE for details.