Used in: gor only

FILTERINVALIDROWS

The FILTERINVALIDROWS filters out invalid rows, for example rows with too few columns. This can be useful when working with corrupt data.

Usage

gor ... | FILTERINVALIDROWS

Examples

gor #LD# | FILTERINVALIDROWS | SELECT chrom,pos2,pos,r2 | sort 1000000

The above command filters invalid rows out of the LD data, making sure the following gor commands succeed.