Filter VCF files with vembrane
filter vcf bcf genomics variant annotation
https://github.com/nf-core/modules/tree/master/modules/nf-core/vembrane/filter
0
1
expression
The filter expression can be any valid python expression that evaluates to a value of type bool. e.g. 'ANN["SYMBOL"] == "CDH2"'
Filter VCF/BCF files with Python expressions.
Ask a question on Slack
Open an issue on GitHub