This pipeline can be directly used on GG02. To envoke the pipeline please make sure you have nextflow available in your path. You may use the following guide to help you configure nextflow for your account.
To see if this pipeline works on your account simply run the following command on your terminal:
nextflow run bixBeta/nextflow -r main --help
If successful, you may see the following output on your terminal console:
N E X T F L O W ~ version 25.10.0
Pulling bixBeta/nextflow ...
downloaded from bixBeta/nextflow.git
Launching `bixBeta/nextflow` [peaceful_nobel] DSL2 - revision: ... [main]
R N A - S E Q W O R K F L O W - @bixBeta
=======================================================================================================================================================================
Usage:
nextflow run bixBeta/nextflow -r main < args ... >
Args:
* --listGenomes : Get extended list of genomes available for this pipeline
* --id : TREx Project ID
* --sheet : sample-sheet.csv < default: looks for a file named sample-sheet.csv in the project dir >
...
It is always a good idea to run the pull command before executing the pipeline. This will ensure that the user is using the latest branch version of the pipeline. Use the following command to ensure the usage of the latest version of the pipeline:
nextflow pull bixBeta/nextflow -r main
TREx Workflow:

