nf-core/ivar/variants @ 0.0.0-0c7146d
Summary
Call variants from a BAM file using iVar
Get started
Add the following snippet to your workflow script to include this module.
include { IVAR_VARIANTS } from 'nf-core/ivar/variants'
License
MIT License
Name
|
IVAR_VARIANTS |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
A sorted (with samtools sort) and trimmed (with iVar trim) bam file *.bam
|
fasta
file
|
The reference sequence used for mapping and generating the BAM file *.fa
|
|---|
fai
file
|
The index for the reference sequence used for mapping and generating the BAM file *.fai
|
|---|
gff
file
|
A GFF file in the GFF3 format can be supplied to specify coordinates of open reading frames (ORFs). In absence of GFF file, amino acid translation will not be done. *.gff
|
|---|
save_mpileup
boolean
|
Save mpileup file generated by ivar variants *.mpileup
|
|---|
tsv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.tsv
file
|
iVar generated TSV file with the variants *.tsv
|
mpileup
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.mpileup
file
|
mpileup output from samtools mpileup [OPTIONAL] *.mpileup
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| ivar | iVar - a computational package that contains functions broadly useful for viral amplicon-based sequencing. | https://github.com/andersen-lab/ivar |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:11:17 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fivar%2Fvariants/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/ivar/variants/blobs/sha256:0258506034eb20787d08261cecd04261148263c7036ddac7a0421e9731600c8f |
| Size | 2.9 KB |
| Checksum | sha256:0258506034eb20787d08261cecd04261148263c7036ddac7a0421e9731600c8f |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:26:14 (UTC) | 3 | 2.9 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:18:17 (UTC) | 3 | 2.9 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:11:17 (UTC) | 3 | 2.9 KB |