<img alt="nf-core/longraredisease" src="docs/images/nf-core-longraredisease_logo_light.png">
<img alt="nf-core/longraredisease" src="docs/images/nf-core-longraredisease_logo_light.png">
Introduction
nf-core/longraredisease is a specialized bioinformatics pipeline for structural variant (SV) detection and clinical interpretation from long-read sequencing data (Oxford Nanopore and PacBio). Designed for rare disease diagnostics, it delivers high-confidence variant discovery through multi-caller consensus, family-based analysis, and phenotype-driven prioritization.

The pipeline supports:
- Multi-caller SV consensus — Sniffles, CuteSV, SVIM with JASMINE merging
- Phase-aware calling — Haplotype-resolved SV detection using LongPhase
- Family analysis — Trio-based joint calling and de novo variant detection
- Clinical annotation — AnnotSV with disease database integration
- Phenotype prioritization — SVANNA-based ranking using HPO terms
- Optional analyses — SNVs (Clair3/DeepVariant), CNVs (Spectre/HiFiCNV), STRs (Straglr), Methylation (Modkit)
Usage
[!NOTE] If you are new to Nextflow and nf-core, please refer to this page on how to set-up Nextflow. Make sure to test your setup with
-profile testbefore running the workflow on actual data.
First, prepare a samplesheet with your input data:
sample_id,file_path,hpo_terms,sex,phenotype,family_id,maternal_id,paternal_id
sample1,/path/to/sample1.bam,HP:0002721;HP:0002110,1,2,,,
Now, you can run the pipeline using:
nextflow run nf-core/longraredisease \
-profile \
--input samplesheet.csv \
--outdir \
--fasta reference.fasta \
--sequencing_platform ont
[!WARNING] Please provide pipeline parameters via the CLI or Nextflow
-params-fileoption. Custom config files including those provided with the-cNextflow option can be used to provide any configuration except for parameters; see docs.
For more details on pipeline usage and parameters, see docs/usage.md.
Pipeline output
To see the results of an example test run with a full size dataset refer to the results tab on the nf-core website pipeline page. For more details about the output files and reports, please refer to docs/output.md.
Credits
nf-core/longraredisease was originally written by nourmahfel.
We thank the following people for their extensive assistance in the development of this pipeline:
Contributions and Support
If you would like to contribute to this pipeline, please see the contributing guidelines.
For further information or help, don't hesitate to get in touch on the Slack #longraredisease channel (you can join with this invite).
Citations
If you use nf-core/longraredisease for your analysis, please cite it using the following doi: 10.5281/zenodo.XXXXXXX
An extensive list of references for the tools used by the pipeline can be found in the CITATIONS.md file.
You can cite the nf-core publication as follows:
The nf-core framework for community-curated bioinformatics pipelines.
Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.
Nat Biotechnol. 2020 Feb 13. doi: 10.1038/s41587-020-0439-x.
Version History
1.0.0 (earliest) Created 28th Jun 2026 at 03:08 by WorkflowHub Bot
Updated to 1.0.0
Frozen
1.0.0
f40870f
Creators and SubmitterCreators
Not specifiedSubmitter
Views: 45 Downloads: 6
Created: 28th Jun 2026 at 03:08
TagsThis item has not yet been tagged.
AttributionsNone
View on GitHub
Tests