-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
lindenb
Oct 6, 2022
Replies: 1 comment 5 replies
-
use a VCFFileReader + query https://samtools.github.io/htsjdk/javadoc/htsjdk/htsjdk/variant/vcf/VCFFileReader.html#query-java.lang.String-int-int- , and loop over the iterator/Variant
this is then just basic programming... |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
lbergelson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use a VCFFileReader + query https://samtools.github.io/htsjdk/javadoc/htsjdk/htsjdk/variant/vcf/VCFFileReader.html#query-java.lang.String-int-int- , and loop over the iterator/Variant
this is then just basic programming...