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/tb-to-fhir-full.git cd tb-mutation-pipeline
Install Nextflow:
curl -s https://get.nextflow.io | bash
Testing the Nextflow install:
nextflow -v
Usage
Get 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"