VERIFYORDER¶
The VERIFYORDER command ensures that the genomic order of the stream is correct and raises an exception if the order of the stream is violated.
Usage¶
gor ... | VERIFYORDER
Examples¶
gor #LD# | SELECT chrom,pos2,pos,r2 | sort 1000000 | VERIFYORDER
The above command orders the LD data by the second column and ensures that the order is correct, i.e. checks if the binsize that is provided for the sort is large enough.