Installation
Prerequisites
To run this pipeline, you need the following prerequisites:
Setup
Clone the repository for local installation:
git clone https://github.com/oucru-id/DENV-to-fhir-full.git cd DENVgenomicpipeline
Install Nextflow:
curl -s https://get.nextflow.io | bash
Testing the Nextflow install:
nextflow -vGet Access Token (FHIR Upload)
python scripts/get_access_token.py
Basic Run
nextflow run main.nf
Run with FHIR Upload
Get the access token first before running with upload.
nextflow run main.nf \
--fhir_server_url "https://<BASE_URL>/fhir"