nf-core/longphase/haplotag @ 0.0.0-6c4ed3a
Summary
LongPhase is an ultra-fast program for simultaneously co-phasing SNPs, small indels, large SVs, and (5mC) modifications for Nanopore and PacBio platforms.
Get started
Add the following snippet to your workflow script to include this module.
include { LONGPHASE_HAPLOTAG } from 'nf-core/longphase/haplotag'
License
MIT License
Name
|
LONGPHASE_HAPLOTAG |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
bam
file
|
Sorted BAM/CRAM file *.{bam,cram}
|
bai
file
|
Index of sorted BAM/CRAM file *.{bai,crai,csi}
|
snps
file
|
VCF file with SNPs (and INDELs) *.{vcf,vcf.gz}
|
svs
file
|
VCF file with SVs *.{vcf,vcf.gz}
|
mods
file
|
modcall-generated VCF with modifications *.{vcf,vcf.gz}
|
meta2
map
|
Groovy Map containing reference information e.g. |
|---|---|
fasta
file
|
Reference fasta file *.fasta
|
meta3
map
|
Groovy Map containing reference information e.g. |
|---|---|
fai
file
|
Reference fai index *.fai
|
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.{bam,cram}
file
|
BAM file with haplotagged reads *.bam
|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.log
file
|
Log file *.log
|
versions_longphase
tuple
${task.process}
string
|
The name of the process |
|---|---|
longphase
string
|
The name of the tool |
longphase --version | head -n 1 | sed 's/Version: //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| longphase | LongPhase is an ultra-fast program for simultaneously co-phasing SNPs, small indels, large SVs, and (5mC) modifications for Nanopore and PacBio platforms. | https://github.com/twolinin/longphase |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:28:02 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Flongphase%2Fhaplotag/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/longphase/haplotag/blobs/sha256:6d12f6381a2aa668dcba4f56c58f27a9557a45f13bd190b31d8d05323774c7b0 |
| Size | 3.5 KB |
| Checksum | sha256:6d12f6381a2aa668dcba4f56c58f27a9557a45f13bd190b31d8d05323774c7b0 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:28:02 (UTC) | 4 | 3.5 KB | |
| 0.0.0-0c7146d |