Changes between Version 17 and Version 18 of net.sf.basedb.varsearch
- Timestamp:
- Dec 21, 2021, 9:24:03 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
net.sf.basedb.varsearch
v17 v18 6 6 be used on the Relax server. 7 7 8 The search engine takes the filtered VCF files (`variants-filtered.vcf`) 9 that are linked to the `VariantCall` raw bioassays and creates a searchable 10 index for all variants. The indexing and search functionality is provided 11 by Apache Lucene. 8 The search engine takes the filtered VCF files (`variants-filtered.vcf`), raw/annotated VCF files (`variants-annotated.vcf`) and genotyping VCF files (`genotype_*.vcf`) that are linked to the `VariantCall` raw bioassays and creates a searchable index for all variants. The indexing and search functionality is provided by Apache Lucene. 12 9 13 10