public class ParseGVCF
public static Tuple<java.util.List,java.util.concurrent.BlockingQueue> parse(java.lang.String filename)
public static Tuple<java.util.List,java.util.stream.Stream> stream(java.lang.String filename)
The returns a list of the GVCF header lines and a stream of the processed data lines. If you want the stream to return the data lines in order found in the file, do not call parallel().
filename - GVCF filename