Installation

Prerequisites

To run this pipeline, you need the following prerequisites:

Setup

  1. Clone the repository for local installation:

    git clone https://github.com/oucru-id/DENV-to-fhir-full.git
    cd DENVgenomicpipeline
    
  2. Install Nextflow:

    curl -s https://get.nextflow.io | bash
    
  3. Testing the Nextflow install:

    nextflow -v
    
  4. Get Access Token (FHIR Upload)

python scripts/get_access_token.py
  1. Basic Run

nextflow run main.nf
  1. Run with FHIR Upload

Get the access token first before running with upload.

nextflow run main.nf \
  --fhir_server_url "https://<BASE_URL>/fhir"