×

nf-core/lofreq/callparallel @ 0.0.0-6c4ed3a

It predicts variants using multiple processors

Latest version: 0.0.0-6c4ed3a
Total downloads: 9
Source: nf-core/modules

Summary

It predicts variants using multiple processors

Get started

Add the following snippet to your workflow script to include this module.

include { LOFREQ_CALLPARALLEL } from 'nf-core/lofreq/callparallel'

License

MIT License

Process
Name LOFREQ_CALLPARALLEL
Input 3 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test' ]

bam file

Tumor sample sorted BAM file

*.{bam}
bai file

BAM index file

*.{bam.bai}
intervals file

BED file containing target regions for variant calling

*.{bed}
#2 tuple
meta2 map

Groovy Map containing sample information about the reference fasta e.g. [ id:'reference' ]

fasta file

Reference genome FASTA file

*.{fasta}
#3 tuple
meta3 map

Groovy Map containing sample information about the reference fasta fai e.g. [ id:'reference' ]

fai file

Reference genome FASTA index file

*.{fai}
Output 3 channels
#1 tbi tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.vcf.gz.tbi file

Index of vcf file

*.{vcf.gz.tbi}
#2 vcf tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.vcf.gz file

Predicted variants file

*.{vcf}
#3 versions
versions.yml file

File containing software versions

versions.yml
Tool Description Homepage
lofreq Lofreq is a fast and sensitive variant-caller for inferring SNVs and indels from next-generation sequencing data. It's call-parallel programme predicts variants using multiple processors https://csb5.github.io/lofreq/
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:27:55 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Flofreq%2Fcallparallel/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/lofreq/callparallel/blobs/sha256:9acef4cc56e98383dc368af1d7546651f4bb96c992f78121e807d2dd24d2893e
Size 3.0 KB
Checksum sha256:9acef4cc56e98383dc368af1d7546651f4bb96c992f78121e807d2dd24d2893e
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:27:55 (UTC) 3 3.0 KB
0.0.0-3fc6d40 22 Apr 2026 15:19:30 (UTC) 3 3.0 KB
0.0.0-0c7146d 08 Apr 2026 19:14:21 (UTC) 3 2.9 KB