Quick start

This page provides instruction for installing RAFT and running a demonstration workflow in a local environment.

Note

Before you begin, make sure the following are installed on your system:

  • Python 3.9+

  • Nextflow

  • Singularity or Apptainer

If any of these are missing, install them before running raft setup. See Running RAFT locally for more details.

Install RAFT

Users can install RAFT using

$ pip install --user reproducible-analyses-framework-and-tools

Initialize a RAFT workspace

RAFT can be initialized in the current directory using:

$ raft setup --default

Run a demonstration workflow

Run a demo workflow:

$ raft run-demo --workflow lens --version v1.9-dev

View example report

An example of a report can be viewed using:

$ raft generate-reports --demo

Note

A hosted example report using synthetic data is available here.

Run on your own data

Once you’re ready: