opencb / hpg-bigdata

This repository implements converters and tools for working with NGS data in HPC or Hadoop cluster
Apache License 2.0
17 stars 14 forks source link

Implent the VariantDataset typeFilter to query for SNP, SNV,... #64

Closed jtarraga closed 8 years ago

jtarraga commented 8 years ago

In order to offer a rich API for VariantDataset , it should implement the VariantDataset 'typeFilter' that allows users to query for type of variant, e.g.: 'SNP', 'SNV', 'INDEL',...

public VariantDataset typeFilter(String value); public VariantDataset typeFilter(List values);