BCF2 encoder / decoder implement new site / genotype block organization
-- Supports final organization of data blocks into sites data and genotypes data
This commit is contained in:
parent
27b51d4dea
commit
450f098a61
|
|
@ -384,10 +384,6 @@ public class VariantContextBuilder {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public long getStart() {
|
|
||||||
return start;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tells us that the resulting VariantContext should have the specified contig stop
|
* Tells us that the resulting VariantContext should have the specified contig stop
|
||||||
* @param stop
|
* @param stop
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue