This guide is for the impatient to get you up and running as quickly as possible. Make sure to read the full guide to learn about all the options that the pipeline exposes.
GABI provides software on-the-fly. Use whatever profile (-profile) is appropriate for your system:
- conda
- apptainer
- singularity
- docker
- podman
We will use -profile apptainer for the examples below. Use a container framework over conda, if at all possible.
Follow these three steps to run the integrated test and verify your installation:
nextflow run marchoeppner/gabi -profile apptainer \
--reference_base /path/to/references \
--build_references \\
--run_name build
-r mainThis will download and install the pipeline references to /path/to/references (choose an appropriate path here).
nextflow run marchoeppner/gabi -profile apptainer,test \
--reference_base /path/to/references \
-r mainThe integrated test simply downloads a set of Illumina WGS reads from ENA and assembles them.
There is no step three. Continue with our full user guide, read more about the outputs and also make sure to double-check the installation guide to learn how to set up a more specific profile for your local system.