#! /usr/local/bin/bash -f # #Copyright (c) 2000 Jeff Lessem, Institute for Behavioral Genetics, # University of Colorado; and Stacey Cherny, Wellcome Trust Centre # for Human Genetics, University of Oxford # # http://ibgwww.Colorado.EDU/~lessem/software/qms2.html#license for the # terms under which this software may be used. # # Convert a genehunter ibd file to something that SAS software can easily # read # # The file to read in # IBDFILE=dump.ibd if [ "$1" = "" ]; then cat < $OUTFILE echo done. exit 0