nf-core/varlociraptor/estimatealignmentproperties @ 0.0.0-6c4ed3a
Summary
In order to judge about candidate indel and structural variants, Varlociraptor needs to know about certain properties of the underlying sequencing experiment in combination with the used read aligner.
Get started
Add the following snippet to your workflow script to include this module.
include { VARLOCIRAPTOR_ESTIMATEALIGNMENTPROPERTIES } from 'nf-core/varlociraptor/estimatealignmentproperties'
License
MIT License
Process
Name
|
VARLOCIRAPTOR_ESTIMATEALIGNMENTPROPERTIES |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
Sorted BAM/CRAM/SAM file *.{bam,cram,sam}
|
bai
file
|
Index of sorted BAM/CRAM/SAM file *.{bai,crai,sai}
|
fasta
file
|
Reference fasta file *.{fasta}
|
fai
file
|
Index for reference fasta file (must be with samtools index) *.{fai}
|
Output
2 channels
#1
versions_varlociraptor
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
varlociraptor
string
|
The tool name |
varlociraptor --version | sed 's/^varlociraptor //'
string
|
The command used to generate the version of the tool |
#2
alignment_properties_json
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.alignment-properties.json
file
|
File containing alignment properties *.alignment-properties.json
|
| Tool | Description | Homepage |
|---|---|---|
| varlociraptor | Flexible, uncertainty-aware variant calling with parameter free filtration via FDR control. | https://varlociraptor.github.io/docs/estimating/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:51:47 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fvarlociraptor%2Festimatealignmentproperties/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/varlociraptor/estimatealignmentproperties/blobs/sha256:a22d8fd284f51694a913f7370e5073b4705b5c8b7d9de9a6ba9c3d5977a812c0 |
| Size | 2.8 KB |
| Checksum | sha256:a22d8fd284f51694a913f7370e5073b4705b5c8b7d9de9a6ba9c3d5977a812c0 |
| Downloads | 2 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:51:47 (UTC) | 2 | 2.8 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:45:27 (UTC) | 1 | 2.8 KB |