nf-core/jvarkit/vcffilterjdk @ 0.0.0-6c4ed3a
Summary
Filtering VCF with dynamically-compiled java expressions
Get started
Add the following snippet to your workflow script to include this module.
include { JVARKIT_VCFFILTERJDK } from 'nf-core/jvarkit/vcffilterjdk'
License
MIT License
Name
|
JVARKIT_VCFFILTERJDK |
|---|
meta
map
|
Groovy Map containing VCF information e.g. [ id:'test_reference' ] |
|---|---|
vcf
file
|
Input VCF/BCF file *.{vcf,bcf,vcf.gz,bcf.gz}
|
tbi
file
|
Optional VCF/BCF index file *.{tbi,csi}
|
regions_file
file
|
Optional. Restrict to regions listed in a file *.{bed,bed.gz,txt,tsv}
|
meta2
map
|
Groovy Map containing fasta information e.g. [ id:'test_reference' ] |
|---|---|
fasta
file
|
Fasta reference file *.fasta
|
meta3
map
|
Groovy Map containing fasta.fai information e.g. [ id:'test_reference' ] |
|---|---|
fai
file
|
Fasta file index *.fasta.fai
|
meta4
map
|
Groovy Map containing fasta.dict information e.g. [ id:'test_reference' ] |
|---|---|
dict
file
|
GATK sequence dictionary *.dict
|
meta5
map
|
Groovy Map containing code information e.g. [ id:'test_reference' ] |
|---|---|
code
file
|
File containing custom user code . May be empty if script if provided via *.{code,script,txt,tsv,java,js}
|
meta6
map
|
Groovy Map containing pedigree information e.g. [ id:'test_reference' ] |
|---|---|
pedigree
file
|
Optional jvarkit pedigree. *.{tsv,ped,pedigree}
|
csi
tuple
meta
map
|
Groovy Map containing VCF information e.g. [ id:'test', single_end:false ] |
|---|---|
*.csi
file
|
Default VCF file index *.csi
|
tbi
tuple
meta
map
|
Groovy Map containing VCF information e.g. [ id:'test', single_end:false ] |
|---|---|
*.tbi
file
|
Alternative VCF file index *.tbi
|
vcf
tuple
meta
map
|
Groovy Map containing VCF information e.g. [ id:'test', single_end:false ] |
|---|---|
*.${extension}
file
|
VCF filtered output file *.{vcf,bcf,vcf.gz,bcf.gz}
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| jvarkit | Java utilities for Bioinformatics. | https://github.com/lindenb/jvarkit |
| bcftools | View, subset and filter VCF or BCF files by position and filtering expression. Convert between VCF and BCF | http://samtools.github.io/bcftools/bcftools.html |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:26:28 (UTC) |