212
edits
Changes
From Genome Analysis Wiki
MaCH FAQ
,→How do I get reference files for an region of interest?
*Then:
@ first = `grep -n nw rsFIRST orig.snps | cut -f1 -d ':'` @ last = `grep -n nw rsLAST orig.snps | cut -f1 -d ':'`
*Finally (assuming the third field contains the actual haplotypes, where alleles are separated by whitespace):