25 May
2010
25 May
'10
7:52 a.m.
details: http://www.bx.psu.edu/hg/galaxy/rev/2d49a94c8d28 changeset: 3792:2d49a94c8d28 user: fubar: ross Lazarus at gmail period com date: Thu May 20 12:38:35 2010 -0400 description: More tweaks to some snp/wga composite output test comparisons - all png/pdf should be sim_size rather than lines_diff Updated test outputs for snp/wga tools Testing a new hgignore so welcome.html should not be overwritten diffstat: lib/galaxy/datatypes/converters/pbed_ldreduced_converter.py | 119 + lib/galaxy/datatypes/converters/pbed_ldreduced_converter.xml | 18 + lib/galaxy/datatypes/genetics.py | 51 +- static/welcome.html | 6 +- test-data/rgtestouts/rgEigPCA/Rplots.pdf | 46 +- test-data/rgtestouts/rgEigPCA/rgEigPCAtest1.R | 2 +- test-data/rgtestouts/rgEigPCA/rgEigPCAtest1.html | 31 +- test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_PCAPlot.pdf | 50 +- test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_eigensoftplot.pdf.pdf | 0 test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_eigensoftplot.pdf.ps | 2 +- test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_eval.xls | 2 +- test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_log.txt | 6 +- test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_pca.xls | 80 +- test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_pca.xls.par | 6 +- test-data/rgtestouts/rgGRR/Log_rgGRRtest1.txt | 18 +- test-data/rgtestouts/rgGRR/rgGRRtest1.html | 37 +- test-data/rgtestouts/rgGRR/rgGRRtest1.svg | 529 ++- test-data/rgtestouts/rgGRR/rgGRRtest1_table.xls | 1562 +++++----- test-data/rgtestouts/rgHaploView/1_rgHaploViewtest1.pdf | 0 test-data/rgtestouts/rgHaploView/1_rgHaploViewtest1.png | 0 test-data/rgtestouts/rgHaploView/2_HapMap_YRI_22.pdf | 0 test-data/rgtestouts/rgHaploView/2_HapMap_YRI_22.png | 0 test-data/rgtestouts/rgHaploView/Chromosome22YRI.LD.PNG | 0 test-data/rgtestouts/rgHaploView/Log_rgHaploViewtest1.txt | 16 +- test-data/rgtestouts/rgHaploView/alljoin.pdf | 0 test-data/rgtestouts/rgHaploView/allnup.pdf | 0 test-data/rgtestouts/rgHaploView/rgHaploViewtest1.html | 16 +- test-data/rgtestouts/rgHaploView/rgHaploViewtest1.ped.LD.PNG | 0 test-data/rgtestouts/rgHaploView/rgHaploViewtest1.ped.TAGS | 18 +- test-data/rgtestouts/rgHaploView/rgHaploViewtest1.ped.TESTS | 14 +- test-data/rgtestouts/rgQC/FQNormtinywga_s_het_cum.jpg | 0 test-data/rgtestouts/rgQC/FQNormtinywga_s_het_cum.pdf | 182 +- test-data/rgtestouts/rgQC/Ranked_Subject_Missing_Genotype.xls | 36 +- test-data/rgtestouts/rgQC/SubjectDetails_rgQCtest1.xls | 72 +- test-data/rgtestouts/rgQC/ldp_tinywga.bed | 2 +- test-data/rgtestouts/rgQC/ldp_tinywga.bim | 10 +- test-data/rgtestouts/rgQC/ldp_tinywga.log | 18 +- test-data/rgtestouts/rgQC/rgQCtest1.html | 208 +- test-data/rgtestouts/rgQC/tinywga.het | 80 +- test-data/rgtestouts/rgQC/tinywga.log | 6 +- test-data/rgtestouts/rgQC/tinywga.prune.in | 10 +- test-data/rgtestouts/rgQC/tinywga.prune.out | 10 +- test-data/rgtestouts/rgQC/tinywga_All_3x3.pdf | 0 test-data/rgtestouts/rgQC/tinywga_All_Paged-0.jpg | 0 test-data/rgtestouts/rgQC/tinywga_All_Paged-1.jpg | 0 test-data/rgtestouts/rgQC/tinywga_All_Paged-2.jpg | 0 test-data/rgtestouts/rgQC/tinywga_All_Paged-3.jpg | 0 test-data/rgtestouts/rgQC/tinywga_All_Paged-4.jpg | 0 test-data/rgtestouts/rgQC/tinywga_All_Paged.pdf | 0 test-data/rgtestouts/rgQC/tinywga_fracmiss.jpg | 0 test-data/rgtestouts/rgQC/tinywga_fracmiss.pdf | 50 +- test-data/rgtestouts/rgQC/tinywga_fracmiss_cum.jpg | 0 test-data/rgtestouts/rgQC/tinywga_fracmiss_cum.pdf | 52 +- test-data/rgtestouts/rgQC/tinywga_s_het.jpg | 0 test-data/rgtestouts/rgQC/tinywga_s_het.pdf | 343 +- test-data/rgtestouts/rgQC/tinywga_s_het_cum.jpg | 0 test-data/rgtestouts/rgQC/tinywga_s_het_cum.pdf | 182 +- test/functional/test_toolbox.py | 2 +- tools/rgenetics/rgEigPCA.xml | 2 +- tools/rgenetics/rgGRR.xml | 2 +- tools/rgenetics/rgLDIndep.xml | 4 +- tools/rgenetics/rgQC.xml | 10 +- tools/rgenetics/rgutils.py | 81 - 63 files changed, 2104 insertions(+), 1887 deletions(-) diffs (truncated from 5382 to 3000 lines): diff -r 7f95e51e06f7 -r 2d49a94c8d28 lib/galaxy/datatypes/converters/pbed_ldreduced_converter.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/galaxy/datatypes/converters/pbed_ldreduced_converter.py Thu May 20 12:38:35 2010 -0400 @@ -0,0 +1,119 @@ +# converter for ldreduced rgenetics datatype +# used for grr and eigenstrat - shellfish if we get around to it +# + +import os,sys,tempfile,subprocess,time + +from galaxy import eggs + +prog="pbed_ldreduced_converter.py" + +galhtmlprefix = """<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<meta name="generator" content="Galaxy %s tool output - see http://g2.trac.bx.psu.edu/" /> +<title></title> +<link rel="stylesheet" href="/static/style/base.css" type="text/css" /> +</head> +<body> +<div class="document"> +""" + +plinke = 'plink' + + +def timenow(): + """return current time as a string + """ + return time.strftime('%d/%m/%Y %H:%M:%S', time.localtime(time.time())) + + +def pruneLD(plinktasks=[],cd='./',vclbase = []): + """ + """ + fplog,plog = tempfile.mkstemp() + alog = [] + alog.append('## Rgenetics: http://rgenetics.org Galaxy Tools rgQC.py Plink pruneLD runner\n') + for task in plinktasks: # each is a list + vcl = vclbase + task + sto = file(plog,'w') + x = subprocess.Popen(' '.join(vcl),shell=True,stdout=sto,stderr=sto,cwd=cd) + retval = x.wait() + sto.close() + try: + lplog = file(plog,'r').readlines() + lplog = [x for x in lplog if x.find('Pruning SNP') == -1] + alog += lplog + alog.append('\n') + os.unlink(plog) # no longer needed + except: + alog.append('### %s Strange - no std out from plink when running command line\n%s\n' % (timenow(),' '.join(vcl))) + return alog + + +def makeLDreduced(basename,infpath=None,outfpath=None,plinke='plink',forcerebuild=False,returnFname=False, + winsize="60", winmove="40", r2thresh="0.1" ): + """ not there so make and leave in output dir for post job hook to copy back into input extra files path for next time + """ + ldr = basename # we store ld reduced and thinned data + ldreduced = os.path.join(outfpath,ldr) # note where this is going + outbase = os.path.join(outfpath,basename) + inbase = os.path.join(infpath) + loglines = [] + ldbedname = '%s.bed' % ldreduced + bedname = '%s.bed' % basename + ldbedfn = os.path.join(infpath,ldbedname) + bedfn = os.path.join(infpath,bedname) + bmap = os.path.join(infpath,'%s.bim' % basename) + plinktasks = [] + vclbase = [plinke,'--noweb'] + plinktasks += [['--bfile',inbase,'--indep-pairwise %s %s %s' % (winsize,winmove,r2thresh),'--out %s' % outbase], + ['--bfile',inbase,'--extract %s.prune.in --make-bed --out %s' % (outbase, outbase)]] + vclbase = [plinke,'--noweb'] + loglines = pruneLD(plinktasks=plinktasks,cd=outfpath,vclbase = vclbase) + +def main(): + """ + need to work with rgenetics composite datatypes + so in and out are html files with data in extrafiles path + <command interpreter="python"> + pbed_ldreduced_converter.py '$input1.extra_files_path/$input1.metadata.base_name' '$winsize' '$winmove' '$r2thresh' + '$output1' '$output1.files_path' 'plink' + </command> + """ + nparm = 7 + if len(sys.argv) < nparm: + sys.stderr.write('## %s called with %s - needs %d parameters \n' % (prog,sys.argv,nparm)) + sys.exit(1) + inpedfilepath = sys.argv[1] + base_name = os.path.split(inpedfilepath)[-1] + winsize = sys.argv[2] + winmove = sys.argv[3] + r2thresh = sys.argv[4] + outhtmlname = sys.argv[5] + outfilepath = sys.argv[6] + try: + os.makedirs(outfilepath) + except: + pass + plink = sys.argv[7] + makeLDreduced(base_name,infpath=inpedfilepath,outfpath=outfilepath,plinke=plink,forcerebuild=False,returnFname=False, + winsize=winsize,winmove=winmove,r2thresh=r2thresh) + f = file(outhtmlname,'w') + f.write(galhtmlprefix % prog) + flist = os.listdir(outfilepath) + s1 = '## Rgenetics: http://rgenetics.org Galaxy Tools %s %s' % (prog,timenow()) # becomes info + s2 = 'Input %s, winsize=%s, winmove=%s, r2thresh=%s' % (base_name,winsize,winmove,r2thresh) + print '%s %s' % (s1,s2) + f.write('<div>%s\n%s\n<ol>' % (s1,s2)) + for i, data in enumerate( flist ): + f.write('<li><a href="%s">%s</a></li>\n' % (os.path.split(data)[-1],os.path.split(data)[-1])) + f.write("</div></body></html>") + f.close() + + +if __name__ == "__main__": + main() + diff -r 7f95e51e06f7 -r 2d49a94c8d28 lib/galaxy/datatypes/converters/pbed_ldreduced_converter.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/galaxy/datatypes/converters/pbed_ldreduced_converter.xml Thu May 20 12:38:35 2010 -0400 @@ -0,0 +1,18 @@ +<tool id="pbed2ldindepconvert" name="Convert plink pbed to ld reduced format" version="0.01"> + <!-- <description>__NOT_USED_CURRENTLY_FOR_CONVERTERS__</description> --> + <!-- Used on the metadata edit page. --> + <command interpreter="python"> + pbed_ldreduced_converter.py '$input1.extra_files_path/$input1.metadata.base_name' '60' '55' '0.1' '$output1' '$output1.files_path' 'plink' + </command> + <inputs> + <page> + <param format="pbed" name="input1" type="data" label="Choose a compressed Plink binary format genotype file"/> + </page> + </inputs> + <outputs> + <data format="ldindep" name="output1" metadata_source="input1"/> + </outputs> + <help> + </help> +</tool> + diff -r 7f95e51e06f7 -r 2d49a94c8d28 lib/galaxy/datatypes/genetics.py --- a/lib/galaxy/datatypes/genetics.py Wed May 19 10:28:41 2010 -0400 +++ b/lib/galaxy/datatypes/genetics.py Thu May 20 12:38:35 2010 -0400 @@ -349,18 +349,6 @@ return True -class ldIndep(Rgenetics): - """ - LD (a good measure of redundancy of information) depleted Plink Binary compressed 2bit/geno - """ - file_ext="ldreduced" - - def __init__( self, **kwd ): - Rgenetics.__init__(self, **kwd) - self.add_composite_file( '%s_INDEP.bim', substitute_name_with_metadata = 'base_name', is_binary = True ) - self.add_composite_file( '%s_INDEP.bed', substitute_name_with_metadata = 'base_name', is_binary = True ) - self.add_composite_file( '%s_INDEP.fam', substitute_name_with_metadata = 'base_name', is_binary = True ) - class SNPMatrix(Rgenetics): """ @@ -396,8 +384,8 @@ def __init__( self, **kwd ): Rgenetics.__init__(self, **kwd) - self.add_composite_file( '%s.ped', description = 'Pedigree File', substitute_name_with_metadata = 'base_name', is_binary = True ) - self.add_composite_file( '%s.map', description = 'Map File', substitute_name_with_metadata = 'base_name', is_binary = True ) + self.add_composite_file( '%s.ped', description = 'Pedigree File', substitute_name_with_metadata = 'base_name', is_binary = False ) + self.add_composite_file( '%s.map', description = 'Map File', substitute_name_with_metadata = 'base_name', is_binary = False ) class Pphe(Rgenetics): @@ -408,7 +396,7 @@ def __init__( self, **kwd ): Rgenetics.__init__(self, **kwd) - self.add_composite_file( '%s.pphe', description = 'Plink Phenotype File', substitute_name_with_metadata = 'base_name', is_binary = True ) + self.add_composite_file( '%s.pphe', description = 'Plink Phenotype File', substitute_name_with_metadata = 'base_name', is_binary = False ) @@ -432,7 +420,8 @@ def __init__( self, **kwd ): Rgenetics.__init__(self, **kwd) - self.add_composite_file( '%s.phe', description = 'Phenotype File', substitute_name_with_metadata = 'base_name' ) + self.add_composite_file( '%s.phe', description = 'Phenotype File', substitute_name_with_metadata = 'base_name', + is_binary = False ) @@ -445,7 +434,8 @@ def __init__( self, **kwd ): Rgenetics.__init__(self, **kwd) - self.add_composite_file( '%s.fped', description = 'FBAT format pedfile', substitute_name_with_metadata = 'base_name' ) + self.add_composite_file( '%s.fped', description = 'FBAT format pedfile', substitute_name_with_metadata = 'base_name', + is_binary = False ) class Pbed(Rgenetics): @@ -456,9 +446,24 @@ def __init__( self, **kwd ): Rgenetics.__init__(self, **kwd) - self.add_composite_file( '%s.bim', substitute_name_with_metadata = 'base_name', is_binary = True ) + self.add_composite_file( '%s.bim', substitute_name_with_metadata = 'base_name', is_binary = False ) self.add_composite_file( '%s.bed', substitute_name_with_metadata = 'base_name', is_binary = True ) - self.add_composite_file( '%s.fam', substitute_name_with_metadata = 'base_name', is_binary = True ) + self.add_composite_file( '%s.fam', substitute_name_with_metadata = 'base_name', is_binary = False ) + +class ldIndep(Rgenetics): + """ + LD (a good measure of redundancy of information) depleted Plink Binary compressed 2bit/geno + This is really a plink binary, but some tools work better with less redundancy so are constrained to + these files + """ + file_ext="ldreduced" + + def __init__( self, **kwd ): + Rgenetics.__init__(self, **kwd) + self.add_composite_file( '%s.bim', substitute_name_with_metadata = 'base_name', is_binary = False ) + self.add_composite_file( '%s.bed', substitute_name_with_metadata = 'base_name', is_binary = True ) + self.add_composite_file( '%s.fam', substitute_name_with_metadata = 'base_name', is_binary = False ) + class Eigenstratgeno(Rgenetics): """ @@ -470,9 +475,9 @@ def __init__( self, **kwd ): Rgenetics.__init__(self, **kwd) - self.add_composite_file( '%s.eigenstratgeno', substitute_name_with_metadata = 'base_name', is_binary = True ) - self.add_composite_file( '%s.ind', substitute_name_with_metadata = 'base_name', is_binary = True ) - self.add_composite_file( '%s.map', substitute_name_with_metadata = 'base_name', is_binary = True ) + self.add_composite_file( '%s.eigenstratgeno', substitute_name_with_metadata = 'base_name', is_binary = False ) + self.add_composite_file( '%s.ind', substitute_name_with_metadata = 'base_name', is_binary = False ) + self.add_composite_file( '%s.map', substitute_name_with_metadata = 'base_name', is_binary = False ) @@ -524,7 +529,7 @@ def __init__( self, **kwd ): Html.__init__(self,**kwd) self.add_composite_file( '%s.pheno', description = 'Phenodata tab text file', - substitute_name_with_metadata = 'base_name', is_binary=True) + substitute_name_with_metadata = 'base_name', is_binary=False) def generate_primary_file( self, dataset = None ): """ diff -r 7f95e51e06f7 -r 2d49a94c8d28 static/welcome.html --- a/static/welcome.html Wed May 19 10:28:41 2010 -0400 +++ b/static/welcome.html Thu May 20 12:38:35 2010 -0400 @@ -8,12 +8,12 @@ <body> <div class="document"> <div class="warningmessagelarge"> - <strong>Welcome to the <a href="http://rgenetics.org">Rgenetics</a> development site</strong> + <strong>Hello world! It's running...</strong> <hr> - This is a volatile and experimental resource - use the <a href="http://usegalaxy.org">main galaxy</a> for real research + To customize this page edit <code>static/welcome.html</code> </div> <br/> - <img src="images/Armitagep_manhattan.png" alt="One click manhattan plot anyone?" style="display: block; margin-left: auto; margin-right: auto;" /> + <img src="images/noodles.png" alt="WWFSMD?" style="display: block; margin-left: auto; margin-right: auto;" /> <hr/> This project is supported in part by <a target="_blank" class="reference" href="http://www.nsf.gov">NSF</a>, <a target="_blank" class="reference" href="http://www.genome.gov">NHGRI</a>, and <a target="_blank" class="reference" href="http://www.huck.psu.edu">the Huck Institutes of the Life Sciences</a>. </div> diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgEigPCA/Rplots.pdf --- a/test-data/rgtestouts/rgEigPCA/Rplots.pdf Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgEigPCA/Rplots.pdf Thu May 20 12:38:35 2010 -0400 @@ -2,8 +2,8 @@ %âãÏÓ\r 1 0 obj << -/CreationDate (D:20100509212343) -/ModDate (D:20100509212343) +/CreationDate (D:20100519151448) +/ModDate (D:20100519151448) /Title (R Graphics Output) /Producer (R 2.10.1) /Creator (R) @@ -34,42 +34,10 @@ 5 0 obj << /Type /Encoding -/BaseEncoding /PDFDocEncoding -/Differences [ - 0/.notdef 1/.notdef 2/.notdef 3/.notdef 4/.notdef 5/.notdef 6/.notdef 7/.notdef - 8/.notdef 9/.notdef 10/.notdef 11/.notdef 12/.notdef 13/.notdef 14/.notdef 15/.notdef - 16/.notdef 17/.notdef 18/.notdef 19/.notdef 20/.notdef 21/.notdef 22/.notdef 23/.notdef - 24/.notdef 25/.notdef 26/.notdef 27/.notdef 28/.notdef 29/.notdef 30/.notdef 31/.notdef - 32/space 33/exclam 34/quotedbl 35/numbersign 36/dollar 37/percent 38/ampersand 39/quoteright - 40/parenleft 41/parenright 42/asterisk 43/plus 44/comma 45/minus 46/period 47/slash - 48/zero 49/one 50/two 51/three 52/four 53/five 54/six 55/seven - 56/eight 57/nine 58/colon 59/semicolon 60/less 61/equal 62/greater 63/question - 64/at 65/A 66/B 67/C 68/D 69/E 70/F 71/G - 72/H 73/I 74/J 75/K 76/L 77/M 78/N 79/O - 80/P 81/Q 82/R 83/S 84/T 85/U 86/V 87/W - 88/X 89/Y 90/Z 91/bracketleft 92/backslash 93/bracketright 94/asciicircum 95/underscore - 96/quoteleft 97/a 98/b 99/c 100/d 101/e 102/f 103/g - 104/h 105/i 106/j 107/k 108/l 109/m 110/n 111/o - 112/p 113/q 114/r 115/s 116/t 117/u 118/v 119/w - 120/x 121/y 122/z 123/braceleft 124/bar 125/braceright 126/asciitilde 127/.notdef - 128/.notdef 129/.notdef 130/.notdef 131/.notdef 132/.notdef 133/.notdef 134/.notdef 135/.notdef - 136/.notdef 137/.notdef 138/.notdef 139/.notdef 140/.notdef 141/.notdef 142/.notdef 143/.notdef - 144/dotlessi 145/grave 146/acute 147/circumflex 148/tilde 149/macron 150/breve 151/dotaccent - 152/dieresis 153/.notdef 154/ring 155/cedilla 156/.notdef 157/hungarumlaut 158/ogonek 159/caron - 160/space 161/exclamdown 162/cent 163/sterling 164/Euro 165/yen 166/Scaron 167/section - 168/scaron 169/copyright 170/ordfeminine 171/guillemotleft 172/logicalnot 173/hyphen 174/registered 175/macron - 176/degree 177/plusminus 178/twosuperior 179/threesuperior 180/Zcaron 181/mu 182/paragraph 183/periodcentered - 184/zcaron 185/onesuperior 186/ordmasculine 187/guillemotright 188/OE 189/oe 190/Ydieresis 191/questiondown - 192/Agrave 193/Aacute 194/Acircumflex 195/Atilde 196/Adieresis 197/Aring 198/AE 199/Ccedilla - 200/Egrave 201/Eacute 202/Ecircumflex 203/Edieresis 204/Igrave 205/Iacute 206/Icircumflex 207/Idieresis - 208/Eth 209/Ntilde 210/Ograve 211/Oacute 212/Ocircumflex 213/Otilde 214/Odieresis 215/multiply - 216/Oslash 217/Ugrave 218/Uacute 219/Ucircumflex 220/Udieresis 221/Yacute 222/Thorn 223/germandbls - 224/agrave 225/aacute 226/acircumflex 227/atilde 228/adieresis 229/aring 230/ae 231/ccedilla - 232/egrave 233/eacute 234/ecircumflex 235/edieresis 236/igrave 237/iacute 238/icircumflex 239/idieresis - 240/eth 241/ntilde 242/ograve 243/oacute 244/ocircumflex 245/otilde 246/odieresis 247/divide - 248/oslash 249/ugrave 250/uacute 251/ucircumflex 252/udieresis 253/yacute 254/thorn 255/ydieresis - -] +/BaseEncoding /WinAnsiEncoding +/Differences [ 45/minus 96/quoteleft +144/dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent +/dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron /space] >> endobj xref @@ -87,5 +55,5 @@ /Root 2 0 R >> startxref -3154 +618 %%EOF diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgEigPCA/rgEigPCAtest1.R --- a/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1.R Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1.R Thu May 20 12:38:35 2010 -0400 @@ -16,4 +16,4 @@ legend("top",legend=llist,pch=glist,col=glist,title="Sample") grid(nx = 10, ny = 10, col = "lightgray", lty = "dotted") dev.off() -#R script autogenerated by rgenetics/rgutils.py on 09/05/2010 21:23:43 +#R script autogenerated by rgenetics/rgutils.py on 19/05/2010 15:14:48 diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgEigPCA/rgEigPCAtest1.html --- a/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1.html Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1.html Thu May 20 12:38:35 2010 -0400 @@ -9,27 +9,30 @@ </head> <body> <div class="document"> -<h4>Output from rgEigPCA.py run at 09/05/2010 21:23:43<br/> +<h4>Output from rgEigPCA.py run at 19/05/2010 15:14:48<br/> </h4> -newfilepath=/share/shared/galaxy/test-data/rgtestouts/rgEigPCA, rexe=R(click on the image below to see a much higher quality PDF version)<table border="0" cellpadding="10" cellspacing="10"><tr><td> +newfilepath=/opt/galaxy/test-data/rgtestouts/rgEigPCA, rexe=R(click on the image below to see a much higher quality PDF version)<table border="0" cellpadding="10" cellspacing="10"><tr><td> <a href="rgEigPCAtest1_PCAPlot.pdf"><img src="rgEigPCAtest1_PCAPlot.pdf.png" alt="Samples plotted in first 2 eigenvector space" hspace="10" align="left" /></a></td></tr></table><br/> -<div class="document">All Files:<ol><li><a href="rgEigPCAtest1.html">rgEigPCAtest1.html </a></li> -<li><a href="rgEigPCAtest1_pca.xls.par">rgEigPCAtest1_pca.xls.par (338 B)</a></li> +<div class="document">All Files:<ol><li><a href="Rplots.pdf">Rplots.pdf (813 B)</a></li> +<li><a href="rgEigPCAtest1.R">rgEigPCAtest1.R (1.6 KB)</a></li> +<li><a href="rgEigPCAtest1.html">rgEigPCAtest1.html </a></li> <li><a href="rgEigPCAtest1.txt">rgEigPCAtest1.txt (3.3 KB)</a></li> -<li><a href="rgEigPCAtest1_log.txt">rgEigPCAtest1_log.txt (6.1 KB)</a></li> -<li><a href="rgEigPCAtest1_PCAPlot.pdf">rgEigPCAtest1_PCAPlot.pdf (10.4 KB)</a></li> +<li><a href="rgEigPCAtest1_PCAPlot.pdf">rgEigPCAtest1_PCAPlot.pdf (7.9 KB)</a></li> +<li><a href="rgEigPCAtest1_PCAPlot.pdf.png">rgEigPCAtest1_PCAPlot.pdf.png (27.1 KB)</a></li> +<li><a href="rgEigPCAtest1_eigensoftplot.pdf.pdf">rgEigPCAtest1_eigensoftplot.pdf.pdf (2.1 KB)</a></li> +<li><a href="rgEigPCAtest1_eigensoftplot.pdf.ps">rgEigPCAtest1_eigensoftplot.pdf.ps (13.6 KB)</a></li> +<li><a href="rgEigPCAtest1_eigensoftplot.pdf.xtxt">rgEigPCAtest1_eigensoftplot.pdf.xtxt (257 B)</a></li> <li><a href="rgEigPCAtest1_eval.xls">rgEigPCAtest1_eval.xls (507 B)</a></li> -<li><a href="rgEigPCAtest1_pca.xls">rgEigPCAtest1_pca.xls (1.2 KB)</a></li> -<li><a href="rgEigPCAtest1.R">rgEigPCAtest1.R (1.6 KB)</a></li> -<li><a href="Rplots.pdf">Rplots.pdf (3.3 KB)</a></li> +<li><a href="rgEigPCAtest1_log.txt">rgEigPCAtest1_log.txt (6.0 KB)</a></li> +<li><a href="rgEigPCAtest1_pca.xls">rgEigPCAtest1_pca.xls (1.3 KB)</a></li> <li><a href="rgEigPCAtest1_pca.xls.evec">rgEigPCAtest1_pca.xls.evec (3.3 KB)</a></li> -<li><a href="rgEigPCAtest1_PCAPlot.pdf.png">rgEigPCAtest1_PCAPlot.pdf.png (27.1 KB)</a></li> +<li><a href="rgEigPCAtest1_pca.xls.par">rgEigPCAtest1_pca.xls.par (311 B)</a></li> </ol></div><div class="document">Log rgEigPCAtest1_log.txt contents follow below<p/><pre>parameter file: rgEigPCAtest1_pca.xls.par ### THE INPUT PARAMETERS ##PARAMETER NAME: VALUE -genotypename: /share/shared/galaxy/test-data/tinywga.ped -snpname: /share/shared/galaxy/test-data/tinywga.map -indivname: /share/shared/galaxy/test-data/tinywga.ped +genotypename: /opt/galaxy/test-data/tinywga.bed +snpname: /opt/galaxy/test-data/tinywga.bim +indivname: /opt/galaxy/test-data/tinywga.fam evecoutname: rgEigPCAtest1_pca.xls.evec evaloutname: rgEigPCAtest1_eval.xls altnormstyle: NO @@ -153,5 +156,5 @@ Correlation between eigenvector 3 (of 4) and Case/Control status is 0.193 Correlation between eigenvector 4 (of 4) and Case/Control status is -0.069 </pre></div>If you need to rerun this analysis, the command line used was -smartpca.perl -i /share/shared/galaxy/test-data/tinywga.ped -a /share/shared/galaxy/test-data/tinywga.map -b /share/shared/galaxy/test-data/tinywga.ped -o rgEigPCAtest1_pca.xls -p rgEigPCAtest1_eigensoftplot.pdf -e rgEigPCAtest1_eval.xls -l rgEigPCAtest1_log.txt -k 4 -m 2 -t 2 -s 2 +smartpca.perl -i /opt/galaxy/test-data/tinywga.bed -a /opt/galaxy/test-data/tinywga.bim -b /opt/galaxy/test-data/tinywga.fam -o rgEigPCAtest1_pca.xls -p rgEigPCAtest1_eigensoftplot.pdf -e rgEigPCAtest1_eval.xls -l rgEigPCAtest1_log.txt -k 4 -m 2 -t 2 -s 2 <p/></div></body></html> diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_PCAPlot.pdf --- a/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_PCAPlot.pdf Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_PCAPlot.pdf Thu May 20 12:38:35 2010 -0400 @@ -2,8 +2,8 @@ %âãÏÓ\r 1 0 obj << -/CreationDate (D:20100509212343) -/ModDate (D:20100509212343) +/CreationDate (D:20100519151448) +/ModDate (D:20100519151448) /Title (R Graphics Output) /Producer (R 2.10.1) /Creator (R) @@ -410,42 +410,10 @@ 8 0 obj << /Type /Encoding -/BaseEncoding /PDFDocEncoding -/Differences [ - 0/.notdef 1/.notdef 2/.notdef 3/.notdef 4/.notdef 5/.notdef 6/.notdef 7/.notdef - 8/.notdef 9/.notdef 10/.notdef 11/.notdef 12/.notdef 13/.notdef 14/.notdef 15/.notdef - 16/.notdef 17/.notdef 18/.notdef 19/.notdef 20/.notdef 21/.notdef 22/.notdef 23/.notdef - 24/.notdef 25/.notdef 26/.notdef 27/.notdef 28/.notdef 29/.notdef 30/.notdef 31/.notdef - 32/space 33/exclam 34/quotedbl 35/numbersign 36/dollar 37/percent 38/ampersand 39/quoteright - 40/parenleft 41/parenright 42/asterisk 43/plus 44/comma 45/minus 46/period 47/slash - 48/zero 49/one 50/two 51/three 52/four 53/five 54/six 55/seven - 56/eight 57/nine 58/colon 59/semicolon 60/less 61/equal 62/greater 63/question - 64/at 65/A 66/B 67/C 68/D 69/E 70/F 71/G - 72/H 73/I 74/J 75/K 76/L 77/M 78/N 79/O - 80/P 81/Q 82/R 83/S 84/T 85/U 86/V 87/W - 88/X 89/Y 90/Z 91/bracketleft 92/backslash 93/bracketright 94/asciicircum 95/underscore - 96/quoteleft 97/a 98/b 99/c 100/d 101/e 102/f 103/g - 104/h 105/i 106/j 107/k 108/l 109/m 110/n 111/o - 112/p 113/q 114/r 115/s 116/t 117/u 118/v 119/w - 120/x 121/y 122/z 123/braceleft 124/bar 125/braceright 126/asciitilde 127/.notdef - 128/.notdef 129/.notdef 130/.notdef 131/.notdef 132/.notdef 133/.notdef 134/.notdef 135/.notdef - 136/.notdef 137/.notdef 138/.notdef 139/.notdef 140/.notdef 141/.notdef 142/.notdef 143/.notdef - 144/dotlessi 145/grave 146/acute 147/circumflex 148/tilde 149/macron 150/breve 151/dotaccent - 152/dieresis 153/.notdef 154/ring 155/cedilla 156/.notdef 157/hungarumlaut 158/ogonek 159/caron - 160/space 161/exclamdown 162/cent 163/sterling 164/Euro 165/yen 166/Scaron 167/section - 168/scaron 169/copyright 170/ordfeminine 171/guillemotleft 172/logicalnot 173/hyphen 174/registered 175/macron - 176/degree 177/plusminus 178/twosuperior 179/threesuperior 180/Zcaron 181/mu 182/paragraph 183/periodcentered - 184/zcaron 185/onesuperior 186/ordmasculine 187/guillemotright 188/OE 189/oe 190/Ydieresis 191/questiondown - 192/Agrave 193/Aacute 194/Acircumflex 195/Atilde 196/Adieresis 197/Aring 198/AE 199/Ccedilla - 200/Egrave 201/Eacute 202/Ecircumflex 203/Edieresis 204/Igrave 205/Iacute 206/Icircumflex 207/Idieresis - 208/Eth 209/Ntilde 210/Ograve 211/Oacute 212/Ocircumflex 213/Otilde 214/Odieresis 215/multiply - 216/Oslash 217/Ugrave 218/Uacute 219/Ucircumflex 220/Udieresis 221/Yacute 222/Thorn 223/germandbls - 224/agrave 225/aacute 226/acircumflex 227/atilde 228/adieresis 229/aring 230/ae 231/ccedilla - 232/egrave 233/eacute 234/ecircumflex 235/edieresis 236/igrave 237/iacute 238/icircumflex 239/idieresis - 240/eth 241/ntilde 242/ograve 243/oacute 244/ocircumflex 245/otilde 246/odieresis 247/divide - 248/oslash 249/ugrave 250/uacute 251/ucircumflex 252/udieresis 253/yacute 254/thorn 255/ydieresis - -] +/BaseEncoding /WinAnsiEncoding +/Differences [ 45/minus 96/quoteleft +144/dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent +/dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron /space] >> endobj 9 0 obj << @@ -473,8 +441,8 @@ 0000000293 00000 n 0000007168 00000 n 0000007363 00000 n -0000010156 00000 n -0000010252 00000 n +0000007620 00000 n +0000007716 00000 n trailer << /Size 11 @@ -482,5 +450,5 @@ /Root 2 0 R >> startxref -10354 +7818 %%EOF diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_eigensoftplot.pdf.pdf Binary file test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_eigensoftplot.pdf.pdf has changed diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_eigensoftplot.pdf.ps --- a/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_eigensoftplot.pdf.ps Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_eigensoftplot.pdf.ps Thu May 20 12:38:35 2010 -0400 @@ -1,6 +1,6 @@ %!PS-Adobe-2.0 %%Creator: gnuplot 4.0 patchlevel 0 -%%CreationDate: Thu Mar 25 21:01:24 2010 +%%CreationDate: Wed May 19 15:14:48 2010 %%DocumentFonts: (atend) %%BoundingBox: 50 50 554 770 %%Orientation: Landscape diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_eval.xls --- a/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_eval.xls Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_eval.xls Thu May 20 12:38:35 2010 -0400 @@ -24,6 +24,7 @@ 0.000000 0.000000 0.000000 + 0.000000 -0.000000 -0.000000 -0.000000 @@ -36,4 +37,3 @@ -0.000000 -0.000000 -0.000000 - -0.000000 diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_log.txt --- a/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_log.txt Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_log.txt Thu May 20 12:38:35 2010 -0400 @@ -1,9 +1,9 @@ parameter file: rgEigPCAtest1_pca.xls.par ### THE INPUT PARAMETERS ##PARAMETER NAME: VALUE -genotypename: /share/shared/galaxy/test-data/tinywga.ped -snpname: /share/shared/galaxy/test-data/tinywga.map -indivname: /share/shared/galaxy/test-data/tinywga.ped +genotypename: /opt/galaxy/test-data/tinywga.bed +snpname: /opt/galaxy/test-data/tinywga.bim +indivname: /opt/galaxy/test-data/tinywga.fam evecoutname: rgEigPCAtest1_pca.xls.evec evaloutname: rgEigPCAtest1_eval.xls altnormstyle: NO diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_pca.xls --- a/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_pca.xls Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_pca.xls Thu May 20 12:38:35 2010 -0400 @@ -3,43 +3,43 @@ 7.7400 7.2550 4.2710 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 - 0.0000 0.0000 0.0000 0.0000 + 0.3015 0.2159 0.0173 0.3393 + -0.2453 -0.0165 -0.0856 0.0221 + 0.0268 -0.0008 0.3404 -0.0369 + 0.3015 0.2159 0.0173 0.3393 + -0.2453 -0.0165 -0.0856 0.0221 + 0.0268 -0.0008 0.3404 -0.0369 + 0.3015 0.2159 0.0173 0.3393 + -0.2453 -0.0165 -0.0856 0.0221 + 0.0268 -0.0008 0.3404 -0.0369 + 0.3015 0.2159 0.0173 0.3393 + -0.2453 -0.0165 -0.0856 0.0221 + 0.0268 -0.0008 0.3404 -0.0369 + 0.3015 0.2159 0.0173 0.3393 + -0.2453 -0.0165 -0.0856 0.0221 + 0.0268 -0.0008 0.3404 -0.0369 + 0.3015 0.2159 0.0173 0.3393 + -0.2453 -0.0165 -0.0856 0.0221 + 0.0268 -0.0008 0.3404 -0.0369 + 0.3015 0.2159 0.0173 0.3393 + -0.1608 -0.0349 0.0222 0.1244 + -0.1027 0.2939 -0.1091 -0.1832 + 0.2593 -0.1916 -0.2862 -0.1609 + 0.0302 0.2348 0.0136 0.1216 + -0.2453 -0.0165 -0.0856 0.0221 + 0.3015 0.2159 0.0173 0.3393 + -0.1608 -0.0349 0.0222 0.1244 + -0.1027 0.2939 -0.1091 -0.1832 + 0.2593 -0.1916 -0.2862 -0.1609 + -0.2453 -0.0165 -0.0856 0.0221 + -0.2493 -0.2867 -0.1811 0.1404 + 0.3015 0.2159 0.0173 0.3393 + -0.1027 0.2939 -0.1091 -0.1832 + 0.2593 -0.1916 -0.2862 -0.1609 + 0.0302 0.2348 0.0136 0.1216 + -0.2453 -0.0165 -0.0856 0.0221 + -0.2453 -0.0165 -0.0856 0.0221 + 0.3015 0.2159 0.0173 0.3393 + 0.2593 -0.1916 -0.2862 -0.1609 + 0.0302 0.2348 0.0136 0.1216 + 0.2593 -0.1916 -0.2862 -0.1609 diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_pca.xls.par --- a/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_pca.xls.par Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgEigPCA/rgEigPCAtest1_pca.xls.par Thu May 20 12:38:35 2010 -0400 @@ -1,6 +1,6 @@ -genotypename: /share/shared/galaxy/test-data/tinywga.ped -snpname: /share/shared/galaxy/test-data/tinywga.map -indivname: /share/shared/galaxy/test-data/tinywga.ped +genotypename: /opt/galaxy/test-data/tinywga.bed +snpname: /opt/galaxy/test-data/tinywga.bim +indivname: /opt/galaxy/test-data/tinywga.fam evecoutname: rgEigPCAtest1_pca.xls.evec evaloutname: rgEigPCAtest1_eval.xls altnormstyle: NO diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgGRR/Log_rgGRRtest1.txt --- a/test-data/rgtestouts/rgGRR/Log_rgGRRtest1.txt Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgGRR/Log_rgGRRtest1.txt Thu May 20 12:38:35 2010 -0400 @@ -1,14 +1,14 @@ -Reading genotypes for 40 subjects and 5 markers +Reading genotypes for 40 subjects and 25 markers Calculating 780 pairs... Estimated time is 0.00 to 0.00 seconds ... -T1: 0.00482821464539 T2: 0.0623338222504 T3: 0.000771522521973 TOT: 0.0691449642181 0 pairs with no (or not enough) comparable genotypes (0.0%) -Relstate dupe: mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 -Relstate parentchild: mean(mean)=1.73 sdev(mean)=0.20, mean(sdev)=0.38 sdev(sdev)=0.23 -Relstate sibpairs: mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 -Relstate halfsibs: mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 -Relstate parents: mean(mean)=1.63 sdev(mean)=0.20, mean(sdev)=0.54 sdev(sdev)=0.22 -Relstate unrelated: mean(mean)=1.55 sdev(mean)=0.24, mean(sdev)=0.59 sdev(sdev)=0.24 -Relstate unknown: mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 +T1: 0.00254368782043 T2: 0.018296957016 T3: 0.000444173812866 TOT: 0.022047996521 0 pairs with no (or not enough) comparable genotypes (0.0%) +Relstate dupe (n=0): mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 +Relstate parentchild (n=26): mean(mean)=1.68 sdev(mean)=0.19, mean(sdev)=0.39 sdev(sdev)=0.19 +Relstate sibpairs (n=0): mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 +Relstate halfsibs (n=0): mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 +Relstate parents (n=40): mean(mean)=1.46 sdev(mean)=0.25, mean(sdev)=0.55 sdev(sdev)=0.17 +Relstate unrelated (n=714): mean(mean)=1.44 sdev(mean)=0.21, mean(sdev)=0.58 sdev(sdev)=0.15 +Relstate unknown (n=0): mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 780 pairs are available of 780 Outliers: 0 Plotting ... \ No newline at end of file diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgGRR/rgGRRtest1.html --- a/test-data/rgtestouts/rgGRR/rgGRRtest1.html Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgGRR/rgGRRtest1.html Thu May 20 12:38:35 2010 -0400 @@ -9,39 +9,26 @@ </head> <body> <div class="document"> -<h4><div>Output from rgGRR.py run at 09/05/2010 21:23:42<br> +<h4><div>Output from rgGRR.py run at 19/05/2010 15:14:41<br> </h4> If you need to rerun this analysis, the command line was -<pre>'/share/shared/galaxy/tools/rgenetics/rgGRR.py' '/share/shared/galaxy/test-data/tinywga' 'tinywga' '/share/shared/galaxy/test-data/rgtestouts/rgGRR/rgGRRtest1.html' '/share/shared/galaxy/test-data/rgtestouts/rgGRR' 'rgGRRtest1' '100' '6' 'true'</pre> +<pre>'/opt/galaxy/tools/rgenetics/rgGRR.py' '/opt/galaxy/test-data/tinywga' 'tinywga' '/opt/galaxy/test-data/rgtestouts/rgGRR/rgGRRtest1.html' '/opt/galaxy/test-data/rgtestouts/rgGRR' 'rgGRRtest1' '100' '6'</pre> </div> <embed src="rgGRRtest1.svg" type="image/svg+xml" width="1150" height="600" /><div><h4>Click the links below to save output files and plots</h4><br><ol> <li><a href="rgGRRtest1.svg" type="image/svg+xml" >rgGRR Plot (requires SVG)</a></li> <li><a href="rgGRRtest1_table.xls">Mean by SD alleles shared - 780 rows</a></li> +<li><a href="rgGRRtest1.html">rgGRRtest1.html</a></li> <li><a href="Log_rgGRRtest1.txt">Log_rgGRRtest1.txt</a></li> -<li><a href="rgGRRtest1.html">rgGRRtest1.html</a></li> -</ol></div><div><h2>Outliers in tab delimited files linked above are also listed below</h2></div><div><hr><h3>Log from this job (also stored in Log_rgGRRtest1.txt)</h3><pre>Reading genotypes for 40 subjects and 5 markers - +</ol></div><div><h2>Outliers in tab delimited files linked above are also listed below</h2></div><div><hr><h3>Log from this job (also stored in Log_rgGRRtest1.txt)</h3><pre>Reading genotypes for 40 subjects and 25 markers Calculating 780 pairs... - Estimated time is 0.00 to 0.00 seconds ... - -T1: 0.00482821464539 T2: 0.0623338222504 T3: 0.000771522521973 TOT: 0.0691449642181 0 pairs with no (or not enough) comparable genotypes (0.0%) - -Relstate dupe: mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 - -Relstate parentchild: mean(mean)=1.73 sdev(mean)=0.20, mean(sdev)=0.38 sdev(sdev)=0.23 - -Relstate sibpairs: mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 - -Relstate halfsibs: mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 - -Relstate parents: mean(mean)=1.63 sdev(mean)=0.20, mean(sdev)=0.54 sdev(sdev)=0.22 - -Relstate unrelated: mean(mean)=1.55 sdev(mean)=0.24, mean(sdev)=0.59 sdev(sdev)=0.24 - -Relstate unknown: mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 - +T1: 0.00254368782043 T2: 0.018296957016 T3: 0.000444173812866 TOT: 0.022047996521 0 pairs with no (or not enough) comparable genotypes (0.0%) +Relstate dupe (n=0): mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 +Relstate parentchild (n=26): mean(mean)=1.68 sdev(mean)=0.19, mean(sdev)=0.39 sdev(sdev)=0.19 +Relstate sibpairs (n=0): mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 +Relstate halfsibs (n=0): mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 +Relstate parents (n=40): mean(mean)=1.46 sdev(mean)=0.25, mean(sdev)=0.55 sdev(sdev)=0.17 +Relstate unrelated (n=714): mean(mean)=1.44 sdev(mean)=0.21, mean(sdev)=0.58 sdev(sdev)=0.15 +Relstate unknown (n=0): mean(mean)=nan sdev(mean)=0.00, mean(sdev)=nan sdev(sdev)=0.00 780 pairs are available of 780 - Outliers: 0 - Plotting ...</pre><hr></div></body></html> diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgGRR/rgGRRtest1.svg --- a/test-data/rgtestouts/rgGRR/rgGRRtest1.svg Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgGRR/rgGRRtest1.svg Thu May 20 12:38:35 2010 -0400 @@ -17,7 +17,7 @@ var style = {"font-family":"Arial,Helvetica", "fill":"black", "font-size":12}; var dist = 12; var yOffset = 4; - + //A checkBox for each relationship type dupe,parentchild,sibpair,halfsib,parents,unrel,unkn checkBoxes["dupe"] = new checkBox("dupe","checkboxes",20,40,"cbRect","cbCross",true,"Duplicate",style,dist,yOffset,undefined,hideShowLayer); checkBoxes["parentchild"] = new checkBox("parentchild","checkboxes",20,60,"cbRect","cbCross",true,"Parent-Child",style,dist,yOffset,undefined,hideShowLayer); @@ -28,7 +28,7 @@ checkBoxes["unknown"] = new checkBox("unknown","checkboxes",20,160,"cbRect","cbCross",true,"Unknown",style,dist,yOffset,undefined,hideShowLayer); } - + function hideShowLayer(id, status, label) { var vis = "hidden"; if (status) { @@ -36,7 +36,7 @@ } document.getElementById(id).setAttributeNS(null, 'visibility', vis); } - + function showBTT(evt, rel, mm, dm, md, dd, n, mg, dg, lg, hg) { var x = parseInt(evt.pageX)-250; var y = parseInt(evt.pageY)-110; @@ -133,7 +133,7 @@ document.getElementById("otRmean").textContent = "relmean="+rmean; document.getElementById("otRsdev").textContent = "relsdev="+rsdev; document.getElementById("otHead").setAttribute('fill', fill); - + var tt = document.getElementById("otTip"); tt.setAttribute("transform", "translate("+x+","+y+")"); tt.setAttribute('visibility', 'visible'); @@ -147,7 +147,7 @@ document.getElementById("otTip").setAttributeNS(null, 'visibility', 'hidden'); } - ]]> + ]]> </script> <defs> <!-- symbols for check boxes --> @@ -179,7 +179,7 @@ <!-- Grid Lines --> <g style="fill:none; stroke:#dddddd; stroke-width:1; stroke-dasharray:2,2; text-anchor:end; shape-rendering:crispEdges"> - + <!-- Vertical grid lines --> <line x1="125" y1="0" x2="115" y2="600" /> <line x1="230" y1="0" x2="230" y2="600" /> @@ -215,16 +215,16 @@ <rect x="120" y="135" width="10" height="10" fill="gold" stroke="gold" stroke-width="1" cursor="pointer"/> <rect x="120" y="155" width="10" height="10" fill="gray" stroke="gray" stroke-width="1" cursor="pointer"/> <text x="15" y="195" style="fill:black; stroke:none" font-size="12" font-family="Arial" >Zscore gt 15</text> - <circle cx="125" cy="192" r="6" style="stroke:red; fill:gold; fill-opacity:1.0; stroke-width:1;"/> + <circle cx="125" cy="192" r="6" style="stroke:red; fill:gold; fill-opacity:1.0; stroke-width:1;"/> <text x="15" y="215" style="fill:black; stroke:none" font-size="12" font-family="Arial" >Zscore 4 to 15</text> - <circle cx="125" cy="212" r="3" style="stroke:gold; fill:gold; fill-opacity:1.0; stroke-width:1;"/> + <circle cx="125" cy="212" r="3" style="stroke:gold; fill:gold; fill-opacity:1.0; stroke-width:1;"/> <text x="15" y="235" style="fill:black; stroke:none" font-size="12" font-family="Arial" >Zscore lt 4</text> - <circle cx="125" cy="232" r="2" style="stroke:gold; fill:gold; fill-opacity:1.0; stroke-width:1;"/> + <circle cx="125" cy="232" r="2" style="stroke:gold; fill:gold; fill-opacity:1.0; stroke-width:1;"/> <g id="checkboxes"> </g> </g> - + <g style='fill:black; stroke:none' font-size="17" font-family="Arial"> <!-- X Axis Labels --> <text x="480" y="660">Mean Alleles Shared</text> @@ -232,7 +232,7 @@ <text x="277" y="630" >1.25</text> <text x="564" y="630" >1.5</text> <text x="842" y="630" >1.75</text> - <text x="1140" y="630" >2.0</text> + <text x="1140" y="630" >2.0</text> </g> <g transform="rotate(270)" style="fill:black; stroke:none" font-size="17" font-family="Arial"> @@ -247,103 +247,492 @@ <!-- Plot Title --> <g style="fill:black; stroke:none" font-size="18" font-family="Arial"> - <text x="425" y="-30">rgGRRtest1 (40 subjects, 5 snp)</text> + <text x="425" y="-30">rgGRRtest1 (40 subjects, 25 snp)</text> </g> <!-- One group/layer of points for each relationship type --> <g id="unrelated" style="stroke:gold; fill:gold; fill-opacity:1.0; stroke-width:1;" cursor="pointer"> -<circle cx="-287" cy="25" r="2" onmouseover="showOTT(evt, 5, '13,2,0,0', '1344,1,12,13', 0.75, 0.96, 4, 1.55, 0.59)" onmouseout="hideOTT(evt)" /> -<circle cx="575" cy="0" r="2" - onmouseover="showBTT(evt, 5, 1.50, 0.00, 1.00, 0.00, 11, 2, 0, 2, 2)" +<circle cx="276" cy="202" r="2" + onmouseover="showBTT(evt, 5, 1.24, 0.00, 0.66, 0.00, 2, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="919" cy="331" r="2" - onmouseover="showBTT(evt, 5, 1.80, 0.00, 0.45, 0.00, 143, 2, 0, 2, 2)" +<circle cx="479" cy="134" r="2" + onmouseover="showBTT(evt, 5, 1.42, 0.00, 0.78, 0.00, 2, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="690" cy="63" r="2" - onmouseover="showBTT(evt, 5, 1.60, 0.00, 0.89, 0.00, 20, 2, 0, 2, 2)" +<circle cx="874" cy="338" r="2" + onmouseover="showBTT(evt, 5, 1.76, 0.00, 0.44, 0.00, 12, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="862" cy="300" r="2" - onmouseover="showBTT(evt, 5, 1.75, 0.00, 0.50, 0.00, 34, 2, 0, 2, 2)" +<circle cx="230" cy="212" r="2" + onmouseover="showBTT(evt, 5, 1.20, 0.00, 0.65, 0.00, 7, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="575" cy="253" r="2" - onmouseover="showBTT(evt, 5, 1.50, 0.00, 0.58, 0.00, 28, 2, 0, 2, 2)" +<circle cx="827" cy="325" r="2" + onmouseover="showBTT(evt, 5, 1.72, 0.00, 0.46, 0.00, 22, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="287" cy="25" r="2" - onmouseover="showBTT(evt, 5, 1.25, 0.00, 0.96, 0.00, 21, 2, 0, 2, 2)" +<circle cx="183" cy="152" r="2" onmouseover="showOTT(evt, 5, '1340,9,0,0', '1345,12,0,0', 1.16, 0.75, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="873" cy="338" r="2" + onmouseover="showBTT(evt, 5, 1.76, 0.00, 0.44, 0.00, 3, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="287" cy="300" r="2" - onmouseover="showBTT(evt, 5, 1.25, 0.00, 0.50, 0.00, 9, 2, 0, 2, 2)" +<circle cx="598" cy="208" r="2" onmouseover="showOTT(evt, 5, '117,2,0,0', '1334,12,0,0', 1.52, 0.65, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="799" cy="317" r="2" onmouseover="showOTT(evt, 5, '105,3,0,0', '13,2,0,0', 1.70, 0.47, 23, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="506" cy="50" r="2" + onmouseover="showBTT(evt, 5, 1.44, 0.00, 0.92, 0.00, 2, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="459" cy="271" r="2" - onmouseover="showBTT(evt, 5, 1.40, 0.00, 0.55, 0.00, 80, 2, 0, 2, 2)" +<circle cx="550" cy="293" r="2" + onmouseover="showBTT(evt, 5, 1.48, 0.00, 0.51, 0.00, 7, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="230" cy="-57" r="2" - onmouseover="showBTT(evt, 5, 1.20, 0.00, 1.10, 0.00, 15, 2, 0, 2, 2)" +<circle cx="414" cy="83" r="2" onmouseover="showOTT(evt, 5, '101,3,0,0', '1340,9,0,0', 1.36, 0.86, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="230" cy="80" r="2" + onmouseover="showBTT(evt, 5, 1.20, 0.00, 0.87, 0.00, 2, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="459" cy="63" r="2" - onmouseover="showBTT(evt, 5, 1.40, 0.00, 0.89, 0.00, 61, 2, 0, 2, 2)" +<circle cx="92" cy="144" r="2" onmouseover="showOTT(evt, 5, '1334,12,0,0', '1344,1,12,13', 1.08, 0.76, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="414" cy="258" r="2" + onmouseover="showBTT(evt, 5, 1.36, 0.00, 0.57, 0.00, 6, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> +<circle cx="1099" cy="474" r="2" + onmouseover="showBTT(evt, 5, 1.96, 0.00, 0.21, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="46" cy="194" r="2" onmouseover="showOTT(evt, 5, '1341,11,0,0', '1345,12,0,0', 1.04, 0.68, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="479" cy="169" r="2" onmouseover="showOTT(evt, 5, '13,3,0,0', '1341,1,11,12', 1.42, 0.72, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> <circle cx="1150" cy="600" r="2" - onmouseover="showBTT(evt, 5, 2.00, 0.00, 0.00, 0.00, 41, 2, 0, 2, 2)" + onmouseover="showBTT(evt, 5, 2.00, 0.00, 0.00, 0.00, 7, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="0" cy="175" r="2" - onmouseover="showBTT(evt, 5, 1.00, 0.00, 0.71, 0.00, 5, 2, 0, 2, 2)" +<circle cx="600" cy="293" r="2" onmouseover="showOTT(evt, 5, '112,3,0,0', '13,2,0,0', 1.52, 0.51, 23, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="183" cy="187" r="2" onmouseover="showOTT(evt, 5, '112,1,3,2', '1341,12,0,0', 1.16, 0.69, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="450" cy="300" r="2" onmouseover="showOTT(evt, 5, '13,2,0,0', '1334,10,0,0', 1.39, 0.50, 23, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="322" cy="65" r="2" + onmouseover="showBTT(evt, 5, 1.28, 0.00, 0.89, 0.00, 2, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="230" cy="98" r="2" - onmouseover="showBTT(evt, 5, 1.20, 0.00, 0.84, 0.00, 46, 2, 0, 2, 2)" +<circle cx="459" cy="141" r="2" + onmouseover="showBTT(evt, 5, 1.40, 0.00, 0.76, 0.00, 5, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="230" cy="331" r="2" - onmouseover="showBTT(evt, 5, 1.20, 0.00, 0.45, 0.00, 7, 2, 0, 2, 2)" +<circle cx="766" cy="311" r="2" + onmouseover="showBTT(evt, 5, 1.67, 0.00, 0.48, 0.00, 3, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="0" cy="0" r="2" - onmouseover="showBTT(evt, 5, 1.00, 0.00, 1.00, 0.00, 13, 2, 0, 2, 2)" +<circle cx="95" cy="102" r="2" onmouseover="showOTT(evt, 5, '105,1,3,2', '13,1,3,2', 1.08, 0.83, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="700" cy="300" r="2" + onmouseover="showBTT(evt, 5, 1.61, 0.00, 0.50, 0.00, 2, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="690" cy="271" r="2" - onmouseover="showBTT(evt, 5, 1.60, 0.00, 0.55, 0.00, 176, 2, 0, 2, 2)" +<circle cx="527" cy="294" r="2" + onmouseover="showBTT(evt, 5, 1.46, 0.00, 0.51, 0.00, 2, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="-229" cy="-57" r="2" - onmouseover="showBTT(evt, 5, 0.80, 0.00, 1.10, 0.00, 3, 2, 0, 2, 2)" +<circle cx="800" cy="317" r="2" onmouseover="showOTT(evt, 5, '12,3,0,0', '13,2,0,0', 1.70, 0.47, 23, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="431" cy="211" r="2" onmouseover="showOTT(evt, 5, '101,1,3,2', '1341,11,0,0', 1.37, 0.65, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="275" cy="101" r="2" onmouseover="showOTT(evt, 5, '117,2,0,0', '1340,9,0,0', 1.24, 0.83, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="414" cy="145" r="2" + onmouseover="showBTT(evt, 5, 1.36, 0.00, 0.76, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="368" cy="60" r="2" + onmouseover="showBTT(evt, 5, 1.32, 0.00, 0.90, 0.00, 6, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="321" cy="193" r="2" + onmouseover="showBTT(evt, 5, 1.28, 0.00, 0.68, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="414" cy="217" r="2" + onmouseover="showBTT(evt, 5, 1.36, 0.00, 0.64, 0.00, 12, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="550" cy="244" r="2" onmouseover="showOTT(evt, 5, '105,2,0,0', '13,2,0,0', 1.48, 0.59, 23, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="367" cy="314" r="2" + onmouseover="showBTT(evt, 5, 1.32, 0.00, 0.48, 0.00, 6, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="598" cy="294" r="2" + onmouseover="showBTT(evt, 5, 1.52, 0.00, 0.51, 0.00, 12, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="183" cy="89" r="2" onmouseover="showOTT(evt, 5, '112,2,0,0', '1334,2,12,13', 1.16, 0.85, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="414" cy="113" r="2" + onmouseover="showBTT(evt, 5, 1.36, 0.00, 0.81, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="184" cy="225" r="2" onmouseover="showOTT(evt, 5, '101,3,0,0', '1345,12,0,0', 1.16, 0.62, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="670" cy="297" r="2" + onmouseover="showBTT(evt, 5, 1.58, 0.00, 0.50, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="383" cy="143" r="2" onmouseover="showOTT(evt, 5, '105,1,3,2', '1341,12,0,0', 1.33, 0.76, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="367" cy="223" r="2" + onmouseover="showBTT(evt, 5, 1.32, 0.00, 0.63, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="275" cy="132" r="2" + onmouseover="showBTT(evt, 5, 1.24, 0.00, 0.78, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="287" cy="235" r="2" + onmouseover="showBTT(evt, 5, 1.25, 0.00, 0.61, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="644" cy="296" r="2" + onmouseover="showBTT(evt, 5, 1.56, 0.00, 0.51, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="368" cy="185" r="2" + onmouseover="showBTT(evt, 5, 1.32, 0.00, 0.69, 0.00, 9, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="828" cy="325" r="2" + onmouseover="showBTT(evt, 5, 1.72, 0.00, 0.46, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="958" cy="371" r="2" onmouseover="showOTT(evt, 5, '1340,12,0,0', '1341,1,11,12', 1.83, 0.38, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="414" cy="179" r="2" onmouseover="showOTT(evt, 5, '13,1,3,2', '1341,12,0,0', 1.36, 0.70, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="239" cy="205" r="2" + onmouseover="showBTT(evt, 5, 1.21, 0.00, 0.66, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="450" cy="206" r="2" + onmouseover="showBTT(evt, 5, 1.39, 0.00, 0.66, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="368" cy="223" r="2" + onmouseover="showBTT(evt, 5, 1.32, 0.00, 0.63, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="643" cy="250" r="2" + onmouseover="showBTT(evt, 5, 1.56, 0.00, 0.58, 0.00, 5, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="782" cy="314" r="2" + onmouseover="showBTT(evt, 5, 1.68, 0.00, 0.48, 0.00, 9, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="229" cy="253" r="2" + onmouseover="showBTT(evt, 5, 1.20, 0.00, 0.58, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="506" cy="250" r="2" + onmouseover="showBTT(evt, 5, 1.44, 0.00, 0.58, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="950" cy="367" r="2" + onmouseover="showBTT(evt, 5, 1.83, 0.00, 0.39, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="184" cy="89" r="2" + onmouseover="showBTT(evt, 5, 1.16, 0.00, 0.85, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="736" cy="306" r="2" + onmouseover="showBTT(evt, 5, 1.64, 0.00, 0.49, 0.00, 7, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="383" cy="217" r="2" onmouseover="showOTT(evt, 5, '101,1,3,2', '1344,1,12,13', 1.33, 0.64, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="735" cy="306" r="2" + onmouseover="showBTT(evt, 5, 1.64, 0.00, 0.49, 0.00, 24, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="552" cy="294" r="2" + onmouseover="showBTT(evt, 5, 1.48, 0.00, 0.51, 0.00, 25, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="275" cy="72" r="2" + onmouseover="showBTT(evt, 5, 1.24, 0.00, 0.88, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="505" cy="296" r="2" onmouseover="showOTT(evt, 5, '1334,12,0,0', '1340,12,0,0', 1.44, 0.51, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="551" cy="294" r="2" onmouseover="showOTT(evt, 5, '117,1,3,2', '1341,12,0,0', 1.48, 0.51, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="276" cy="132" r="2" onmouseover="showOTT(evt, 5, '101,3,0,0', '1334,2,12,13', 1.24, 0.78, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="460" cy="175" r="2" + onmouseover="showBTT(evt, 5, 1.40, 0.00, 0.71, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="143" cy="89" r="2" + onmouseover="showBTT(evt, 5, 1.13, 0.00, 0.85, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="506" cy="296" r="2" + onmouseover="showBTT(evt, 5, 1.44, 0.00, 0.51, 0.00, 35, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="-138" cy="-7" r="2" onmouseover="showOTT(evt, 5, '1340,9,0,0', '1344,1,12,13', 0.88, 1.01, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="349" cy="219" r="2" onmouseover="showOTT(evt, 5, '117,3,0,0', '13,2,0,0', 1.30, 0.63, 23, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="0" cy="166" r="2" onmouseover="showOTT(evt, 5, '101,1,3,2', '1340,9,0,0', 1.00, 0.72, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="735" cy="258" r="2" + onmouseover="showBTT(evt, 5, 1.64, 0.00, 0.57, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="814" cy="321" r="2" + onmouseover="showBTT(evt, 5, 1.71, 0.00, 0.46, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="459" cy="253" r="2" + onmouseover="showBTT(evt, 5, 1.40, 0.00, 0.58, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="143" cy="232" r="2" onmouseover="showOTT(evt, 5, '1334,2,12,13', '1341,1,11,12', 1.13, 0.61, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="431" cy="303" r="2" + onmouseover="showBTT(evt, 5, 1.37, 0.00, 0.49, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="479" cy="102" r="2" + onmouseover="showBTT(evt, 5, 1.42, 0.00, 0.83, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="690" cy="300" r="2" + onmouseover="showBTT(evt, 5, 1.60, 0.00, 0.50, 0.00, 18, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="322" cy="193" r="2" + onmouseover="showBTT(evt, 5, 1.28, 0.00, 0.68, 0.00, 7, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="-184" cy="152" r="2" + onmouseover="showBTT(evt, 5, 0.84, 0.00, 0.75, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="766" cy="143" r="2" onmouseover="showOTT(evt, 5, '1334,1,10,11', '1341,1,11,12', 1.67, 0.76, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="335" cy="149" r="2" + onmouseover="showBTT(evt, 5, 1.29, 0.00, 0.75, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="919" cy="355" r="2" + onmouseover="showBTT(evt, 5, 1.80, 0.00, 0.41, 0.00, 16, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="383" cy="311" r="2" onmouseover="showOTT(evt, 5, '101,1,3,2', '112,3,0,0', 1.33, 0.48, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="597" cy="294" r="2" + onmouseover="showBTT(evt, 5, 1.52, 0.00, 0.51, 0.00, 15, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="0" cy="212" r="2" onmouseover="showOTT(evt, 5, '13,3,0,0', '1334,2,12,13', 1.00, 0.65, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="527" cy="247" r="2" onmouseover="showOTT(evt, 5, '101,1,3,2', '117,1,3,2', 1.46, 0.59, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="138" cy="239" r="2" + onmouseover="showBTT(evt, 5, 1.12, 0.00, 0.60, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="459" cy="80" r="2" + onmouseover="showBTT(evt, 5, 1.40, 0.00, 0.87, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="46" cy="276" r="2" onmouseover="showOTT(evt, 5, '13,3,0,0', '1341,12,0,0', 1.04, 0.54, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="138" cy="-7" r="2" + onmouseover="showBTT(evt, 5, 1.12, 0.00, 1.01, 0.00, 2, 3, 0, 3, 3)" + onmouseout="hideBTT(evt)" /> +<circle cx="505" cy="209" r="2" + onmouseover="showBTT(evt, 5, 1.44, 0.00, 0.65, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="46" cy="159" r="2" onmouseover="showOTT(evt, 5, '101,2,0,0', '1340,9,0,0', 1.04, 0.73, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="575" cy="246" r="2" onmouseover="showOTT(evt, 5, '1341,1,11,12', '1344,1,12,13', 1.50, 0.59, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="184" cy="119" r="2" onmouseover="showOTT(evt, 5, '117,3,0,0', '1340,9,0,0', 1.16, 0.80, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="0" cy="80" r="2" + onmouseover="showBTT(evt, 5, 1.00, 0.00, 0.87, 0.00, 5, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="0" cy="52" r="2" onmouseover="showOTT(evt, 5, '117,1,3,2', '1340,9,0,0', 1.00, 0.91, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="322" cy="157" r="2" + onmouseover="showBTT(evt, 5, 1.28, 0.00, 0.74, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="383" cy="261" r="2" + onmouseover="showBTT(evt, 5, 1.33, 0.00, 0.56, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="-138" cy="164" r="2" + onmouseover="showBTT(evt, 5, 0.88, 0.00, 0.73, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="966" cy="375" r="2" + onmouseover="showBTT(evt, 5, 1.84, 0.00, 0.37, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="335" cy="185" r="2" + onmouseover="showBTT(evt, 5, 1.29, 0.00, 0.69, 0.00, 5, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="622" cy="294" r="2" + onmouseover="showBTT(evt, 5, 1.54, 0.00, 0.51, 0.00, 11, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="575" cy="131" r="2" onmouseover="showOTT(evt, 5, '105,1,3,2', '1344,1,12,13', 1.50, 0.78, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="622" cy="247" r="2" + onmouseover="showBTT(evt, 5, 1.54, 0.00, 0.59, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="413" cy="145" r="2" + onmouseover="showBTT(evt, 5, 1.36, 0.00, 0.76, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="335" cy="321" r="2" + onmouseover="showBTT(evt, 5, 1.29, 0.00, 0.46, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="781" cy="314" r="2" + onmouseover="showBTT(evt, 5, 1.68, 0.00, 0.48, 0.00, 12, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="383" cy="178" r="2" onmouseover="showOTT(evt, 5, '105,1,3,2', '12,3,0,0', 1.33, 0.70, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="92" cy="257" r="2" + onmouseover="showBTT(evt, 5, 1.08, 0.00, 0.57, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="138" cy="100" r="2" + onmouseover="showBTT(evt, 5, 1.12, 0.00, 0.83, 0.00, 6, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="368" cy="265" r="2" onmouseover="showOTT(evt, 5, '1340,12,0,0', '1344,1,12,13', 1.32, 0.56, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="-191" cy="49" r="2" onmouseover="showOTT(evt, 5, '105,1,3,2', '1340,9,0,0', 0.83, 0.92, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="414" cy="306" r="2" + onmouseover="showBTT(evt, 5, 1.36, 0.00, 0.49, 0.00, 16, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="479" cy="249" r="2" onmouseover="showOTT(evt, 5, '101,1,3,2', '1334,1,10,11', 1.42, 0.58, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="450" cy="250" r="2" + onmouseover="showBTT(evt, 5, 1.39, 0.00, 0.58, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="321" cy="275" r="2" onmouseover="showOTT(evt, 5, '101,3,0,0', '105,3,0,0', 1.28, 0.54, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="92" cy="54" r="2" + onmouseover="showBTT(evt, 5, 1.08, 0.00, 0.91, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="597" cy="248" r="2" + onmouseover="showBTT(evt, 5, 1.52, 0.00, 0.59, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="239" cy="167" r="2" + onmouseover="showBTT(evt, 5, 1.21, 0.00, 0.72, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="479" cy="297" r="2" + onmouseover="showBTT(evt, 5, 1.42, 0.00, 0.50, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="92" cy="304" r="2" onmouseover="showOTT(evt, 5, '13,3,0,0', '1334,12,0,0', 1.08, 0.49, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="1011" cy="401" r="2" onmouseover="showOTT(evt, 5, '112,3,0,0', '1334,10,0,0', 1.88, 0.33, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="413" cy="306" r="2" + onmouseover="showBTT(evt, 5, 1.36, 0.00, 0.49, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="184" cy="375" r="2" onmouseover="showOTT(evt, 5, '13,3,0,0', '1334,10,0,0', 1.16, 0.37, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="191" cy="178" r="2" + onmouseover="showBTT(evt, 5, 1.17, 0.00, 0.70, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="575" cy="293" r="2" + onmouseover="showBTT(evt, 5, 1.50, 0.00, 0.51, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="0" cy="131" r="2" onmouseover="showOTT(evt, 5, '1340,9,0,0', '1341,1,11,12', 1.00, 0.78, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="191" cy="217" r="2" + onmouseover="showBTT(evt, 5, 1.17, 0.00, 0.64, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="138" cy="164" r="2" + onmouseover="showBTT(evt, 5, 1.12, 0.00, 0.73, 0.00, 7, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="643" cy="296" r="2" + onmouseover="showBTT(evt, 5, 1.56, 0.00, 0.51, 0.00, 41, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="322" cy="325" r="2" + onmouseover="showBTT(evt, 5, 1.28, 0.00, 0.46, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="552" cy="248" r="2" + onmouseover="showBTT(evt, 5, 1.48, 0.00, 0.59, 0.00, 5, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="690" cy="253" r="2" + onmouseover="showBTT(evt, 5, 1.60, 0.00, 0.58, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="718" cy="303" r="2" + onmouseover="showBTT(evt, 5, 1.62, 0.00, 0.49, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="551" cy="248" r="2" onmouseover="showOTT(evt, 5, '105,3,0,0', '117,3,0,0', 1.48, 0.59, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="414" cy="180" r="2" + onmouseover="showBTT(evt, 5, 1.36, 0.00, 0.70, 0.00, 10, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="230" cy="141" r="2" + onmouseover="showBTT(evt, 5, 1.20, 0.00, 0.76, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="367" cy="265" r="2" + onmouseover="showBTT(evt, 5, 1.32, 0.00, 0.56, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="643" cy="209" r="2" + onmouseover="showBTT(evt, 5, 1.56, 0.00, 0.65, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="275" cy="165" r="2" + onmouseover="showBTT(evt, 5, 1.24, 0.00, 0.72, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="276" cy="165" r="2" + onmouseover="showBTT(evt, 5, 1.24, 0.00, 0.72, 0.00, 5, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="1103" cy="479" r="2" + onmouseover="showBTT(evt, 5, 1.96, 0.00, 0.20, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="552" cy="171" r="2" onmouseover="showOTT(evt, 5, '117,2,0,0', '1344,1,12,13', 1.48, 0.71, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="92" cy="215" r="2" onmouseover="showOTT(evt, 5, '112,2,0,0', '1334,10,0,0', 1.08, 0.64, 25, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="459" cy="300" r="2" + onmouseover="showBTT(evt, 5, 1.40, 0.00, 0.50, 0.00, 19, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="49" cy="105" r="2" onmouseover="showOTT(evt, 5, '13,2,0,0', '1344,1,12,13', 1.04, 0.82, 23, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="287" cy="194" r="2" + onmouseover="showBTT(evt, 5, 1.25, 0.00, 0.68, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="597" cy="208" r="2" + onmouseover="showBTT(evt, 5, 1.52, 0.00, 0.65, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="199" cy="209" r="2" onmouseover="showOTT(evt, 5, '13,2,0,0', '1345,12,0,0', 1.17, 0.65, 23, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="287" cy="334" r="2" onmouseover="showOTT(evt, 5, '101,1,3,2', '1341,12,0,0', 1.25, 0.44, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="322" cy="231" r="2" + onmouseover="showBTT(evt, 5, 1.28, 0.00, 0.61, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="527" cy="167" r="2" onmouseover="showOTT(evt, 5, '105,1,3,2', '117,1,3,2', 1.46, 0.72, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="199" cy="133" r="2" onmouseover="showOTT(evt, 5, '117,1,3,2', '13,2,0,0', 1.17, 0.78, 23, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="230" cy="175" r="2" + onmouseover="showBTT(evt, 5, 1.20, 0.00, 0.71, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="431" cy="138" r="2" onmouseover="showOTT(evt, 5, '105,1,3,2', '1345,12,0,0', 1.37, 0.77, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="459" cy="212" r="2" + onmouseover="showBTT(evt, 5, 1.40, 0.00, 0.65, 0.00, 5, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="143" cy="155" r="2" + onmouseover="showBTT(evt, 5, 1.12, 0.00, 0.74, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="183" cy="225" r="2" + onmouseover="showBTT(evt, 5, 1.16, 0.00, 0.62, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="431" cy="254" r="2" onmouseover="showOTT(evt, 5, '101,1,3,2', '1334,12,0,0', 1.38, 0.58, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="574" cy="166" r="2" onmouseover="showOTT(evt, 5, '12,3,0,0', '1341,1,11,12', 1.50, 0.72, 24, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="321" cy="65" r="2" + onmouseover="showBTT(evt, 5, 1.28, 0.00, 0.89, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="184" cy="152" r="2" + onmouseover="showBTT(evt, 5, 1.16, 0.00, 0.75, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="276" cy="241" r="2" + onmouseover="showBTT(evt, 5, 1.24, 0.00, 0.60, 0.00, 3, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="418" cy="163" r="2" onmouseover="showOTT(evt, 5, '13,2,0,0', '1341,1,11,12', 1.36, 0.73, 22, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="506" cy="209" r="2" + onmouseover="showBTT(evt, 5, 1.44, 0.00, 0.65, 0.00, 5, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="749" cy="307" r="2" + onmouseover="showBTT(evt, 5, 1.65, 0.00, 0.49, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="649" cy="295" r="2" + onmouseover="showBTT(evt, 5, 1.57, 0.00, 0.51, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="368" cy="314" r="2" + onmouseover="showBTT(evt, 5, 1.32, 0.00, 0.48, 0.00, 8, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="249" cy="240" r="2" onmouseover="showOTT(evt, 5, '117,2,0,0', '13,2,0,0', 1.22, 0.60, 23, 1.44, 0.58)" onmouseout="hideOTT(evt)" /> +<circle cx="322" cy="125" r="2" + onmouseover="showBTT(evt, 5, 1.28, 0.00, 0.79, 0.00, 8, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="250" cy="197" r="2" + onmouseover="showBTT(evt, 5, 1.22, 0.00, 0.67, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="368" cy="151" r="2" + onmouseover="showBTT(evt, 5, 1.32, 0.00, 0.75, 0.00, 4, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="287" cy="157" r="2" + onmouseover="showBTT(evt, 5, 1.25, 0.00, 0.74, 0.00, 3, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> </g> <g id="parents" style="stroke:lightgreen; fill:lightgreen; fill-opacity:1.0; stroke-width:1;" cursor="pointer"> -<circle cx="287" cy="25" r="2" onmouseover="showOTT(evt, 4, '13,2,0,0', '13,3,0,0', 1.25, 0.96, 4, 1.63, 0.54)" onmouseout="hideOTT(evt)" /> -<circle cx="919" cy="331" r="2" - onmouseover="showBTT(evt, 4, 1.80, 0.00, 0.45, 0.00, 12, 2, 0, 2, 2)" +<circle cx="874" cy="338" r="2" onmouseover="showOTT(evt, 4, '117,2,0,0', '117,3,0,0', 1.76, 0.44, 25, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> +<circle cx="827" cy="325" r="2" + onmouseover="showBTT(evt, 4, 1.72, 0.00, 0.46, 0.00, 2, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="690" cy="63" r="2" - onmouseover="showBTT(evt, 4, 1.60, 0.00, 0.89, 0.00, 2, 2, 0, 2, 2)" +<circle cx="643" cy="296" r="2" + onmouseover="showBTT(evt, 4, 1.56, 0.00, 0.51, 0.00, 4, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> +<circle cx="230" cy="175" r="2" onmouseover="showOTT(evt, 4, '112,2,0,0', '112,3,0,0', 1.20, 0.71, 25, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> +<circle cx="276" cy="165" r="2" onmouseover="showOTT(evt, 4, '1334,11,0,0', '1334,12,0,0', 1.24, 0.72, 25, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> +<circle cx="549" cy="200" r="2" onmouseover="showOTT(evt, 4, '13,2,0,0', '13,3,0,0', 1.48, 0.67, 23, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> +<circle cx="966" cy="375" r="2" onmouseover="showOTT(evt, 4, '1334,10,0,0', '1334,12,0,0', 1.84, 0.37, 25, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> <circle cx="1150" cy="600" r="2" - onmouseover="showBTT(evt, 4, 2.00, 0.00, 0.00, 0.00, 3, 2, 0, 2, 2)" + onmouseover="showBTT(evt, 4, 2.00, 0.00, 0.00, 0.00, 2, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="459" cy="271" r="2" - onmouseover="showBTT(evt, 4, 1.40, 0.00, 0.55, 0.00, 6, 2, 0, 2, 2)" +<circle cx="183" cy="187" r="2" + onmouseover="showBTT(evt, 4, 1.16, 0.00, 0.69, 0.00, 3, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="459" cy="63" r="2" - onmouseover="showBTT(evt, 4, 1.40, 0.00, 0.89, 0.00, 3, 2, 0, 2, 2)" +<circle cx="781" cy="314" r="2" + onmouseover="showBTT(evt, 4, 1.68, 0.00, 0.48, 0.00, 3, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="230" cy="98" r="2" onmouseover="showOTT(evt, 4, '1340,2,11,12', '1340,9,0,0', 1.20, 0.84, 5, 1.63, 0.54)" onmouseout="hideOTT(evt)" /> -<circle cx="690" cy="271" r="2" - onmouseover="showBTT(evt, 4, 1.60, 0.00, 0.55, 0.00, 12, 2, 0, 2, 2)" +<circle cx="735" cy="306" r="2" + onmouseover="showBTT(evt, 4, 1.64, 0.00, 0.49, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="322" cy="231" r="2" onmouseover="showOTT(evt, 4, '1334,11,0,0', '1334,13,0,0', 1.28, 0.61, 25, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> +<circle cx="506" cy="296" r="2" onmouseover="showOTT(evt, 4, '1340,11,0,0', '1340,9,0,0', 1.44, 0.51, 25, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> +<circle cx="367" cy="314" r="2" onmouseover="showOTT(evt, 4, '1334,1,10,11', '1334,12,0,0', 1.32, 0.48, 25, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> +<circle cx="183" cy="225" r="2" onmouseover="showOTT(evt, 4, '1334,1,10,11', '1334,2,12,13', 1.16, 0.62, 25, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> +<circle cx="735" cy="258" r="2" onmouseover="showOTT(evt, 4, '105,2,0,0', '105,3,0,0', 1.64, 0.57, 25, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> +<circle cx="184" cy="152" r="2" onmouseover="showOTT(evt, 4, '1340,2,11,12', '1340,9,0,0', 1.16, 0.75, 25, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> +<circle cx="183" cy="89" r="2" onmouseover="showOTT(evt, 4, '1334,11,0,0', '1334,2,12,13', 1.16, 0.85, 25, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> +<circle cx="184" cy="225" r="2" onmouseover="showOTT(evt, 4, '1340,12,0,0', '1340,9,0,0', 1.16, 0.62, 25, 1.46, 0.55)" onmouseout="hideOTT(evt)" /> +<circle cx="92" cy="215" r="2" + onmouseover="showBTT(evt, 4, 1.08, 0.00, 0.64, 0.00, 2, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="597" cy="294" r="2" + onmouseover="showBTT(evt, 4, 1.52, 0.00, 0.51, 0.00, 6, 2, 0, 2, 2)" + onmouseout="hideBTT(evt)" /> +<circle cx="335" cy="149" r="2" + onmouseover="showBTT(evt, 4, 1.29, 0.00, 0.75, 0.00, 3, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> </g> <g id="parentchild" style="stroke:dodgerblue; fill:dodgerblue; fill-opacity:1.0; stroke-width:1;" cursor="pointer"> -<circle cx="919" cy="331" r="2" - onmouseover="showBTT(evt, 1, 1.80, 0.00, 0.45, 0.00, 4, 2, 0, 2, 2)" +<circle cx="699" cy="300" r="2" onmouseover="showOTT(evt, 1, '13,1,3,2', '13,2,0,0', 1.61, 0.50, 23, 1.68, 0.39)" onmouseout="hideOTT(evt)" /> +<circle cx="874" cy="338" r="2" onmouseover="showOTT(evt, 1, '1340,12,0,0', '1340,2,11,12', 1.76, 0.44, 25, 1.68, 0.39)" onmouseout="hideOTT(evt)" /> +<circle cx="966" cy="375" r="2" onmouseover="showOTT(evt, 1, '117,1,3,2', '117,3,0,0', 1.84, 0.37, 25, 1.68, 0.39)" onmouseout="hideOTT(evt)" /> +<circle cx="622" cy="294" r="2" onmouseover="showOTT(evt, 1, '101,1,3,2', '101,3,0,0', 1.54, 0.51, 24, 1.68, 0.39)" onmouseout="hideOTT(evt)" /> +<circle cx="690" cy="300" r="2" onmouseover="showOTT(evt, 1, '1334,1,10,11', '1334,11,0,0', 1.60, 0.50, 25, 1.68, 0.39)" onmouseout="hideOTT(evt)" /> +<circle cx="527" cy="294" r="2" onmouseover="showOTT(evt, 1, '105,1,3,2', '105,2,0,0', 1.46, 0.51, 24, 1.68, 0.39)" onmouseout="hideOTT(evt)" /> +<circle cx="479" cy="297" r="2" onmouseover="showOTT(evt, 1, '1341,1,11,12', '1341,11,0,0', 1.42, 0.50, 24, 1.68, 0.39)" onmouseout="hideOTT(evt)" /> +<circle cx="1150" cy="600" r="2" + onmouseover="showBTT(evt, 1, 2.00, 0.00, 0.00, 0.00, 5, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="862" cy="300" r="2" - onmouseover="showBTT(evt, 1, 1.75, 0.00, 0.50, 0.00, 3, 2, 0, 2, 2)" +<circle cx="690" cy="299" r="2" onmouseover="showOTT(evt, 1, '117,1,3,2', '117,2,0,0', 1.60, 0.50, 25, 1.68, 0.39)" onmouseout="hideOTT(evt)" /> +<circle cx="827" cy="325" r="2" + onmouseover="showBTT(evt, 1, 1.72, 0.00, 0.46, 0.00, 3, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="575" cy="253" r="2" onmouseover="showOTT(evt, 1, '13,1,3,2', '13,2,0,0', 1.50, 0.58, 4, 1.73, 0.38)" onmouseout="hideOTT(evt)" /> -<circle cx="1150" cy="600" r="2" - onmouseover="showBTT(evt, 1, 2.00, 0.00, 0.00, 0.00, 7, 2, 0, 2, 2)" +<circle cx="552" cy="294" r="2" + onmouseover="showBTT(evt, 1, 1.48, 0.00, 0.51, 0.00, 2, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="459" cy="271" r="2" - onmouseover="showBTT(evt, 1, 1.40, 0.00, 0.55, 0.00, 3, 2, 0, 2, 2)" +<circle cx="965" cy="375" r="2" onmouseover="showOTT(evt, 1, '1334,12,0,0', '1334,2,12,13', 1.84, 0.37, 25, 1.68, 0.39)" onmouseout="hideOTT(evt)" /> +<circle cx="643" cy="296" r="2" + onmouseover="showBTT(evt, 1, 1.56, 0.00, 0.51, 0.00, 3, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> -<circle cx="690" cy="271" r="2" - onmouseover="showBTT(evt, 1, 1.60, 0.00, 0.55, 0.00, 8, 2, 0, 2, 2)" +<circle cx="718" cy="303" r="2" onmouseover="showOTT(evt, 1, '1341,1,11,12', '1341,12,0,0', 1.62, 0.49, 24, 1.68, 0.39)" onmouseout="hideOTT(evt)" /> +<circle cx="597" cy="294" r="2" + onmouseover="showBTT(evt, 1, 1.52, 0.00, 0.51, 0.00, 2, 2, 0, 2, 2)" onmouseout="hideBTT(evt)" /> +<circle cx="575" cy="293" r="2" onmouseover="showOTT(evt, 1, '105,1,3,2', '105,3,0,0', 1.50, 0.51, 24, 1.68, 0.39)" onmouseout="hideOTT(evt)" /> </g> <g id="unknown" style="stroke:gray; fill:gray; fill-opacity:1.0; stroke-width:1;" cursor="pointer"> </g> diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgGRR/rgGRRtest1_table.xls --- a/test-data/rgtestouts/rgGRR/rgGRRtest1_table.xls Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgGRR/rgGRRtest1_table.xls Thu May 20 12:38:35 2010 -0400 @@ -1,781 +1,781 @@ -fid1 iid1 fid2 iid2 mean sdev zmean zsdev geno relcode -101_1 101_2 1.400000 0.894427 1.351962 -1.627597 5 5 -101_1 101_3 1.400000 0.894427 0.105472 0.511563 5 5 -101_1 105_1 1.400000 0.894427 -0.219631 -0.070847 5 5 -101_1 105_2 1.400000 0.894427 0.821646 -0.397216 5 5 -101_1 105_3 1.400000 0.894427 0.821646 -0.397216 5 5 -101_1 112_1 1.400000 0.894427 -0.219631 1.712469 5 5 -101_1 112_2 1.400000 0.894427 -1.260908 1.532838 5 5 -101_1 112_3 1.400000 0.894427 -0.219631 -0.070847 5 5 -101_1 117_1 1.400000 0.894427 0.821646 -0.397216 5 5 -101_1 117_2 1.400000 0.894427 0.821646 -0.397216 5 5 -101_1 117_3 1.400000 0.894427 0.821646 -0.397216 5 5 -101_1 12_1 1.400000 0.894427 0.821646 -0.397216 5 5 -101_1 12_2 1.400000 0.894427 0.821646 -0.397216 5 5 -101_1 12_3 1.400000 0.894427 0.821646 -0.397216 5 5 -101_1 13_1 1.400000 0.894427 -0.219631 -0.070847 5 5 -101_1 13_2 1.400000 0.894427 -0.219631 1.712469 5 5 -101_1 13_3 1.400000 0.894427 0.821646 -0.397216 5 5 -101_1 1334_1 1.400000 0.894427 0.821646 -0.397216 5 5 -101_1 1334_10 1.400000 0.894427 -0.219631 -0.070847 5 5 -101_1 1334_11 1.400000 0.894427 -1.260908 1.532838 5 5 -101_1 1334_12 1.400000 0.894427 -1.260908 1.532838 5 5 -101_1 1334_13 1.400000 0.894427 -0.219631 -0.070847 5 5 -101_1 1334_2 1.400000 0.894427 -1.260908 1.532838 5 5 -101_1 1340_1 1.400000 0.894427 -0.219631 -0.070847 5 5 -101_1 1340_10 1.400000 0.894427 -0.219631 -0.070847 5 5 -101_1 1340_11 1.400000 0.894427 -0.219631 -0.070847 5 5 -101_1 1340_12 1.400000 0.894427 0.821646 -0.397216 5 5 -101_1 1340_2 1.400000 0.894427 -1.260908 -0.397216 5 5 -101_1 1340_9 1.400000 0.894427 -1.260908 1.532838 5 5 -101_1 1341_1 1.400000 0.894427 0.821646 -0.397216 5 5 -101_1 1341_11 1.400000 0.894427 -1.260908 1.532838 5 5 -101_1 1341_12 1.400000 0.894427 -0.219631 -0.070847 5 5 -101_1 1341_13 1.400000 0.894427 -0.219631 1.712469 5 5 -101_1 1341_14 1.400000 0.894427 -0.219631 1.712469 5 5 -101_1 1341_2 1.400000 0.894427 -0.219631 1.712469 5 5 -101_1 1344_1 1.400000 0.894427 -1.260908 1.532838 5 5 -101_1 1344_12 1.400000 0.894427 -1.260908 -0.397216 5 5 -101_1 1344_13 1.400000 0.894427 -1.260908 -0.397216 5 5 -101_1 1345_12 1.400000 0.894427 -0.219631 -0.070847 5 5 -101_2 101_3 1.400000 0.894427 -0.132290 0.048238 5 5 -101_2 105_1 1.400000 0.894427 -0.219631 -0.070847 5 5 -101_2 105_2 1.400000 0.894427 1.029902 -0.619941 5 5 -101_2 105_3 1.400000 0.894427 1.029902 -0.619941 5 5 -101_2 112_1 1.400000 0.894427 0.196880 1.267018 5 5 -101_2 112_2 1.400000 0.894427 -0.636142 1.267018 5 5 -101_2 112_3 1.400000 0.894427 0.196880 -0.195857 5 5 -101_2 117_1 1.400000 0.894427 1.029902 -0.619941 5 5 -101_2 117_2 1.400000 0.894427 1.029902 -0.619941 5 5 -101_2 117_3 1.400000 0.894427 1.029902 -0.619941 5 5 -101_2 12_1 1.400000 0.894427 1.029902 -0.619941 5 5 -101_2 12_2 1.400000 0.894427 1.029902 -0.619941 5 5 -101_2 12_3 1.400000 0.894427 1.029902 -0.619941 5 5 -101_2 13_1 1.400000 0.894427 0.196880 -0.195857 5 5 -101_2 13_2 1.400000 0.894427 -0.219631 1.712469 5 5 -101_2 13_3 1.400000 0.894427 1.029902 -0.619941 5 5 -101_2 1334_1 1.400000 0.894427 1.029902 -0.619941 5 5 -101_2 1334_10 1.400000 0.894427 0.196880 -0.195857 5 5 -101_2 1334_11 1.400000 0.894427 -0.636142 1.267018 5 5 -101_2 1334_12 1.400000 0.894427 -0.636142 1.267018 5 5 -101_2 1334_13 1.400000 0.894427 0.196880 -0.195857 5 5 -101_2 1334_2 1.400000 0.894427 -0.636142 1.267018 5 5 -101_2 1340_1 1.400000 0.894427 0.196880 -0.195857 5 5 -101_2 1340_10 1.400000 0.894427 0.196880 -0.195857 5 5 -101_2 1340_11 1.400000 0.894427 0.196880 -0.195857 5 5 -101_2 1340_12 1.400000 0.894427 1.029902 -0.619941 5 5 -101_2 1340_2 1.400000 0.894427 -0.636142 -0.195857 5 5 -101_2 1340_9 1.400000 0.894427 -0.636142 1.267018 5 5 -101_2 1341_1 1.400000 0.894427 1.029902 -0.619941 5 5 -101_2 1341_11 1.400000 0.894427 -0.636142 1.267018 5 5 -101_2 1341_12 1.400000 0.894427 0.196880 -0.195857 5 5 -101_2 1341_13 1.400000 0.894427 0.196880 1.267018 5 5 -101_2 1341_14 1.400000 0.894427 0.196880 1.267018 5 5 -101_2 1341_2 1.400000 0.894427 0.196880 1.267018 5 5 -101_2 1344_1 1.400000 0.894427 -0.636142 1.267018 5 5 -101_2 1344_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -101_2 1344_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -101_2 1345_12 1.400000 0.894427 0.196880 -0.195857 5 5 -101_3 105_1 1.400000 0.894427 -1.260908 1.532838 5 5 -101_3 105_2 1.400000 0.894427 -0.636142 -0.195857 5 5 -101_3 105_3 1.400000 0.894427 -0.636142 -0.195857 5 5 -101_3 112_1 1.400000 0.894427 -1.469163 1.023277 5 5 -101_3 112_2 1.400000 0.894427 -2.302185 1.712469 5 5 -101_3 112_3 1.400000 0.894427 0.196880 -0.195857 5 5 -101_3 117_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -101_3 117_2 1.400000 0.894427 1.029902 -0.619941 5 5 -101_3 117_3 1.400000 0.894427 -0.636142 -0.195857 5 5 -101_3 12_1 1.400000 0.894427 1.029902 -0.619941 5 5 -101_3 12_2 1.400000 0.894427 1.029902 -0.619941 5 5 -101_3 12_3 1.400000 0.894427 -0.636142 -0.195857 5 5 -101_3 13_1 1.400000 0.894427 0.196880 -0.195857 5 5 -101_3 13_2 1.400000 0.894427 -1.260908 1.532838 5 5 -101_3 13_3 1.400000 0.894427 -0.636142 -0.195857 5 5 -101_3 1334_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -101_3 1334_10 1.400000 0.894427 0.196880 -0.195857 5 5 -101_3 1334_11 1.400000 0.894427 -2.302185 1.712469 5 5 -101_3 1334_12 1.400000 0.894427 -0.636142 1.267018 5 5 -101_3 1334_13 1.400000 0.894427 -1.469163 -0.619941 5 5 -101_3 1334_2 1.400000 0.894427 -0.636142 1.267018 5 5 -101_3 1340_1 1.400000 0.894427 -1.469163 -0.619941 5 5 -101_3 1340_10 1.400000 0.894427 -1.469163 -0.619941 5 5 -101_3 1340_11 1.400000 0.894427 -1.469163 -0.619941 5 5 -101_3 1340_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -101_3 1340_2 1.400000 0.894427 -2.302185 0.476644 5 5 -101_3 1340_9 1.400000 0.894427 -0.636142 1.267018 5 5 -101_3 1341_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -101_3 1341_11 1.400000 0.894427 -2.302185 1.712469 5 5 -101_3 1341_12 1.400000 0.894427 0.196880 -0.195857 5 5 -101_3 1341_13 1.400000 0.894427 -1.469163 1.023277 5 5 -101_3 1341_14 1.400000 0.894427 -1.469163 1.023277 5 5 -101_3 1341_2 1.400000 0.894427 -1.469163 1.023277 5 5 -101_3 1344_1 1.400000 0.894427 -2.302185 1.712469 5 5 -101_3 1344_12 1.400000 0.894427 -2.302185 0.476644 5 5 -101_3 1344_13 1.400000 0.894427 -2.302185 0.476644 5 5 -101_3 1345_12 1.400000 0.894427 0.196880 -0.195857 5 5 -105_1 105_2 1.400000 0.894427 0.105472 0.511563 5 5 -105_1 105_3 1.400000 0.894427 0.105472 0.511563 5 5 -105_1 112_1 1.400000 0.894427 -0.219631 -0.070847 5 5 -105_1 112_2 1.400000 0.894427 0.821646 -0.397216 5 5 -105_1 112_3 1.400000 0.894427 -0.219631 1.712469 5 5 -105_1 117_1 1.400000 0.894427 -1.260908 -0.397216 5 5 -105_1 117_2 1.400000 0.894427 -1.260908 1.532838 5 5 -105_1 117_3 1.400000 0.894427 -1.260908 -0.397216 5 5 -105_1 12_1 1.400000 0.894427 -1.260908 1.532838 5 5 -105_1 12_2 1.400000 0.894427 -1.260908 1.532838 5 5 -105_1 12_3 1.400000 0.894427 0.821646 -0.397216 5 5 -105_1 13_1 1.400000 0.894427 -0.219631 1.712469 5 5 -105_1 13_2 1.400000 0.894427 -0.219631 -0.070847 5 5 -105_1 13_3 1.400000 0.894427 -1.260908 -0.397216 5 5 -105_1 1334_1 1.400000 0.894427 0.821646 -0.397216 5 5 -105_1 1334_10 1.400000 0.894427 -0.219631 1.712469 5 5 -105_1 1334_11 1.400000 0.894427 0.821646 -0.397216 5 5 -105_1 1334_12 1.400000 0.894427 -1.260908 1.532838 5 5 -105_1 1334_13 1.400000 0.894427 -0.219631 -0.070847 5 5 -105_1 1334_2 1.400000 0.894427 -1.260908 1.532838 5 5 -105_1 1340_1 1.400000 0.894427 -0.219631 -0.070847 5 5 -105_1 1340_10 1.400000 0.894427 -0.219631 -0.070847 5 5 -105_1 1340_11 1.400000 0.894427 -0.219631 -0.070847 5 5 -105_1 1340_12 1.400000 0.894427 0.821646 -0.397216 5 5 -105_1 1340_2 1.400000 0.894427 0.821646 -0.397216 5 5 -105_1 1340_9 1.400000 0.894427 -1.260908 1.532838 5 5 -105_1 1341_1 1.400000 0.894427 0.821646 -0.397216 5 5 -105_1 1341_11 1.400000 0.894427 0.821646 -0.397216 5 5 -105_1 1341_12 1.400000 0.894427 -0.219631 1.712469 5 5 -105_1 1341_13 1.400000 0.894427 -0.219631 -0.070847 5 5 -105_1 1341_14 1.400000 0.894427 -0.219631 -0.070847 5 5 -105_1 1341_2 1.400000 0.894427 -0.219631 -0.070847 5 5 -105_1 1344_1 1.400000 0.894427 -1.260908 1.532838 5 5 -105_1 1344_12 1.400000 0.894427 0.821646 -0.397216 5 5 -105_1 1344_13 1.400000 0.894427 0.821646 -0.397216 5 5 -105_1 1345_12 1.400000 0.894427 -0.219631 1.712469 5 5 -105_2 105_3 1.400000 0.894427 1.883560 -2.485480 5 5 -105_2 112_1 1.400000 0.894427 1.029902 -0.619941 5 5 -105_2 112_2 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 112_3 1.400000 0.894427 1.029902 -0.619941 5 5 -105_2 117_1 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 117_2 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 117_3 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 12_1 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 12_2 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 12_3 1.400000 0.894427 1.862924 -2.506901 5 5 -105_2 13_1 1.400000 0.894427 1.029902 -0.619941 5 5 -105_2 13_2 1.400000 0.894427 0.821646 -0.397216 5 5 -105_2 13_3 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 1334_1 1.400000 0.894427 1.862924 -2.506901 5 5 -105_2 1334_10 1.400000 0.894427 1.029902 -0.619941 5 5 -105_2 1334_11 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 1334_12 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 1334_13 1.400000 0.894427 1.029902 -0.619941 5 5 -105_2 1334_2 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 1340_1 1.400000 0.894427 1.029902 -0.619941 5 5 -105_2 1340_10 1.400000 0.894427 1.029902 -0.619941 5 5 -105_2 1340_11 1.400000 0.894427 1.029902 -0.619941 5 5 -105_2 1340_12 1.400000 0.894427 1.862924 -2.506901 5 5 -105_2 1340_2 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 1340_9 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 1341_1 1.400000 0.894427 1.862924 -2.506901 5 5 -105_2 1341_11 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 1341_12 1.400000 0.894427 1.029902 -0.619941 5 5 -105_2 1341_13 1.400000 0.894427 1.029902 -0.619941 5 5 -105_2 1341_14 1.400000 0.894427 1.029902 -0.619941 5 5 -105_2 1341_2 1.400000 0.894427 1.029902 -0.619941 5 5 -105_2 1344_1 1.400000 0.894427 -1.469163 1.023277 5 5 -105_2 1344_12 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 1344_13 1.400000 0.894427 0.196880 -0.195857 5 5 -105_2 1345_12 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 112_1 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 112_2 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 112_3 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 117_1 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 117_2 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 117_3 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 12_1 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 12_2 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 12_3 1.400000 0.894427 1.862924 -2.506901 5 5 -105_3 13_1 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 13_2 1.400000 0.894427 0.821646 -0.397216 5 5 -105_3 13_3 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 1334_1 1.400000 0.894427 1.862924 -2.506901 5 5 -105_3 1334_10 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 1334_11 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 1334_12 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 1334_13 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 1334_2 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 1340_1 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 1340_10 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 1340_11 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 1340_12 1.400000 0.894427 1.862924 -2.506901 5 5 -105_3 1340_2 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 1340_9 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 1341_1 1.400000 0.894427 1.862924 -2.506901 5 5 -105_3 1341_11 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 1341_12 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 1341_13 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 1341_14 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 1341_2 1.400000 0.894427 1.029902 -0.619941 5 5 -105_3 1344_1 1.400000 0.894427 -1.469163 1.023277 5 5 -105_3 1344_12 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 1344_13 1.400000 0.894427 0.196880 -0.195857 5 5 -105_3 1345_12 1.400000 0.894427 1.029902 -0.619941 5 5 -112_1 112_2 1.400000 0.894427 0.354770 0.285726 5 5 -112_1 112_3 1.400000 0.894427 -0.642422 0.715736 5 5 -112_1 117_1 1.400000 0.894427 -0.636142 1.267018 5 5 -112_1 117_2 1.400000 0.894427 -0.636142 1.267018 5 5 -112_1 117_3 1.400000 0.894427 -0.636142 1.267018 5 5 -112_1 12_1 1.400000 0.894427 -0.636142 1.267018 5 5 -112_1 12_2 1.400000 0.894427 -0.636142 1.267018 5 5 -112_1 12_3 1.400000 0.894427 1.029902 -0.619941 5 5 -112_1 13_1 1.400000 0.894427 0.196880 -0.195857 5 5 -112_1 13_2 1.400000 0.894427 1.862924 -2.506901 5 5 -112_1 13_3 1.400000 0.894427 -0.636142 1.267018 5 5 -112_1 1334_1 1.400000 0.894427 1.029902 -0.619941 5 5 -112_1 1334_10 1.400000 0.894427 0.196880 -0.195857 5 5 -112_1 1334_11 1.400000 0.894427 1.029902 -0.619941 5 5 -112_1 1334_12 1.400000 0.894427 1.029902 -0.619941 5 5 -112_1 1334_13 1.400000 0.894427 0.196880 -0.195857 5 5 -112_1 1334_2 1.400000 0.894427 1.029902 -0.619941 5 5 -112_1 1340_1 1.400000 0.894427 0.196880 -0.195857 5 5 -112_1 1340_10 1.400000 0.894427 0.196880 -0.195857 5 5 -112_1 1340_11 1.400000 0.894427 0.196880 -0.195857 5 5 -112_1 1340_12 1.400000 0.894427 1.029902 -0.619941 5 5 -112_1 1340_2 1.400000 0.894427 -0.636142 -0.195857 5 5 -112_1 1340_9 1.400000 0.894427 1.029902 -0.619941 5 5 -112_1 1341_1 1.400000 0.894427 1.029902 -0.619941 5 5 -112_1 1341_11 1.400000 0.894427 1.029902 -0.619941 5 5 -112_1 1341_12 1.400000 0.894427 0.196880 -0.195857 5 5 -112_1 1341_13 1.400000 0.894427 1.862924 -2.506901 5 5 -112_1 1341_14 1.400000 0.894427 1.862924 -2.506901 5 5 -112_1 1341_2 1.400000 0.894427 1.862924 -2.506901 5 5 -112_1 1344_1 1.400000 0.894427 -2.302185 1.712469 5 5 -112_1 1344_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -112_1 1344_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -112_1 1345_12 1.400000 0.894427 0.196880 -0.195857 5 5 -112_2 112_3 1.400000 0.894427 -1.140216 1.652064 5 5 -112_2 117_1 1.400000 0.894427 -1.469163 1.023277 5 5 -112_2 117_2 1.400000 0.894427 -1.469163 2.115187 5 5 -112_2 117_3 1.400000 0.894427 -1.469163 1.023277 5 5 -112_2 12_1 1.400000 0.894427 -1.469163 2.115187 5 5 -112_2 12_2 1.400000 0.894427 -1.469163 2.115187 5 5 -112_2 12_3 1.400000 0.894427 0.196880 -0.195857 5 5 -112_2 13_1 1.400000 0.894427 -0.636142 1.267018 5 5 -112_2 13_2 1.400000 0.894427 0.821646 -0.397216 5 5 -112_2 13_3 1.400000 0.894427 -1.469163 1.023277 5 5 -112_2 1334_1 1.400000 0.894427 0.196880 -0.195857 5 5 -112_2 1334_10 1.400000 0.894427 -0.636142 1.267018 5 5 -112_2 1334_11 1.400000 0.894427 1.862924 -2.506901 5 5 -112_2 1334_12 1.400000 0.894427 0.196880 1.267018 5 5 -112_2 1334_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -112_2 1334_2 1.400000 0.894427 0.196880 1.267018 5 5 -112_2 1340_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -112_2 1340_10 1.400000 0.894427 -0.636142 -0.195857 5 5 -112_2 1340_11 1.400000 0.894427 -0.636142 -0.195857 5 5 -112_2 1340_12 1.400000 0.894427 0.196880 -0.195857 5 5 -112_2 1340_2 1.400000 0.894427 0.196880 -0.195857 5 5 -112_2 1340_9 1.400000 0.894427 0.196880 1.267018 5 5 -112_2 1341_1 1.400000 0.894427 0.196880 -0.195857 5 5 -112_2 1341_11 1.400000 0.894427 1.862924 -2.506901 5 5 -112_2 1341_12 1.400000 0.894427 -0.636142 1.267018 5 5 -112_2 1341_13 1.400000 0.894427 1.029902 -0.619941 5 5 -112_2 1341_14 1.400000 0.894427 1.029902 -0.619941 5 5 -112_2 1341_2 1.400000 0.894427 1.029902 -0.619941 5 5 -112_2 1344_1 1.400000 0.894427 -1.469163 2.115187 5 5 -112_2 1344_12 1.400000 0.894427 0.196880 -0.195857 5 5 -112_2 1344_13 1.400000 0.894427 0.196880 -0.195857 5 5 -112_2 1345_12 1.400000 0.894427 -0.636142 1.267018 5 5 -112_3 117_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -112_3 117_2 1.400000 0.894427 1.029902 -0.619941 5 5 -112_3 117_3 1.400000 0.894427 -0.636142 -0.195857 5 5 -112_3 12_1 1.400000 0.894427 1.029902 -0.619941 5 5 -112_3 12_2 1.400000 0.894427 1.029902 -0.619941 5 5 -112_3 12_3 1.400000 0.894427 1.029902 -0.619941 5 5 -112_3 13_1 1.400000 0.894427 1.862924 -2.506901 5 5 -112_3 13_2 1.400000 0.894427 -0.219631 -0.070847 5 5 -112_3 13_3 1.400000 0.894427 -0.636142 -0.195857 5 5 -112_3 1334_1 1.400000 0.894427 1.029902 -0.619941 5 5 -112_3 1334_10 1.400000 0.894427 1.862924 -2.506901 5 5 -112_3 1334_11 1.400000 0.894427 -0.636142 1.267018 5 5 -112_3 1334_12 1.400000 0.894427 1.029902 -0.619941 5 5 -112_3 1334_13 1.400000 0.894427 0.196880 -0.195857 5 5 -112_3 1334_2 1.400000 0.894427 1.029902 -0.619941 5 5 -112_3 1340_1 1.400000 0.894427 0.196880 -0.195857 5 5 -112_3 1340_10 1.400000 0.894427 0.196880 -0.195857 5 5 -112_3 1340_11 1.400000 0.894427 0.196880 -0.195857 5 5 -112_3 1340_12 1.400000 0.894427 1.029902 -0.619941 5 5 -112_3 1340_2 1.400000 0.894427 -0.636142 1.267018 5 5 -112_3 1340_9 1.400000 0.894427 1.029902 -0.619941 5 5 -112_3 1341_1 1.400000 0.894427 1.029902 -0.619941 5 5 -112_3 1341_11 1.400000 0.894427 -0.636142 1.267018 5 5 -112_3 1341_12 1.400000 0.894427 1.862924 -2.506901 5 5 -112_3 1341_13 1.400000 0.894427 0.196880 -0.195857 5 5 -112_3 1341_14 1.400000 0.894427 0.196880 -0.195857 5 5 -112_3 1341_2 1.400000 0.894427 0.196880 -0.195857 5 5 -112_3 1344_1 1.400000 0.894427 -2.302185 1.712469 5 5 -112_3 1344_12 1.400000 0.894427 -0.636142 1.267018 5 5 -112_3 1344_13 1.400000 0.894427 -0.636142 1.267018 5 5 -112_3 1345_12 1.400000 0.894427 1.862924 -2.506901 5 5 -117_1 117_2 1.400000 0.894427 -0.642422 0.715736 5 5 -117_1 117_3 1.400000 0.894427 1.351962 -1.627597 5 5 -117_1 12_1 1.400000 0.894427 0.196880 -0.195857 5 5 -117_1 12_2 1.400000 0.894427 0.196880 -0.195857 5 5 -117_1 12_3 1.400000 0.894427 0.196880 -0.195857 5 5 -117_1 13_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_1 13_2 1.400000 0.894427 -1.260908 1.532838 5 5 -117_1 13_3 1.400000 0.894427 0.196880 -0.195857 5 5 -117_1 1334_1 1.400000 0.894427 0.196880 -0.195857 5 5 -117_1 1334_10 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_1 1334_11 1.400000 0.894427 -1.469163 1.023277 5 5 -117_1 1334_12 1.400000 0.894427 -1.469163 1.023277 5 5 -117_1 1334_13 1.400000 0.894427 1.029902 -0.619941 5 5 -117_1 1334_2 1.400000 0.894427 -1.469163 1.023277 5 5 -117_1 1340_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_1 1340_10 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_1 1340_11 1.400000 0.894427 1.029902 -0.619941 5 5 -117_1 1340_12 1.400000 0.894427 0.196880 -0.195857 5 5 -117_1 1340_2 1.400000 0.894427 0.196880 -0.195857 5 5 -117_1 1340_9 1.400000 0.894427 -1.469163 1.023277 5 5 -117_1 1341_1 1.400000 0.894427 0.196880 -0.195857 5 5 -117_1 1341_11 1.400000 0.894427 -1.469163 1.023277 5 5 -117_1 1341_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_1 1341_13 1.400000 0.894427 -0.636142 1.267018 5 5 -117_1 1341_14 1.400000 0.894427 -0.636142 1.267018 5 5 -117_1 1341_2 1.400000 0.894427 -0.636142 1.267018 5 5 -117_1 1344_1 1.400000 0.894427 0.196880 -0.195857 5 5 -117_1 1344_12 1.400000 0.894427 0.196880 -0.195857 5 5 -117_1 1344_13 1.400000 0.894427 0.196880 -0.195857 5 5 -117_1 1345_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_2 117_3 1.400000 0.894427 -0.132290 0.048238 5 5 -117_2 12_1 1.400000 0.894427 1.862924 -2.506901 5 5 -117_2 12_2 1.400000 0.894427 1.862924 -2.506901 5 5 -117_2 12_3 1.400000 0.894427 0.196880 -0.195857 5 5 -117_2 13_1 1.400000 0.894427 1.029902 -0.619941 5 5 -117_2 13_2 1.400000 0.894427 -1.260908 1.532838 5 5 -117_2 13_3 1.400000 0.894427 0.196880 -0.195857 5 5 -117_2 1334_1 1.400000 0.894427 0.196880 -0.195857 5 5 -117_2 1334_10 1.400000 0.894427 1.029902 -0.619941 5 5 -117_2 1334_11 1.400000 0.894427 -1.469163 2.115187 5 5 -117_2 1334_12 1.400000 0.894427 0.196880 1.267018 5 5 -117_2 1334_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_2 1334_2 1.400000 0.894427 0.196880 1.267018 5 5 -117_2 1340_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_2 1340_10 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_2 1340_11 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_2 1340_12 1.400000 0.894427 0.196880 -0.195857 5 5 -117_2 1340_2 1.400000 0.894427 -1.469163 1.023277 5 5 -117_2 1340_9 1.400000 0.894427 0.196880 1.267018 5 5 -117_2 1341_1 1.400000 0.894427 0.196880 -0.195857 5 5 -117_2 1341_11 1.400000 0.894427 -1.469163 2.115187 5 5 -117_2 1341_12 1.400000 0.894427 1.029902 -0.619941 5 5 -117_2 1341_13 1.400000 0.894427 -0.636142 1.267018 5 5 -117_2 1341_14 1.400000 0.894427 -0.636142 1.267018 5 5 -117_2 1341_2 1.400000 0.894427 -0.636142 1.267018 5 5 -117_2 1344_1 1.400000 0.894427 -1.469163 2.115187 5 5 -117_2 1344_12 1.400000 0.894427 -1.469163 1.023277 5 5 -117_2 1344_13 1.400000 0.894427 -1.469163 1.023277 5 5 -117_2 1345_12 1.400000 0.894427 1.029902 -0.619941 5 5 -117_3 12_1 1.400000 0.894427 0.196880 -0.195857 5 5 -117_3 12_2 1.400000 0.894427 0.196880 -0.195857 5 5 -117_3 12_3 1.400000 0.894427 0.196880 -0.195857 5 5 -117_3 13_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_3 13_2 1.400000 0.894427 -1.260908 1.532838 5 5 -117_3 13_3 1.400000 0.894427 0.196880 -0.195857 5 5 -117_3 1334_1 1.400000 0.894427 0.196880 -0.195857 5 5 -117_3 1334_10 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_3 1334_11 1.400000 0.894427 -1.469163 1.023277 5 5 -117_3 1334_12 1.400000 0.894427 -1.469163 1.023277 5 5 -117_3 1334_13 1.400000 0.894427 1.029902 -0.619941 5 5 -117_3 1334_2 1.400000 0.894427 -1.469163 1.023277 5 5 -117_3 1340_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_3 1340_10 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_3 1340_11 1.400000 0.894427 1.029902 -0.619941 5 5 -117_3 1340_12 1.400000 0.894427 0.196880 -0.195857 5 5 -117_3 1340_2 1.400000 0.894427 0.196880 -0.195857 5 5 -117_3 1340_9 1.400000 0.894427 -1.469163 1.023277 5 5 -117_3 1341_1 1.400000 0.894427 0.196880 -0.195857 5 5 -117_3 1341_11 1.400000 0.894427 -1.469163 1.023277 5 5 -117_3 1341_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -117_3 1341_13 1.400000 0.894427 -0.636142 1.267018 5 5 -117_3 1341_14 1.400000 0.894427 -0.636142 1.267018 5 5 -117_3 1341_2 1.400000 0.894427 -0.636142 1.267018 5 5 -117_3 1344_1 1.400000 0.894427 0.196880 -0.195857 5 5 -117_3 1344_12 1.400000 0.894427 0.196880 -0.195857 5 5 -117_3 1344_13 1.400000 0.894427 0.196880 -0.195857 5 5 -117_3 1345_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -12_1 12_2 1.400000 0.894427 1.351962 -1.627597 5 5 -12_1 12_3 1.400000 0.894427 -0.642422 0.715736 5 5 -12_1 13_1 1.400000 0.894427 1.029902 -0.619941 5 5 -12_1 13_2 1.400000 0.894427 -1.260908 1.532838 5 5 -12_1 13_3 1.400000 0.894427 0.196880 -0.195857 5 5 -12_1 1334_1 1.400000 0.894427 0.196880 -0.195857 5 5 -12_1 1334_10 1.400000 0.894427 1.029902 -0.619941 5 5 -12_1 1334_11 1.400000 0.894427 -1.469163 2.115187 5 5 -12_1 1334_12 1.400000 0.894427 0.196880 1.267018 5 5 -12_1 1334_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -12_1 1334_2 1.400000 0.894427 0.196880 1.267018 5 5 -12_1 1340_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -12_1 1340_10 1.400000 0.894427 -0.636142 -0.195857 5 5 -12_1 1340_11 1.400000 0.894427 -0.636142 -0.195857 5 5 -12_1 1340_12 1.400000 0.894427 0.196880 -0.195857 5 5 -12_1 1340_2 1.400000 0.894427 -1.469163 1.023277 5 5 -12_1 1340_9 1.400000 0.894427 0.196880 1.267018 5 5 -12_1 1341_1 1.400000 0.894427 0.196880 -0.195857 5 5 -12_1 1341_11 1.400000 0.894427 -1.469163 2.115187 5 5 -12_1 1341_12 1.400000 0.894427 1.029902 -0.619941 5 5 -12_1 1341_13 1.400000 0.894427 -0.636142 1.267018 5 5 -12_1 1341_14 1.400000 0.894427 -0.636142 1.267018 5 5 -12_1 1341_2 1.400000 0.894427 -0.636142 1.267018 5 5 -12_1 1344_1 1.400000 0.894427 -1.469163 2.115187 5 5 -12_1 1344_12 1.400000 0.894427 -1.469163 1.023277 5 5 -12_1 1344_13 1.400000 0.894427 -1.469163 1.023277 5 5 -12_1 1345_12 1.400000 0.894427 1.029902 -0.619941 5 5 -12_2 12_3 1.400000 0.894427 -0.132290 0.048238 5 5 -12_2 13_1 1.400000 0.894427 1.029902 -0.619941 5 5 -12_2 13_2 1.400000 0.894427 -1.260908 1.532838 5 5 -12_2 13_3 1.400000 0.894427 0.196880 -0.195857 5 5 -12_2 1334_1 1.400000 0.894427 0.196880 -0.195857 5 5 -12_2 1334_10 1.400000 0.894427 1.029902 -0.619941 5 5 -12_2 1334_11 1.400000 0.894427 -1.469163 2.115187 5 5 -12_2 1334_12 1.400000 0.894427 0.196880 1.267018 5 5 -12_2 1334_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -12_2 1334_2 1.400000 0.894427 0.196880 1.267018 5 5 -12_2 1340_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -12_2 1340_10 1.400000 0.894427 -0.636142 -0.195857 5 5 -12_2 1340_11 1.400000 0.894427 -0.636142 -0.195857 5 5 -12_2 1340_12 1.400000 0.894427 0.196880 -0.195857 5 5 -12_2 1340_2 1.400000 0.894427 -1.469163 1.023277 5 5 -12_2 1340_9 1.400000 0.894427 0.196880 1.267018 5 5 -12_2 1341_1 1.400000 0.894427 0.196880 -0.195857 5 5 -12_2 1341_11 1.400000 0.894427 -1.469163 2.115187 5 5 -12_2 1341_12 1.400000 0.894427 1.029902 -0.619941 5 5 -12_2 1341_13 1.400000 0.894427 -0.636142 1.267018 5 5 -12_2 1341_14 1.400000 0.894427 -0.636142 1.267018 5 5 -12_2 1341_2 1.400000 0.894427 -0.636142 1.267018 5 5 -12_2 1344_1 1.400000 0.894427 -1.469163 2.115187 5 5 -12_2 1344_12 1.400000 0.894427 -1.469163 1.023277 5 5 -12_2 1344_13 1.400000 0.894427 -1.469163 1.023277 5 5 -12_2 1345_12 1.400000 0.894427 1.029902 -0.619941 5 5 -12_3 13_1 1.400000 0.894427 1.029902 -0.619941 5 5 -12_3 13_2 1.400000 0.894427 0.821646 -0.397216 5 5 -12_3 13_3 1.400000 0.894427 0.196880 -0.195857 5 5 -12_3 1334_1 1.400000 0.894427 1.862924 -2.506901 5 5 -12_3 1334_10 1.400000 0.894427 1.029902 -0.619941 5 5 -12_3 1334_11 1.400000 0.894427 0.196880 -0.195857 5 5 -12_3 1334_12 1.400000 0.894427 0.196880 -0.195857 5 5 -12_3 1334_13 1.400000 0.894427 1.029902 -0.619941 5 5 -12_3 1334_2 1.400000 0.894427 0.196880 -0.195857 5 5 -12_3 1340_1 1.400000 0.894427 1.029902 -0.619941 5 5 -12_3 1340_10 1.400000 0.894427 1.029902 -0.619941 5 5 -12_3 1340_11 1.400000 0.894427 1.029902 -0.619941 5 5 -12_3 1340_12 1.400000 0.894427 1.862924 -2.506901 5 5 -12_3 1340_2 1.400000 0.894427 0.196880 -0.195857 5 5 -12_3 1340_9 1.400000 0.894427 0.196880 -0.195857 5 5 -12_3 1341_1 1.400000 0.894427 1.862924 -2.506901 5 5 -12_3 1341_11 1.400000 0.894427 0.196880 -0.195857 5 5 -12_3 1341_12 1.400000 0.894427 1.029902 -0.619941 5 5 -12_3 1341_13 1.400000 0.894427 1.029902 -0.619941 5 5 -12_3 1341_14 1.400000 0.894427 1.029902 -0.619941 5 5 -12_3 1341_2 1.400000 0.894427 1.029902 -0.619941 5 5 -12_3 1344_1 1.400000 0.894427 -1.469163 1.023277 5 5 -12_3 1344_12 1.400000 0.894427 0.196880 -0.195857 5 5 -12_3 1344_13 1.400000 0.894427 0.196880 -0.195857 5 5 -12_3 1345_12 1.400000 0.894427 1.029902 -0.619941 5 5 -13_1 13_2 1.400000 0.894427 -1.141018 0.842492 5 5 -13_1 13_3 1.400000 0.894427 -1.639614 0.715736 5 5 -13_1 1334_1 1.400000 0.894427 1.029902 -0.619941 5 5 -13_1 1334_10 1.400000 0.894427 1.862924 -2.506901 5 5 -13_1 1334_11 1.400000 0.894427 -0.636142 1.267018 5 5 -13_1 1334_12 1.400000 0.894427 1.029902 -0.619941 5 5 -13_1 1334_13 1.400000 0.894427 0.196880 -0.195857 5 5 -13_1 1334_2 1.400000 0.894427 1.029902 -0.619941 5 5 -13_1 1340_1 1.400000 0.894427 0.196880 -0.195857 5 5 -13_1 1340_10 1.400000 0.894427 0.196880 -0.195857 5 5 -13_1 1340_11 1.400000 0.894427 0.196880 -0.195857 5 5 -13_1 1340_12 1.400000 0.894427 1.029902 -0.619941 5 5 -13_1 1340_2 1.400000 0.894427 -0.636142 1.267018 5 5 -13_1 1340_9 1.400000 0.894427 1.029902 -0.619941 5 5 -13_1 1341_1 1.400000 0.894427 1.029902 -0.619941 5 5 -13_1 1341_11 1.400000 0.894427 -0.636142 1.267018 5 5 -13_1 1341_12 1.400000 0.894427 1.862924 -2.506901 5 5 -13_1 1341_13 1.400000 0.894427 0.196880 -0.195857 5 5 -13_1 1341_14 1.400000 0.894427 0.196880 -0.195857 5 5 -13_1 1341_2 1.400000 0.894427 0.196880 -0.195857 5 5 -13_1 1344_1 1.400000 0.894427 -2.302185 1.712469 5 5 -13_1 1344_12 1.400000 0.894427 -0.636142 1.267018 5 5 -13_1 1344_13 1.400000 0.894427 -0.636142 1.267018 5 5 -13_1 1345_12 1.400000 0.894427 1.862924 -2.506901 5 5 -13_2 13_3 1.400000 0.894427 -1.896159 1.943496 5 5 -13_2 1334_1 1.400000 0.894427 0.821646 -0.397216 5 5 -13_2 1334_10 1.400000 0.894427 -0.219631 -0.070847 5 5 -13_2 1334_11 1.400000 0.894427 0.821646 -0.397216 5 5 -13_2 1334_12 1.400000 0.894427 0.821646 -0.397216 5 5 -13_2 1334_13 1.400000 0.894427 -0.219631 -0.070847 5 5 -13_2 1334_2 1.400000 0.894427 0.821646 -0.397216 5 5 -13_2 1340_1 1.400000 0.894427 -0.219631 -0.070847 5 5 -13_2 1340_10 1.400000 0.894427 -0.219631 -0.070847 5 5 -13_2 1340_11 1.400000 0.894427 -0.219631 -0.070847 5 5 -13_2 1340_12 1.400000 0.894427 0.821646 -0.397216 5 5 -13_2 1340_2 1.400000 0.894427 -1.260908 -0.397216 5 5 -13_2 1340_9 1.400000 0.894427 0.821646 -0.397216 5 5 -13_2 1341_1 1.400000 0.894427 0.821646 -0.397216 5 5 -13_2 1341_11 1.400000 0.894427 0.821646 -0.397216 5 5 -13_2 1341_12 1.400000 0.894427 -0.219631 -0.070847 5 5 -13_2 1341_13 1.400000 0.894427 1.862924 -2.506901 5 5 -13_2 1341_14 1.400000 0.894427 1.862924 -2.506901 5 5 -13_2 1341_2 1.400000 0.894427 1.862924 -2.506901 5 5 -13_2 1344_1 1.400000 0.894427 -3.343462 1.532838 5 5 -13_2 1344_12 1.400000 0.894427 -1.260908 -0.397216 5 5 -13_2 1344_13 1.400000 0.894427 -1.260908 -0.397216 5 5 -13_2 1345_12 1.400000 0.894427 -0.219631 -0.070847 5 5 -13_3 1334_1 1.400000 0.894427 0.196880 -0.195857 5 5 -13_3 1334_10 1.400000 0.894427 -0.636142 -0.195857 5 5 -13_3 1334_11 1.400000 0.894427 -1.469163 1.023277 5 5 -13_3 1334_12 1.400000 0.894427 -1.469163 1.023277 5 5 -13_3 1334_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -13_3 1334_2 1.400000 0.894427 -1.469163 1.023277 5 5 -13_3 1340_1 1.400000 0.894427 1.029902 -0.619941 5 5 -13_3 1340_10 1.400000 0.894427 1.029902 -0.619941 5 5 -13_3 1340_11 1.400000 0.894427 -0.636142 -0.195857 5 5 -13_3 1340_12 1.400000 0.894427 0.196880 -0.195857 5 5 -13_3 1340_2 1.400000 0.894427 -1.469163 -0.619941 5 5 -13_3 1340_9 1.400000 0.894427 -1.469163 1.023277 5 5 -13_3 1341_1 1.400000 0.894427 0.196880 -0.195857 5 5 -13_3 1341_11 1.400000 0.894427 -1.469163 1.023277 5 5 -13_3 1341_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -13_3 1341_13 1.400000 0.894427 -0.636142 1.267018 5 5 -13_3 1341_14 1.400000 0.894427 -0.636142 1.267018 5 5 -13_3 1341_2 1.400000 0.894427 -0.636142 1.267018 5 5 -13_3 1344_1 1.400000 0.894427 -1.469163 1.023277 5 5 -13_3 1344_12 1.400000 0.894427 -1.469163 -0.619941 5 5 -13_3 1344_13 1.400000 0.894427 -1.469163 -0.619941 5 5 -13_3 1345_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_1 1334_10 1.400000 0.894427 0.354770 0.285726 5 5 -1334_1 1334_11 1.400000 0.894427 -0.642422 0.715736 5 5 -1334_1 1334_12 1.400000 0.894427 -0.132290 0.048238 5 5 -1334_1 1334_13 1.400000 0.894427 0.875635 -0.416708 5 5 -1334_1 1334_2 1.400000 0.894427 -0.132290 0.048238 5 5 -1334_1 1340_1 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_1 1340_10 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_1 1340_11 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_1 1340_12 1.400000 0.894427 1.862924 -2.506901 5 5 -1334_1 1340_2 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_1 1340_9 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_1 1341_1 1.400000 0.894427 1.862924 -2.506901 5 5 -1334_1 1341_11 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_1 1341_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_1 1341_13 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_1 1341_14 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_1 1341_2 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_1 1344_1 1.400000 0.894427 -1.469163 1.023277 5 5 -1334_1 1344_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_1 1344_13 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_1 1345_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_10 1334_11 1.400000 0.894427 -1.140216 1.652064 5 5 -1334_10 1334_12 1.400000 0.894427 0.875635 -0.416708 5 5 -1334_10 1334_13 1.400000 0.894427 -0.132290 0.048238 5 5 -1334_10 1334_2 1.400000 0.894427 0.875635 -0.416708 5 5 -1334_10 1340_1 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_10 1340_10 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_10 1340_11 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_10 1340_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_10 1340_2 1.400000 0.894427 -0.636142 1.267018 5 5 -1334_10 1340_9 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_10 1341_1 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_10 1341_11 1.400000 0.894427 -0.636142 1.267018 5 5 -1334_10 1341_12 1.400000 0.894427 1.862924 -2.506901 5 5 -1334_10 1341_13 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_10 1341_14 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_10 1341_2 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_10 1344_1 1.400000 0.894427 -2.302185 1.712469 5 5 -1334_10 1344_12 1.400000 0.894427 -0.636142 1.267018 5 5 -1334_10 1344_13 1.400000 0.894427 -0.636142 1.267018 5 5 -1334_10 1345_12 1.400000 0.894427 1.862924 -2.506901 5 5 -1334_11 1334_12 1.400000 0.894427 -0.132290 1.652064 5 5 -1334_11 1334_13 1.400000 0.894427 -1.140216 0.048238 5 5 -1334_11 1334_2 1.400000 0.894427 -0.132290 1.652064 5 5 -1334_11 1340_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_11 1340_10 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_11 1340_11 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_11 1340_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_11 1340_2 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_11 1340_9 1.400000 0.894427 0.196880 1.267018 5 5 -1334_11 1341_1 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_11 1341_11 1.400000 0.894427 1.862924 -2.506901 5 5 -1334_11 1341_12 1.400000 0.894427 -0.636142 1.267018 5 5 -1334_11 1341_13 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_11 1341_14 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_11 1341_2 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_11 1344_1 1.400000 0.894427 -1.469163 2.115187 5 5 -1334_11 1344_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_11 1344_13 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_11 1345_12 1.400000 0.894427 -0.636142 1.267018 5 5 -1334_12 1334_13 1.400000 0.894427 -1.140216 0.048238 5 5 -1334_12 1334_2 1.400000 0.894427 1.351962 -1.627597 5 5 -1334_12 1340_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_12 1340_10 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_12 1340_11 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_12 1340_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_12 1340_2 1.400000 0.894427 -1.469163 1.023277 5 5 -1334_12 1340_9 1.400000 0.894427 1.862924 -2.506901 5 5 -1334_12 1341_1 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_12 1341_11 1.400000 0.894427 0.196880 1.267018 5 5 -1334_12 1341_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_12 1341_13 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_12 1341_14 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_12 1341_2 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_12 1344_1 1.400000 0.894427 -3.135207 2.115187 5 5 -1334_12 1344_12 1.400000 0.894427 -1.469163 1.023277 5 5 -1334_12 1344_13 1.400000 0.894427 -1.469163 1.023277 5 5 -1334_12 1345_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_13 1334_2 1.400000 0.894427 -1.639614 0.715736 5 5 -1334_13 1340_1 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_13 1340_10 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_13 1340_11 1.400000 0.894427 1.862924 -2.506901 5 5 -1334_13 1340_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_13 1340_2 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_13 1340_9 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_13 1341_1 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_13 1341_11 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_13 1341_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_13 1341_13 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_13 1341_14 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_13 1341_2 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_13 1344_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_13 1344_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_13 1344_13 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_13 1345_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_2 1340_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_2 1340_10 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_2 1340_11 1.400000 0.894427 -0.636142 -0.195857 5 5 -1334_2 1340_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_2 1340_2 1.400000 0.894427 -1.469163 1.023277 5 5 -1334_2 1340_9 1.400000 0.894427 1.862924 -2.506901 5 5 -1334_2 1341_1 1.400000 0.894427 0.196880 -0.195857 5 5 -1334_2 1341_11 1.400000 0.894427 0.196880 1.267018 5 5 -1334_2 1341_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_2 1341_13 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_2 1341_14 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_2 1341_2 1.400000 0.894427 1.029902 -0.619941 5 5 -1334_2 1344_1 1.400000 0.894427 -3.135207 2.115187 5 5 -1334_2 1344_12 1.400000 0.894427 -1.469163 1.023277 5 5 -1334_2 1344_13 1.400000 0.894427 -1.469163 1.023277 5 5 -1334_2 1345_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_1 1340_10 1.400000 0.894427 1.351962 -1.627597 5 5 -1340_1 1340_11 1.400000 0.894427 -0.132290 0.048238 5 5 -1340_1 1340_12 1.400000 0.894427 0.875635 -0.416708 5 5 -1340_1 1340_2 1.400000 0.894427 -1.140216 0.048238 5 5 -1340_1 1340_9 1.400000 0.894427 -1.639614 0.715736 5 5 -1340_1 1341_1 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_1 1341_11 1.400000 0.894427 -0.636142 -0.195857 5 5 -1340_1 1341_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_1 1341_13 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_1 1341_14 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_1 1341_2 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_1 1344_1 1.400000 0.894427 -2.302185 0.476644 5 5 -1340_1 1344_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -1340_1 1344_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -1340_1 1345_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_10 1340_11 1.400000 0.894427 -0.132290 0.048238 5 5 -1340_10 1340_12 1.400000 0.894427 0.875635 -0.416708 5 5 -1340_10 1340_2 1.400000 0.894427 -1.140216 0.048238 5 5 -1340_10 1340_9 1.400000 0.894427 -1.140216 0.048238 5 5 -1340_10 1341_1 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_10 1341_11 1.400000 0.894427 -0.636142 -0.195857 5 5 -1340_10 1341_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_10 1341_13 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_10 1341_14 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_10 1341_2 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_10 1344_1 1.400000 0.894427 -2.302185 0.476644 5 5 -1340_10 1344_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -1340_10 1344_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -1340_10 1345_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_11 1340_12 1.400000 0.894427 0.875635 -0.416708 5 5 -1340_11 1340_2 1.400000 0.894427 0.354770 0.285726 5 5 -1340_11 1340_9 1.400000 0.894427 -1.140216 0.048238 5 5 -1340_11 1341_1 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_11 1341_11 1.400000 0.894427 -0.636142 -0.195857 5 5 -1340_11 1341_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_11 1341_13 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_11 1341_14 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_11 1341_2 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_11 1344_1 1.400000 0.894427 -0.636142 -0.195857 5 5 -1340_11 1344_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_11 1344_13 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_11 1345_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_12 1340_2 1.400000 0.894427 -0.642422 0.715736 5 5 -1340_12 1340_9 1.400000 0.894427 -0.132290 0.048238 5 5 -1340_12 1341_1 1.400000 0.894427 1.862924 -2.506901 5 5 -1340_12 1341_11 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_12 1341_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_12 1341_13 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_12 1341_14 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_12 1341_2 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_12 1344_1 1.400000 0.894427 -1.469163 1.023277 5 5 -1340_12 1344_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_12 1344_13 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_12 1345_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_2 1340_9 1.400000 0.894427 -2.148141 1.384838 5 5 -1340_2 1341_1 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_2 1341_11 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_2 1341_12 1.400000 0.894427 -0.636142 1.267018 5 5 -1340_2 1341_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -1340_2 1341_14 1.400000 0.894427 -0.636142 -0.195857 5 5 -1340_2 1341_2 1.400000 0.894427 -0.636142 -0.195857 5 5 -1340_2 1344_1 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_2 1344_12 1.400000 0.894427 1.862924 -2.506901 5 5 -1340_2 1344_13 1.400000 0.894427 1.862924 -2.506901 5 5 -1340_2 1345_12 1.400000 0.894427 -0.636142 1.267018 5 5 -1340_9 1341_1 1.400000 0.894427 0.196880 -0.195857 5 5 -1340_9 1341_11 1.400000 0.894427 0.196880 1.267018 5 5 -1340_9 1341_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_9 1341_13 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_9 1341_14 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_9 1341_2 1.400000 0.894427 1.029902 -0.619941 5 5 -1340_9 1344_1 1.400000 0.894427 -3.135207 2.115187 5 5 -1340_9 1344_12 1.400000 0.894427 -1.469163 1.023277 5 5 -1340_9 1344_13 1.400000 0.894427 -1.469163 1.023277 5 5 -1340_9 1345_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1341_1 1341_11 1.400000 0.894427 -0.642422 0.715736 5 5 -1341_1 1341_12 1.400000 0.894427 0.354770 0.285726 5 5 -1341_1 1341_13 1.400000 0.894427 0.875635 -0.416708 5 5 -1341_1 1341_14 1.400000 0.894427 0.875635 -0.416708 5 5 -1341_1 1341_2 1.400000 0.894427 0.875635 -0.416708 5 5 -1341_1 1344_1 1.400000 0.894427 -1.469163 1.023277 5 5 -1341_1 1344_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1341_1 1344_13 1.400000 0.894427 0.196880 -0.195857 5 5 -1341_1 1345_12 1.400000 0.894427 1.029902 -0.619941 5 5 -1341_11 1341_12 1.400000 0.894427 -1.140216 1.652064 5 5 -1341_11 1341_13 1.400000 0.894427 0.875635 -0.416708 5 5 -1341_11 1341_14 1.400000 0.894427 0.875635 -0.416708 5 5 -1341_11 1341_2 1.400000 0.894427 0.875635 -0.416708 5 5 -1341_11 1344_1 1.400000 0.894427 -1.469163 2.115187 5 5 -1341_11 1344_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1341_11 1344_13 1.400000 0.894427 0.196880 -0.195857 5 5 -1341_11 1345_12 1.400000 0.894427 -0.636142 1.267018 5 5 -1341_12 1341_13 1.400000 0.894427 -0.132290 0.048238 5 5 -1341_12 1341_14 1.400000 0.894427 -0.132290 0.048238 5 5 -1341_12 1341_2 1.400000 0.894427 -0.132290 0.048238 5 5 -1341_12 1344_1 1.400000 0.894427 -2.302185 1.712469 5 5 -1341_12 1344_12 1.400000 0.894427 -0.636142 1.267018 5 5 -1341_12 1344_13 1.400000 0.894427 -0.636142 1.267018 5 5 -1341_12 1345_12 1.400000 0.894427 1.862924 -2.506901 5 5 -1341_13 1341_14 1.400000 0.894427 1.883560 -2.485480 5 5 -1341_13 1341_2 1.400000 0.894427 1.351962 -1.627597 5 5 -1341_13 1344_1 1.400000 0.894427 -2.302185 1.712469 5 5 -1341_13 1344_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -1341_13 1344_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -1341_13 1345_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1341_14 1341_2 1.400000 0.894427 1.351962 -1.627597 5 5 -1341_14 1344_1 1.400000 0.894427 -2.302185 1.712469 5 5 -1341_14 1344_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -1341_14 1344_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -1341_14 1345_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1341_2 1344_1 1.400000 0.894427 -2.302185 1.712469 5 5 -1341_2 1344_12 1.400000 0.894427 -0.636142 -0.195857 5 5 -1341_2 1344_13 1.400000 0.894427 -0.636142 -0.195857 5 5 -1341_2 1345_12 1.400000 0.894427 0.196880 -0.195857 5 5 -1344_1 1344_12 1.400000 0.894427 -0.642422 0.715735 5 5 -1344_1 1344_13 1.400000 0.894427 -0.642422 0.715735 5 5 -1344_1 1345_12 1.400000 0.894427 -2.302185 1.712469 5 5 -1344_12 1344_13 1.400000 0.894427 1.883560 -2.485480 5 5 -1344_12 1345_12 1.400000 0.894427 -0.636142 1.267018 5 5 -1344_13 1345_12 1.400000 0.894427 -0.636142 1.267018 5 5 +fid1_iid1 fid2_iid2 mean sdev zmean zsdev geno relcode pid1 mid1 pid2 mid2 +101_1 101_2 1.200000 0.577350 1.693329 -2.011511 25 parentchild 3 2 0 0 +101_1 101_3 1.200000 0.577350 -0.717628 0.612530 25 parentchild 3 2 0 0 +101_1 105_1 1.200000 0.577350 0.670010 -0.504142 25 unrelated 3 2 3 2 +101_1 105_2 1.200000 0.577350 0.870921 -0.566551 25 unrelated 3 2 0 0 +101_1 105_3 1.200000 0.577350 1.071833 -0.655899 25 unrelated 3 2 0 0 +101_1 112_1 1.200000 0.577350 -0.736371 0.779435 25 unrelated 3 2 3 2 +101_1 112_2 1.200000 0.577350 -0.937282 0.679102 25 unrelated 3 2 0 0 +101_1 112_3 1.200000 0.577350 -0.535459 -0.655899 25 unrelated 3 2 0 0 +101_1 117_1 1.200000 0.577350 0.067275 0.077804 25 unrelated 3 2 3 2 +101_1 117_2 1.200000 0.577350 0.469098 -0.467231 25 unrelated 3 2 0 0 +101_1 117_3 1.200000 0.577350 0.469098 0.077804 25 unrelated 3 2 0 0 +101_1 12_1 1.200000 0.577350 0.469098 -0.467230 25 unrelated 3 2 3 2 +101_1 12_2 1.200000 0.577350 0.469098 -0.467230 25 unrelated 3 2 0 0 +101_1 12_3 1.200000 0.577350 1.071833 -0.655899 25 unrelated 3 2 0 0 +101_1 13_1 1.200000 0.577350 -0.133637 -0.504142 25 unrelated 3 2 3 2 +101_1 13_2 1.200000 0.577350 -0.255930 0.042025 25 unrelated 3 2 0 0 +101_1 13_3 1.200000 0.577350 1.071832 -0.655899 25 unrelated 3 2 0 0 +101_1 1334_1 1.200000 0.577350 -0.133636 0.045908 25 unrelated 3 2 10 11 +101_1 1334_10 1.200000 0.577350 -0.334548 -0.566551 25 unrelated 3 2 0 0 +101_1 1334_11 1.200000 0.577350 -0.937282 0.679102 25 unrelated 3 2 0 0 +101_1 1334_12 1.200000 0.577350 -0.334548 -0.007823 25 unrelated 3 2 0 0 +101_1 1334_13 1.200000 0.577350 -0.133636 -0.504142 25 unrelated 3 2 0 0 +101_1 1334_2 1.200000 0.577350 -0.736370 1.194476 25 unrelated 3 2 12 13 +101_1 1340_1 1.200000 0.577350 -0.535459 -0.084293 25 unrelated 3 2 9 10 +101_1 1340_10 1.200000 0.577350 -0.535459 -0.084293 25 unrelated 3 2 0 0 +101_1 1340_11 1.200000 0.577350 -0.133636 -0.504142 25 unrelated 3 2 0 0 +101_1 1340_12 1.200000 0.577350 0.469098 -0.467231 25 unrelated 3 2 0 0 +101_1 1340_2 1.200000 0.577350 0.469098 -0.467231 25 unrelated 3 2 11 12 +101_1 1340_9 1.200000 0.577350 -2.142751 0.999931 25 unrelated 3 2 0 0 +101_1 1341_1 1.200000 0.577350 0.163363 -0.455013 25 unrelated 3 2 11 12 +101_1 1341_11 1.200000 0.577350 -0.334549 0.481281 25 unrelated 3 2 0 0 +101_1 1341_12 1.200000 0.577350 -0.937282 -0.925605 25 unrelated 3 2 0 0 +101_1 1341_13 1.200000 0.577350 -0.736371 0.779435 25 unrelated 3 2 0 0 +101_1 1341_14 1.200000 0.577350 -0.736371 0.779435 25 unrelated 3 2 0 0 +101_1 1341_2 1.200000 0.577350 -0.736371 0.779435 25 unrelated 3 2 13 14 +101_1 1344_1 1.200000 0.577350 -0.535459 0.413356 25 unrelated 3 2 12 13 +101_1 1344_12 1.200000 0.577350 0.469098 -0.467231 25 unrelated 3 2 0 0 +101_1 1344_13 1.200000 0.577350 0.469098 -0.467231 25 unrelated 3 2 0 0 +101_1 1345_12 1.200000 0.577350 -0.736370 -0.774446 25 unrelated 3 2 0 0 +101_2 101_3 1.200000 0.577350 0.236040 -0.228179 25 parents 0 0 0 0 +101_2 105_1 1.200000 0.577350 0.670010 -0.504142 25 unrelated 0 0 3 2 +101_2 105_2 1.200000 0.577350 0.943250 -0.598443 25 unrelated 0 0 0 0 +101_2 105_3 1.200000 0.577350 1.136125 -0.693367 25 unrelated 0 0 0 0 +101_2 112_1 1.200000 0.577350 -0.599751 0.780517 25 unrelated 0 0 3 2 +101_2 112_2 1.200000 0.577350 -0.792626 0.696771 25 unrelated 0 0 0 0 +101_2 112_3 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 0 0 +101_2 117_1 1.200000 0.577350 0.171750 0.062100 25 unrelated 0 0 3 2 +101_2 117_2 1.200000 0.577350 0.557499 -0.483424 25 unrelated 0 0 0 0 +101_2 117_3 1.200000 0.577350 0.557499 0.042491 25 unrelated 0 0 0 0 +101_2 12_1 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 3 2 +101_2 12_2 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +101_2 12_3 1.200000 0.577350 1.136124 -0.693367 25 unrelated 0 0 0 0 +101_2 13_1 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 0 0 3 2 +101_2 13_2 1.200000 0.577350 -0.255930 0.042025 25 unrelated 0 0 0 0 +101_2 13_3 1.200000 0.577350 1.136124 -0.693367 25 unrelated 0 0 0 0 +101_2 1334_1 1.200000 0.577350 -0.021125 0.042491 25 unrelated 0 0 10 11 +101_2 1334_10 1.200000 0.577350 -0.214001 -0.528970 25 unrelated 0 0 0 0 +101_2 1334_11 1.200000 0.577350 -0.792626 0.696771 25 unrelated 0 0 0 0 +101_2 1334_12 1.200000 0.577350 -0.214001 0.002982 25 unrelated 0 0 0 0 +101_2 1334_13 1.200000 0.577350 -0.021126 -0.483424 25 unrelated 0 0 0 0 +101_2 1334_2 1.200000 0.577350 -0.599751 1.178851 25 unrelated 0 0 12 13 +101_2 1340_1 1.200000 0.577350 -0.406876 -0.057030 25 unrelated 0 0 9 10 +101_2 1340_10 1.200000 0.577350 -0.406876 -0.057030 25 unrelated 0 0 0 0 +101_2 1340_11 1.200000 0.577350 -0.021126 -0.483424 25 unrelated 0 0 0 0 +101_2 1340_12 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +101_2 1340_2 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 11 12 +101_2 1340_9 1.200000 0.577350 -1.949876 1.086115 25 unrelated 0 0 0 0 +101_2 1341_1 1.200000 0.577350 0.268187 -0.455013 25 unrelated 0 0 11 12 +101_2 1341_11 1.200000 0.577350 -0.214002 0.471641 25 unrelated 0 0 0 0 +101_2 1341_12 1.200000 0.577350 -0.792626 -0.816040 25 unrelated 0 0 0 0 +101_2 1341_13 1.200000 0.577350 -0.599751 0.780517 25 unrelated 0 0 0 0 +101_2 1341_14 1.200000 0.577350 -0.599751 0.780517 25 unrelated 0 0 0 0 +101_2 1341_2 1.200000 0.577350 -0.599751 0.780517 25 unrelated 0 0 13 14 +101_2 1344_1 1.200000 0.577350 -0.406876 0.418047 25 unrelated 0 0 12 13 +101_2 1344_12 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +101_2 1344_13 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +101_2 1345_12 1.200000 0.577350 -0.599751 -0.693367 25 unrelated 0 0 0 0 +101_3 105_1 1.200000 0.577350 -1.540017 1.879362 25 unrelated 0 0 3 2 +101_3 105_2 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +101_3 105_3 1.200000 0.577350 -0.792627 -0.242861 25 unrelated 0 0 0 0 +101_3 112_1 1.200000 0.577350 -0.599750 0.780517 25 unrelated 0 0 3 2 +101_3 112_2 1.200000 0.577350 -0.792626 2.157894 25 unrelated 0 0 0 0 +101_3 112_3 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 0 0 0 0 +101_3 117_1 1.200000 0.577350 -0.599751 1.178851 25 unrelated 0 0 3 2 +101_3 117_2 1.200000 0.577350 1.329000 -0.816040 25 unrelated 0 0 0 0 +101_3 117_3 1.200000 0.577350 0.171750 0.062100 25 unrelated 0 0 0 0 +101_3 12_1 1.200000 0.577350 2.486250 -2.592124 25 unrelated 0 0 3 2 +101_3 12_2 1.200000 0.577350 2.486250 -2.592124 25 unrelated 0 0 0 0 +101_3 12_3 1.200000 0.577350 1.136124 -0.693367 25 unrelated 0 0 0 0 +101_3 13_1 1.200000 0.577350 1.521875 -0.969866 25 unrelated 0 0 3 2 +101_3 13_2 1.200000 0.577350 -0.255930 0.546459 25 unrelated 0 0 0 0 +101_3 13_3 1.200000 0.577350 1.136125 -0.693367 25 unrelated 0 0 0 0 +101_3 1334_1 1.200000 0.577350 -0.021126 -0.483424 25 unrelated 0 0 10 11 +101_3 1334_10 1.200000 0.577350 -0.599750 -0.693367 25 unrelated 0 0 0 0 +101_3 1334_11 1.200000 0.577350 -0.792626 2.157894 25 unrelated 0 0 0 0 +101_3 1334_12 1.200000 0.577350 -0.599751 0.345553 25 unrelated 0 0 0 0 +101_3 1334_13 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 0 0 +101_3 1334_2 1.200000 0.577350 -0.985501 1.388993 25 unrelated 0 0 12 13 +101_3 1340_1 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 9 10 +101_3 1340_10 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 0 0 +101_3 1340_11 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 0 0 +101_3 1340_12 1.200000 0.577350 -0.599750 -0.693367 25 unrelated 0 0 0 0 +101_3 1340_2 1.200000 0.577350 -0.599751 0.345552 25 unrelated 0 0 11 12 +101_3 1340_9 1.200000 0.577350 -0.406876 1.948414 25 unrelated 0 0 0 0 +101_3 1341_1 1.200000 0.577350 -1.339106 0.413355 25 unrelated 0 0 11 12 +101_3 1341_11 1.200000 0.577350 -1.371251 1.881413 25 unrelated 0 0 0 0 +101_3 1341_12 1.200000 0.577350 -1.564126 0.158748 25 unrelated 0 0 0 0 +101_3 1341_13 1.200000 0.577350 -0.599750 0.780517 25 unrelated 0 0 0 0 +101_3 1341_14 1.200000 0.577350 -0.599750 0.780517 25 unrelated 0 0 0 0 +101_3 1341_2 1.200000 0.577350 -0.599750 0.780517 25 unrelated 0 0 13 14 +101_3 1344_1 1.200000 0.577350 -0.792626 2.157893 25 unrelated 0 0 12 13 +101_3 1344_12 1.200000 0.577350 -0.599751 0.345552 25 unrelated 0 0 0 0 +101_3 1344_13 1.200000 0.577350 -0.599751 0.345552 25 unrelated 0 0 0 0 +101_3 1345_12 1.200000 0.577350 -1.371251 0.327238 25 unrelated 0 0 0 0 +105_1 105_2 1.200000 0.577350 -1.155984 0.612530 25 parentchild 3 2 0 0 +105_1 105_3 1.200000 0.577350 -0.936806 0.621689 25 parentchild 3 2 0 0 +105_1 112_1 1.200000 0.577350 -1.540017 1.127651 25 unrelated 3 2 3 2 +105_1 112_2 1.200000 0.577350 -0.133636 1.738452 25 unrelated 3 2 0 0 +105_1 112_3 1.200000 0.577350 -1.339105 0.859974 25 unrelated 3 2 0 0 +105_1 117_1 1.200000 0.577350 0.067275 0.991299 25 unrelated 3 2 3 2 +105_1 117_2 1.200000 0.577350 -1.138194 0.991299 25 unrelated 3 2 0 0 +105_1 117_3 1.200000 0.577350 -0.736371 0.779434 25 unrelated 3 2 0 0 +105_1 12_1 1.200000 0.577350 -1.540017 1.879362 25 unrelated 3 2 3 2 +105_1 12_2 1.200000 0.577350 -1.540017 1.879362 25 unrelated 3 2 0 0 +105_1 12_3 1.200000 0.577350 -0.535459 0.859974 25 unrelated 3 2 0 0 +105_1 13_1 1.200000 0.577350 -1.740928 1.738452 25 unrelated 3 2 3 2 +105_1 13_2 1.200000 0.577350 -1.094517 0.648831 25 unrelated 3 2 0 0 +105_1 13_3 1.200000 0.577350 -0.937282 0.679103 25 unrelated 3 2 0 0 +105_1 1334_1 1.200000 0.577350 -0.937283 1.102364 25 unrelated 3 2 10 11 +105_1 1334_10 1.200000 0.577350 -1.138194 0.991300 25 unrelated 3 2 0 0 +105_1 1334_11 1.200000 0.577350 -0.133636 1.738452 25 unrelated 3 2 0 0 +105_1 1334_12 1.200000 0.577350 -1.138194 0.991300 25 unrelated 3 2 0 0 +105_1 1334_13 1.200000 0.577350 -0.937282 0.213207 25 unrelated 3 2 0 0 +105_1 1334_2 1.200000 0.577350 -1.540016 1.879362 25 unrelated 3 2 12 13 +105_1 1340_1 1.200000 0.577350 -1.339106 0.859974 25 unrelated 3 2 9 10 +105_1 1340_10 1.200000 0.577350 -1.339106 0.859974 25 unrelated 3 2 0 0 +105_1 1340_11 1.200000 0.577350 -0.937282 0.213207 25 unrelated 3 2 0 0 +105_1 1340_12 1.200000 0.577350 -0.334548 -0.566551 25 unrelated 3 2 0 0 +105_1 1340_2 1.200000 0.577350 0.469098 -0.467231 25 unrelated 3 2 11 12 +105_1 1340_9 1.200000 0.577350 -2.946397 2.337655 25 unrelated 3 2 0 0 +105_1 1341_1 1.200000 0.577350 0.582657 -0.481725 25 unrelated 3 2 11 12 +105_1 1341_11 1.200000 0.577350 0.469098 0.077804 25 unrelated 3 2 0 0 +105_1 1341_12 1.200000 0.577350 -0.535459 1.268636 25 unrelated 3 2 0 0 +105_1 1341_13 1.200000 0.577350 -1.540017 1.127651 25 unrelated 3 2 0 0 +105_1 1341_14 1.200000 0.577350 -1.540017 1.127651 25 unrelated 3 2 0 0 +105_1 1341_2 1.200000 0.577350 -1.540017 1.127651 25 unrelated 3 2 13 14 +105_1 1344_1 1.200000 0.577350 0.268187 1.397944 25 unrelated 3 2 12 13 +105_1 1344_12 1.200000 0.577350 0.469098 -0.467231 25 unrelated 3 2 0 0 +105_1 1344_13 1.200000 0.577350 0.469098 -0.467231 25 unrelated 3 2 0 0 +105_1 1345_12 1.200000 0.577350 -0.334549 1.325597 25 unrelated 3 2 0 0 +105_2 105_3 1.200000 0.577350 0.722984 0.122716 25 parents 0 0 0 0 +105_2 112_1 1.200000 0.577350 -0.021126 0.507014 25 unrelated 0 0 3 2 +105_2 112_2 1.200000 0.577350 -0.214001 0.471641 25 unrelated 0 0 0 0 +105_2 112_3 1.200000 0.577350 0.943249 -0.598443 25 unrelated 0 0 0 0 +105_2 117_1 1.200000 0.577350 0.750376 -0.528970 25 unrelated 0 0 3 2 +105_2 117_2 1.200000 0.577350 1.521875 -0.969866 25 unrelated 0 0 0 0 +105_2 117_3 1.200000 0.577350 1.521875 -0.969867 25 unrelated 0 0 0 0 +105_2 12_1 1.200000 0.577350 0.364625 -0.460872 25 unrelated 0 0 3 2 +105_2 12_2 1.200000 0.577350 0.364625 -0.460872 25 unrelated 0 0 0 0 +105_2 12_3 1.200000 0.577350 0.943251 -0.598443 25 unrelated 0 0 0 0 +105_2 13_1 1.200000 0.577350 -0.214002 -0.528970 25 unrelated 0 0 3 2 +105_2 13_2 1.200000 0.577350 0.163363 0.111360 25 unrelated 0 0 0 0 +105_2 13_3 1.200000 0.577350 0.943249 -0.598444 25 unrelated 0 0 0 0 +105_2 1334_1 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 10 11 +105_2 1334_10 1.200000 0.577350 0.364624 -0.460872 25 unrelated 0 0 0 0 +105_2 1334_11 1.200000 0.577350 -0.214001 0.471641 25 unrelated 0 0 0 0 +105_2 1334_12 1.200000 0.577350 -0.021126 0.042491 25 unrelated 0 0 0 0 +105_2 1334_13 1.200000 0.577350 0.943249 -0.598443 25 unrelated 0 0 0 0 +105_2 1334_2 1.200000 0.577350 -0.792626 1.101688 25 unrelated 0 0 12 13 +105_2 1340_1 1.200000 0.577350 0.557499 -0.483424 25 unrelated 0 0 9 10 +105_2 1340_10 1.200000 0.577350 0.557499 -0.483424 25 unrelated 0 0 0 0 +105_2 1340_11 1.200000 0.577350 0.943249 -0.598443 25 unrelated 0 0 0 0 +105_2 1340_12 1.200000 0.577350 1.907625 -1.394354 25 unrelated 0 0 0 0 +105_2 1340_2 1.200000 0.577350 1.521875 -0.969866 25 unrelated 0 0 11 12 +105_2 1340_9 1.200000 0.577350 -1.371251 1.163511 25 unrelated 0 0 0 0 +105_2 1341_1 1.200000 0.577350 1.272743 -0.774447 25 unrelated 0 0 11 12 +105_2 1341_11 1.200000 0.577350 0.364624 0.524595 25 unrelated 0 0 0 0 +105_2 1341_12 1.200000 0.577350 -0.599751 -0.693367 25 unrelated 0 0 0 0 +105_2 1341_13 1.200000 0.577350 -0.021126 0.507014 25 unrelated 0 0 0 0 +105_2 1341_14 1.200000 0.577350 -0.021126 0.507014 25 unrelated 0 0 0 0 +105_2 1341_2 1.200000 0.577350 -0.021126 0.507014 25 unrelated 0 0 13 14 +105_2 1344_1 1.200000 0.577350 0.171750 0.062100 25 unrelated 0 0 12 13 +105_2 1344_12 1.200000 0.577350 1.521875 -0.969866 25 unrelated 0 0 0 0 +105_2 1344_13 1.200000 0.577350 1.521875 -0.969866 25 unrelated 0 0 0 0 +105_2 1345_12 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 0 0 +105_3 112_1 1.200000 0.577350 0.943249 -0.057030 25 unrelated 0 0 3 2 +105_3 112_2 1.200000 0.577350 -0.406876 -0.057030 25 unrelated 0 0 0 0 +105_3 112_3 1.200000 0.577350 0.750375 -0.528970 25 unrelated 0 0 0 0 +105_3 117_1 1.200000 0.577350 -0.599751 -0.138508 25 unrelated 0 0 3 2 +105_3 117_2 1.200000 0.577350 -0.214002 0.002982 25 unrelated 0 0 0 0 +105_3 117_3 1.200000 0.577350 0.171749 0.062100 25 unrelated 0 0 0 0 +105_3 12_1 1.200000 0.577350 -0.599752 -0.138508 25 unrelated 0 0 3 2 +105_3 12_2 1.200000 0.577350 -0.599752 -0.138508 25 unrelated 0 0 0 0 +105_3 12_3 1.200000 0.577350 0.364625 -0.460872 25 unrelated 0 0 0 0 +105_3 13_1 1.200000 0.577350 0.364624 -0.460872 25 unrelated 0 0 3 2 +105_3 13_2 1.200000 0.577350 1.211597 -0.732039 25 unrelated 0 0 0 0 +105_3 13_3 1.200000 0.577350 -0.406876 -0.057030 25 unrelated 0 0 0 0 +105_3 1334_1 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 0 0 10 11 +105_3 1334_10 1.200000 0.577350 0.943250 -0.598444 25 unrelated 0 0 0 0 +105_3 1334_11 1.200000 0.577350 -0.406876 -0.057030 25 unrelated 0 0 0 0 +105_3 1334_12 1.200000 0.577350 1.329000 -0.816040 25 unrelated 0 0 0 0 +105_3 1334_13 1.200000 0.577350 1.136125 -0.693367 25 unrelated 0 0 0 0 +105_3 1334_2 1.200000 0.577350 0.943249 -0.598443 25 unrelated 0 0 12 13 +105_3 1340_1 1.200000 0.577350 0.750375 -0.528970 25 unrelated 0 0 9 10 +105_3 1340_10 1.200000 0.577350 0.750375 -0.528970 25 unrelated 0 0 0 0 +105_3 1340_11 1.200000 0.577350 1.136125 -0.693367 25 unrelated 0 0 0 0 +105_3 1340_12 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +105_3 1340_2 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 11 12 +105_3 1340_9 1.200000 0.577350 -0.406876 -0.057030 25 unrelated 0 0 0 0 +105_3 1341_1 1.200000 0.577350 -0.133637 -0.504142 25 unrelated 0 0 11 12 +105_3 1341_11 1.200000 0.577350 0.171749 0.062100 25 unrelated 0 0 0 0 +105_3 1341_12 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 0 0 0 0 +105_3 1341_13 1.200000 0.577350 0.943249 -0.057030 25 unrelated 0 0 0 0 +105_3 1341_14 1.200000 0.577350 0.943249 -0.057030 25 unrelated 0 0 0 0 +105_3 1341_2 1.200000 0.577350 0.943249 -0.057030 25 unrelated 0 0 13 14 +105_3 1344_1 1.200000 0.577350 -1.178375 0.471641 25 unrelated 0 0 12 13 +105_3 1344_12 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +105_3 1344_13 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +105_3 1345_12 1.200000 0.577350 0.171749 -0.460872 25 unrelated 0 0 0 0 +112_1 112_2 1.200000 0.577350 0.220453 0.351043 25 parentchild 3 2 0 0 +112_1 112_3 1.200000 0.577350 -1.042010 0.617297 25 parentchild 3 2 0 0 +112_1 117_1 1.200000 0.577350 -1.564126 1.758837 25 unrelated 3 2 3 2 +112_1 117_2 1.200000 0.577350 -1.178376 0.471641 25 unrelated 3 2 0 0 +112_1 117_3 1.200000 0.577350 -0.792626 0.696771 25 unrelated 3 2 0 0 +112_1 12_1 1.200000 0.577350 -0.406876 0.846466 25 unrelated 3 2 3 2 +112_1 12_2 1.200000 0.577350 -0.406876 0.846466 25 unrelated 3 2 0 0 +112_1 12_3 1.200000 0.577350 0.943249 -0.598443 25 unrelated 3 2 0 0 +112_1 13_1 1.200000 0.577350 0.557499 0.042491 25 unrelated 3 2 3 2 +112_1 13_2 1.200000 0.577350 2.469478 -2.533568 25 unrelated 3 2 0 0 +112_1 13_3 1.200000 0.577350 -0.214002 1.284973 25 unrelated 3 2 0 0 +112_1 1334_1 1.200000 0.577350 0.943249 -0.598443 25 unrelated 3 2 10 11 +112_1 1334_10 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 3 2 0 0 +112_1 1334_11 1.200000 0.577350 1.328999 -0.816040 25 unrelated 3 2 0 0 +112_1 1334_12 1.200000 0.577350 0.364625 -0.460872 25 unrelated 3 2 0 0 +112_1 1334_13 1.200000 0.577350 0.557499 -0.483423 25 unrelated 3 2 0 0 +112_1 1334_2 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 3 2 12 13 +112_1 1340_1 1.200000 0.577350 1.714749 -1.159963 25 unrelated 3 2 9 10 +112_1 1340_10 1.200000 0.577350 1.714749 -1.159963 25 unrelated 3 2 0 0 +112_1 1340_11 1.200000 0.577350 0.557499 -0.483423 25 unrelated 3 2 0 0 +112_1 1340_12 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 3 2 0 0 +112_1 1340_2 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 3 2 11 12 +112_1 1340_9 1.200000 0.577350 1.328999 -0.816040 25 unrelated 3 2 0 0 +112_1 1341_1 1.200000 0.577350 -0.736370 1.194477 25 unrelated 3 2 11 12 +112_1 1341_11 1.200000 0.577350 0.364624 -0.460872 25 unrelated 3 2 0 0 +112_1 1341_12 1.200000 0.577350 -1.371252 0.763887 25 unrelated 3 2 0 0 +112_1 1341_13 1.200000 0.577350 2.679125 -3.967559 25 unrelated 3 2 0 0 +112_1 1341_14 1.200000 0.577350 2.679125 -3.967559 25 unrelated 3 2 0 0 +112_1 1341_2 1.200000 0.577350 2.679125 -3.967559 25 unrelated 3 2 13 14 +112_1 1344_1 1.200000 0.577350 -2.142751 1.988253 25 unrelated 3 2 12 13 +112_1 1344_12 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 3 2 0 0 +112_1 1344_13 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 3 2 0 0 +112_1 1345_12 1.200000 0.577350 -1.564126 1.023334 25 unrelated 3 2 0 0 +112_2 112_3 1.200000 0.577350 -1.062477 0.950221 25 parents 0 0 0 0 +112_2 117_1 1.200000 0.577350 -1.757001 2.285255 25 unrelated 0 0 3 2 +112_2 117_2 1.200000 0.577350 -1.371251 1.881413 25 unrelated 0 0 0 0 +112_2 117_3 1.200000 0.577350 -0.985502 1.388993 25 unrelated 0 0 0 0 +112_2 12_1 1.200000 0.577350 -0.599751 2.221902 25 unrelated 0 0 3 2 +112_2 12_2 1.200000 0.577350 -0.599751 2.221902 25 unrelated 0 0 0 0 +112_2 12_3 1.200000 0.577350 0.750375 -0.528970 25 unrelated 0 0 0 0 +112_2 13_1 1.200000 0.577350 -0.792626 1.476572 25 unrelated 0 0 3 2 +112_2 13_2 1.200000 0.577350 1.001950 -0.618478 25 unrelated 0 0 0 0 +112_2 13_3 1.200000 0.577350 -0.406876 1.239757 25 unrelated 0 0 0 0 +112_2 1334_1 1.200000 0.577350 0.750375 -0.528970 25 unrelated 0 0 10 11 +112_2 1334_10 1.200000 0.577350 -1.757001 0.435984 25 unrelated 0 0 0 0 +112_2 1334_11 1.200000 0.577350 2.679125 -3.967559 25 unrelated 0 0 0 0 +112_2 1334_12 1.200000 0.577350 -0.985501 1.007515 25 unrelated 0 0 0 0 +112_2 1334_13 1.200000 0.577350 -0.792626 0.253184 25 unrelated 0 0 0 0 +112_2 1334_2 1.200000 0.577350 -1.371251 1.881413 25 unrelated 0 0 12 13 +112_2 1340_1 1.200000 0.577350 0.364624 -0.460872 25 unrelated 0 0 9 10 +112_2 1340_10 1.200000 0.577350 0.364624 -0.460872 25 unrelated 0 0 0 0 +112_2 1340_11 1.200000 0.577350 -0.792626 0.253184 25 unrelated 0 0 0 0 +112_2 1340_12 1.200000 0.577350 -0.214002 -0.528970 25 unrelated 0 0 0 0 +112_2 1340_2 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 11 12 +112_2 1340_9 1.200000 0.577350 -0.021126 2.335479 25 unrelated 0 0 0 0 +112_2 1341_1 1.200000 0.577350 -0.937282 1.102365 25 unrelated 0 0 11 12 +112_2 1341_11 1.200000 0.577350 1.714749 -1.159963 25 unrelated 0 0 0 0 +112_2 1341_12 1.200000 0.577350 -2.721377 1.023334 25 unrelated 0 0 0 0 +112_2 1341_13 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +112_2 1341_14 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +112_2 1341_2 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 13 14 +112_2 1344_1 1.200000 0.577350 -1.564126 3.000713 25 unrelated 0 0 12 13 +112_2 1344_12 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +112_2 1344_13 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +112_2 1345_12 1.200000 0.577350 -2.914252 1.163511 25 unrelated 0 0 0 0 +112_3 117_1 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 3 2 +112_3 117_2 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +112_3 117_3 1.200000 0.577350 0.943249 -0.598443 25 unrelated 0 0 0 0 +112_3 12_1 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 3 2 +112_3 12_2 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +112_3 12_3 1.200000 0.577350 -0.021124 -0.483424 25 unrelated 0 0 0 0 +112_3 13_1 1.200000 0.577350 1.136124 -0.693367 25 unrelated 0 0 3 2 +112_3 13_2 1.200000 0.577350 0.373011 -0.455013 25 unrelated 0 0 0 0 +112_3 13_3 1.200000 0.577350 -0.792626 -0.816040 25 unrelated 0 0 0 0 +112_3 1334_1 1.200000 0.577350 0.364624 -0.460872 25 unrelated 0 0 10 11 +112_3 1334_10 1.200000 0.577350 2.100499 -1.686657 25 unrelated 0 0 0 0 +112_3 1334_11 1.200000 0.577350 -1.178376 0.895341 25 unrelated 0 0 0 0 +112_3 1334_12 1.200000 0.577350 1.714749 -1.159963 25 unrelated 0 0 0 0 +112_3 1334_13 1.200000 0.577350 1.907625 -1.394355 25 unrelated 0 0 0 0 +112_3 1334_2 1.200000 0.577350 0.943249 -0.598443 25 unrelated 0 0 12 13 +112_3 1340_1 1.200000 0.577350 0.750375 -0.528970 25 unrelated 0 0 9 10 +112_3 1340_10 1.200000 0.577350 0.750375 -0.528970 25 unrelated 0 0 0 0 +112_3 1340_11 1.200000 0.577350 1.907625 -1.394355 25 unrelated 0 0 0 0 +112_3 1340_12 1.200000 0.577350 0.943249 -0.598443 25 unrelated 0 0 0 0 +112_3 1340_2 1.200000 0.577350 0.557499 0.507014 25 unrelated 0 0 11 12 +112_3 1340_9 1.200000 0.577350 0.364624 -0.460872 25 unrelated 0 0 0 0 +112_3 1341_1 1.200000 0.577350 0.268187 -0.455013 25 unrelated 0 0 11 12 +112_3 1341_11 1.200000 0.577350 -0.599750 1.178850 25 unrelated 0 0 0 0 +112_3 1341_12 1.200000 0.577350 1.136124 -0.693367 25 unrelated 0 0 0 0 +112_3 1341_13 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +112_3 1341_14 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +112_3 1341_2 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 13 14 +112_3 1344_1 1.200000 0.577350 -0.792626 0.696771 25 unrelated 0 0 12 13 +112_3 1344_12 1.200000 0.577350 0.557499 0.507014 25 unrelated 0 0 0 0 +112_3 1344_13 1.200000 0.577350 0.557499 0.507014 25 unrelated 0 0 0 0 +112_3 1345_12 1.200000 0.577350 0.943249 -0.598444 25 unrelated 0 0 0 0 +117_1 117_2 1.200000 0.577350 -0.410778 0.566247 25 parentchild 3 2 0 0 +117_1 117_3 1.200000 0.577350 0.851686 -0.082493 25 parentchild 3 2 0 0 +117_1 12_1 1.200000 0.577350 -0.406875 1.239757 25 unrelated 3 2 3 2 +117_1 12_2 1.200000 0.577350 -0.406875 1.239757 25 unrelated 3 2 0 0 +117_1 12_3 1.200000 0.577350 -0.599751 1.178851 25 unrelated 3 2 0 0 +117_1 13_1 1.200000 0.577350 -0.985501 1.007515 25 unrelated 3 2 3 2 +117_1 13_2 1.200000 0.577350 -1.304164 1.380495 25 unrelated 3 2 0 0 +117_1 13_3 1.200000 0.577350 -0.214000 0.895341 25 unrelated 3 2 0 0 +117_1 1334_1 1.200000 0.577350 -0.214001 1.284973 25 unrelated 3 2 10 11 +117_1 1334_10 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 3 2 0 0 +117_1 1334_11 1.200000 0.577350 -1.757001 2.285255 25 unrelated 3 2 0 0 +117_1 1334_12 1.200000 0.577350 -0.792626 0.253184 25 unrelated 3 2 0 0 +117_1 1334_13 1.200000 0.577350 0.557499 -0.483424 25 unrelated 3 2 0 0 +117_1 1334_2 1.200000 0.577350 -1.564126 1.023334 25 unrelated 3 2 12 13 +117_1 1340_1 1.200000 0.577350 -0.985502 1.007515 25 unrelated 3 2 9 10 +117_1 1340_10 1.200000 0.577350 -0.985502 1.007515 25 unrelated 3 2 0 0 +117_1 1340_11 1.200000 0.577350 0.557499 -0.483424 25 unrelated 3 2 0 0 +117_1 1340_12 1.200000 0.577350 0.364624 -0.460872 25 unrelated 3 2 0 0 +117_1 1340_2 1.200000 0.577350 0.364625 -0.460872 25 unrelated 3 2 11 12 +117_1 1340_9 1.200000 0.577350 -2.142751 2.310417 25 unrelated 3 2 0 0 +117_1 1341_1 1.200000 0.577350 1.272744 -0.774446 25 unrelated 3 2 11 12 +117_1 1341_11 1.200000 0.577350 -1.178376 1.284973 25 unrelated 3 2 0 0 +117_1 1341_12 1.200000 0.577350 0.171749 -0.460872 25 unrelated 3 2 0 0 +117_1 1341_13 1.200000 0.577350 -1.564126 1.758837 25 unrelated 3 2 0 0 +117_1 1341_14 1.200000 0.577350 -1.564126 1.758837 25 unrelated 3 2 0 0 +117_1 1341_2 1.200000 0.577350 -1.564126 1.758837 25 unrelated 3 2 13 14 +117_1 1344_1 1.200000 0.577350 1.714749 -1.159963 25 unrelated 3 2 12 13 +117_1 1344_12 1.200000 0.577350 0.364625 -0.460872 25 unrelated 3 2 0 0 +117_1 1344_13 1.200000 0.577350 0.364625 -0.460872 25 unrelated 3 2 0 0 +117_1 1345_12 1.200000 0.577350 0.364624 -0.460872 25 unrelated 3 2 0 0 +117_2 117_3 1.200000 0.577350 1.209928 -0.670439 25 parents 0 0 0 0 +117_2 12_1 1.200000 0.577350 1.521875 -0.969866 25 unrelated 0 0 3 2 +117_2 12_2 1.200000 0.577350 1.521875 -0.969866 25 unrelated 0 0 0 0 +117_2 12_3 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +117_2 13_1 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 3 2 +117_2 13_2 1.200000 0.577350 -1.094518 0.156935 25 unrelated 0 0 0 0 +117_2 13_3 1.200000 0.577350 0.557499 -0.483424 25 unrelated 0 0 0 0 +117_2 1334_1 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 10 11 +117_2 1334_10 1.200000 0.577350 0.750375 -0.528970 25 unrelated 0 0 0 0 +117_2 1334_11 1.200000 0.577350 -1.371251 1.881413 25 unrelated 0 0 0 0 +117_2 1334_12 1.200000 0.577350 0.364625 0.524595 25 unrelated 0 0 0 0 +117_2 1334_13 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +117_2 1334_2 1.200000 0.577350 -0.406876 1.605361 25 unrelated 0 0 12 13 +117_2 1340_1 1.200000 0.577350 -0.599751 -0.693367 25 unrelated 0 0 9 10 +117_2 1340_10 1.200000 0.577350 -0.599751 -0.693367 25 unrelated 0 0 0 0 +117_2 1340_11 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +117_2 1340_12 1.200000 0.577350 0.750375 -0.528970 25 unrelated 0 0 0 0 +117_2 1340_2 1.200000 0.577350 0.364624 0.524596 25 unrelated 0 0 11 12 +117_2 1340_9 1.200000 0.577350 -0.985502 1.745055 25 unrelated 0 0 0 0 +117_2 1341_1 1.200000 0.577350 0.067275 -0.467231 25 unrelated 0 0 11 12 +117_2 1341_11 1.200000 0.577350 -0.792626 2.157893 25 unrelated 0 0 0 0 +117_2 1341_12 1.200000 0.577350 -0.214002 -0.528970 25 unrelated 0 0 0 0 +117_2 1341_13 1.200000 0.577350 -1.178376 0.471641 25 unrelated 0 0 0 0 +117_2 1341_14 1.200000 0.577350 -1.178376 0.471641 25 unrelated 0 0 0 0 +117_2 1341_2 1.200000 0.577350 -1.178376 0.471641 25 unrelated 0 0 13 14 +117_2 1344_1 1.200000 0.577350 0.171750 0.943729 25 unrelated 0 0 12 13 +117_2 1344_12 1.200000 0.577350 0.364624 0.524596 25 unrelated 0 0 0 0 +117_2 1344_13 1.200000 0.577350 0.364624 0.524596 25 unrelated 0 0 0 0 +117_2 1345_12 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 0 0 0 0 +117_3 12_1 1.200000 0.577350 0.364624 0.062100 25 unrelated 0 0 3 2 +117_3 12_2 1.200000 0.577350 0.364624 0.062100 25 unrelated 0 0 0 0 +117_3 12_3 1.200000 0.577350 0.171750 0.062100 25 unrelated 0 0 0 0 +117_3 13_1 1.200000 0.577350 -0.214002 0.002982 25 unrelated 0 0 3 2 +117_3 13_2 1.200000 0.577350 -0.675224 0.399109 25 unrelated 0 0 0 0 +117_3 13_3 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +117_3 1334_1 1.200000 0.577350 0.557499 -0.483424 25 unrelated 0 0 10 11 +117_3 1334_10 1.200000 0.577350 0.364624 -0.460872 25 unrelated 0 0 0 0 +117_3 1334_11 1.200000 0.577350 -0.985502 1.388993 25 unrelated 0 0 0 0 +117_3 1334_12 1.200000 0.577350 -0.021126 0.507013 25 unrelated 0 0 0 0 +117_3 1334_13 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +117_3 1334_2 1.200000 0.577350 -0.792626 1.476572 25 unrelated 0 0 12 13 +117_3 1340_1 1.200000 0.577350 -0.214002 -0.528970 25 unrelated 0 0 9 10 +117_3 1340_10 1.200000 0.577350 -0.214002 -0.528970 25 unrelated 0 0 0 0 +117_3 1340_11 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +117_3 1340_12 1.200000 0.577350 1.136124 -0.693367 25 unrelated 0 0 0 0 +117_3 1340_2 1.200000 0.577350 1.136125 -0.693367 25 unrelated 0 0 11 12 +117_3 1340_9 1.200000 0.577350 -1.371251 1.534184 25 unrelated 0 0 0 0 +117_3 1341_1 1.200000 0.577350 0.469098 -0.467231 25 unrelated 0 0 11 12 +117_3 1341_11 1.200000 0.577350 -0.406876 1.605361 25 unrelated 0 0 0 0 +117_3 1341_12 1.200000 0.577350 -0.599751 -0.693367 25 unrelated 0 0 0 0 +117_3 1341_13 1.200000 0.577350 -0.792626 0.696771 25 unrelated 0 0 0 0 +117_3 1341_14 1.200000 0.577350 -0.792626 0.696771 25 unrelated 0 0 0 0 +117_3 1341_2 1.200000 0.577350 -0.792626 0.696771 25 unrelated 0 0 13 14 +117_3 1344_1 1.200000 0.577350 0.943249 -0.598444 25 unrelated 0 0 12 13 +117_3 1344_12 1.200000 0.577350 1.136125 -0.693367 25 unrelated 0 0 0 0 +117_3 1344_13 1.200000 0.577350 1.136125 -0.693367 25 unrelated 0 0 0 0 +117_3 1345_12 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 0 0 +12_1 12_2 1.200000 0.577350 1.693329 -2.011511 25 parentchild 3 2 0 0 +12_1 12_3 1.200000 0.577350 0.220453 0.351043 25 parentchild 3 2 0 0 +12_1 13_1 1.200000 0.577350 1.714749 -1.159963 25 unrelated 3 2 3 2 +12_1 13_2 1.200000 0.577350 -0.255930 0.546459 25 unrelated 3 2 0 0 +12_1 13_3 1.200000 0.577350 1.329000 -0.816040 25 unrelated 3 2 0 0 +12_1 1334_1 1.200000 0.577350 0.171750 -0.460872 25 unrelated 3 2 10 11 +12_1 1334_10 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 3 2 0 0 +12_1 1334_11 1.200000 0.577350 -0.599751 2.221902 25 unrelated 3 2 0 0 +12_1 1334_12 1.200000 0.577350 -0.406876 0.418047 25 unrelated 3 2 0 0 +12_1 1334_13 1.200000 0.577350 -0.214002 -0.528970 25 unrelated 3 2 0 0 +12_1 1334_2 1.200000 0.577350 -0.792626 1.476572 25 unrelated 3 2 12 13 +12_1 1340_1 1.200000 0.577350 -0.214001 -0.528970 25 unrelated 3 2 9 10 +12_1 1340_10 1.200000 0.577350 -0.214001 -0.528970 25 unrelated 3 2 0 0 +12_1 1340_11 1.200000 0.577350 -0.214002 -0.528970 25 unrelated 3 2 0 0 +12_1 1340_12 1.200000 0.577350 -0.406876 -0.598444 25 unrelated 3 2 0 0 +12_1 1340_2 1.200000 0.577350 -0.406876 0.418047 25 unrelated 3 2 11 12 +12_1 1340_9 1.200000 0.577350 -0.214001 1.988253 25 unrelated 3 2 0 0 +12_1 1341_1 1.200000 0.577350 -1.138194 0.557661 25 unrelated 3 2 11 12 +12_1 1341_11 1.200000 0.577350 -1.178375 1.988253 25 unrelated 3 2 0 0 +12_1 1341_12 1.200000 0.577350 -1.371251 0.327238 25 unrelated 3 2 0 0 +12_1 1341_13 1.200000 0.577350 -0.406876 0.846466 25 unrelated 3 2 0 0 +12_1 1341_14 1.200000 0.577350 -0.406876 0.846466 25 unrelated 3 2 0 0 +12_1 1341_2 1.200000 0.577350 -0.406876 0.846466 25 unrelated 3 2 13 14 +12_1 1344_1 1.200000 0.577350 -0.599751 2.221902 25 unrelated 3 2 12 13 +12_1 1344_12 1.200000 0.577350 -0.406876 0.418047 25 unrelated 3 2 0 0 +12_1 1344_13 1.200000 0.577350 -0.406876 0.418047 25 unrelated 3 2 0 0 +12_1 1345_12 1.200000 0.577350 -1.178376 0.471641 25 unrelated 3 2 0 0 +12_2 12_3 1.200000 0.577350 1.047613 -0.536780 25 parents 0 0 0 0 +12_2 13_1 1.200000 0.577350 1.714749 -1.159963 25 unrelated 0 0 3 2 +12_2 13_2 1.200000 0.577350 -0.255930 0.546459 25 unrelated 0 0 0 0 +12_2 13_3 1.200000 0.577350 1.329000 -0.816040 25 unrelated 0 0 0 0 +12_2 1334_1 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 10 11 +12_2 1334_10 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 0 0 +12_2 1334_11 1.200000 0.577350 -0.599751 2.221902 25 unrelated 0 0 0 0 +12_2 1334_12 1.200000 0.577350 -0.406876 0.418047 25 unrelated 0 0 0 0 +12_2 1334_13 1.200000 0.577350 -0.214002 -0.528970 25 unrelated 0 0 0 0 +12_2 1334_2 1.200000 0.577350 -0.792626 1.476572 25 unrelated 0 0 12 13 +12_2 1340_1 1.200000 0.577350 -0.214001 -0.528970 25 unrelated 0 0 9 10 +12_2 1340_10 1.200000 0.577350 -0.214001 -0.528970 25 unrelated 0 0 0 0 +12_2 1340_11 1.200000 0.577350 -0.214002 -0.528970 25 unrelated 0 0 0 0 +12_2 1340_12 1.200000 0.577350 -0.406876 -0.598444 25 unrelated 0 0 0 0 +12_2 1340_2 1.200000 0.577350 -0.406876 0.418047 25 unrelated 0 0 11 12 +12_2 1340_9 1.200000 0.577350 -0.214001 1.988253 25 unrelated 0 0 0 0 +12_2 1341_1 1.200000 0.577350 -1.138194 0.557661 25 unrelated 0 0 11 12 +12_2 1341_11 1.200000 0.577350 -1.178375 1.988253 25 unrelated 0 0 0 0 +12_2 1341_12 1.200000 0.577350 -1.371251 0.327238 25 unrelated 0 0 0 0 +12_2 1341_13 1.200000 0.577350 -0.406876 0.846466 25 unrelated 0 0 0 0 +12_2 1341_14 1.200000 0.577350 -0.406876 0.846466 25 unrelated 0 0 0 0 +12_2 1341_2 1.200000 0.577350 -0.406876 0.846466 25 unrelated 0 0 13 14 +12_2 1344_1 1.200000 0.577350 -0.599751 2.221902 25 unrelated 0 0 12 13 +12_2 1344_12 1.200000 0.577350 -0.406876 0.418047 25 unrelated 0 0 0 0 +12_2 1344_13 1.200000 0.577350 -0.406876 0.418047 25 unrelated 0 0 0 0 +12_2 1345_12 1.200000 0.577350 -1.178376 0.471641 25 unrelated 0 0 0 0 +12_3 13_1 1.200000 0.577350 1.136124 -0.693367 25 unrelated 0 0 3 2 +12_3 13_2 1.200000 0.577350 1.211598 -0.732039 25 unrelated 0 0 0 0 +12_3 13_3 1.200000 0.577350 1.521874 -0.969866 25 unrelated 0 0 0 0 +12_3 1334_1 1.200000 0.577350 1.521875 -0.969866 25 unrelated 0 0 10 11 +12_3 1334_10 1.200000 0.577350 -0.599752 -0.693367 25 unrelated 0 0 0 0 +12_3 1334_11 1.200000 0.577350 0.750375 -0.528970 25 unrelated 0 0 0 0 +12_3 1334_12 1.200000 0.577350 -0.599752 -0.693367 25 unrelated 0 0 0 0 +12_3 1334_13 1.200000 0.577350 0.364624 -0.460872 25 unrelated 0 0 0 0 +12_3 1334_2 1.200000 0.577350 -0.985501 0.594245 25 unrelated 0 0 12 13 +12_3 1340_1 1.200000 0.577350 1.136125 -0.693367 25 unrelated 0 0 9 10 +12_3 1340_10 1.200000 0.577350 1.136125 -0.693367 25 unrelated 0 0 0 0 +12_3 1340_11 1.200000 0.577350 0.364624 -0.460872 25 unrelated 0 0 0 0 +12_3 1340_12 1.200000 0.577350 0.943250 -0.598443 25 unrelated 0 0 0 0 +12_3 1340_2 1.200000 0.577350 0.943250 -0.598443 25 unrelated 0 0 11 12 +12_3 1340_9 1.200000 0.577350 -0.406876 0.846466 25 unrelated 0 0 0 0 +12_3 1341_1 1.200000 0.577350 0.268186 0.999931 25 unrelated 0 0 11 12 +12_3 1341_11 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +12_3 1341_12 1.200000 0.577350 -1.564126 0.158748 25 unrelated 0 0 0 0 +12_3 1341_13 1.200000 0.577350 0.943249 -0.598443 25 unrelated 0 0 0 0 +12_3 1341_14 1.200000 0.577350 0.943249 -0.598443 25 unrelated 0 0 0 0 +12_3 1341_2 1.200000 0.577350 0.943249 -0.598443 25 unrelated 0 0 13 14 +12_3 1344_1 1.200000 0.577350 -1.178376 1.284973 25 unrelated 0 0 12 13 +12_3 1344_12 1.200000 0.577350 0.943250 -0.598443 25 unrelated 0 0 0 0 +12_3 1344_13 1.200000 0.577350 0.943250 -0.598443 25 unrelated 0 0 0 0 +12_3 1345_12 1.200000 0.577350 -1.757001 -0.036923 25 unrelated 0 0 0 0 +13_1 13_2 1.200000 0.577350 -0.365038 0.561147 25 parentchild 3 2 0 0 +13_1 13_3 1.200000 0.577350 -0.831601 0.617297 25 parentchild 3 2 0 0 +13_1 1334_1 1.200000 0.577350 -0.021126 -0.483424 25 unrelated 3 2 10 11 +13_1 1334_10 1.200000 0.577350 0.557500 -0.483423 25 unrelated 3 2 0 0 +13_1 1334_11 1.200000 0.577350 -0.792626 1.476572 25 unrelated 3 2 0 0 +13_1 1334_12 1.200000 0.577350 0.557500 -0.483423 25 unrelated 3 2 0 0 +13_1 1334_13 1.200000 0.577350 0.750375 -0.528970 25 unrelated 3 2 0 0 +13_1 1334_2 1.200000 0.577350 0.171750 -0.460872 25 unrelated 3 2 12 13 +13_1 1340_1 1.200000 0.577350 0.750375 -0.528970 25 unrelated 3 2 9 10 +13_1 1340_10 1.200000 0.577350 0.750375 -0.528970 25 unrelated 3 2 0 0 +13_1 1340_11 1.200000 0.577350 0.750375 -0.528970 25 unrelated 3 2 0 0 +13_1 1340_12 1.200000 0.577350 -0.599751 -0.693367 25 unrelated 3 2 0 0 +13_1 1340_2 1.200000 0.577350 -0.599751 0.345553 25 unrelated 3 2 11 12 +13_1 1340_9 1.200000 0.577350 0.750375 0.002982 25 unrelated 3 2 0 0 +13_1 1341_1 1.200000 0.577350 -1.339105 0.413356 25 unrelated 3 2 11 12 +13_1 1341_11 1.200000 0.577350 -1.371251 1.163511 25 unrelated 3 2 0 0 +13_1 1341_12 1.200000 0.577350 -0.406875 0.846467 25 unrelated 3 2 0 0 +13_1 1341_13 1.200000 0.577350 0.557499 0.042491 25 unrelated 3 2 0 0 +13_1 1341_14 1.200000 0.577350 0.557499 0.042491 25 unrelated 3 2 0 0 +13_1 1341_2 1.200000 0.577350 0.557499 0.042491 25 unrelated 3 2 13 14 +13_1 1344_1 1.200000 0.577350 -1.564126 1.758837 25 unrelated 3 2 12 13 +13_1 1344_12 1.200000 0.577350 -0.599751 0.345553 25 unrelated 3 2 0 0 +13_1 1344_13 1.200000 0.577350 -0.599751 0.345553 25 unrelated 3 2 0 0 +13_1 1345_12 1.200000 0.577350 -0.214000 0.895341 25 unrelated 3 2 0 0 +13_2 13_3 1.200000 0.577350 0.066668 0.700690 25 parents 0 0 0 0 +13_2 1334_1 1.200000 0.577350 1.001950 -0.618478 25 unrelated 0 0 10 11 +13_2 1334_10 1.200000 0.577350 -0.255930 -0.535772 25 unrelated 0 0 0 0 +13_2 1334_11 1.200000 0.577350 1.001950 -0.618478 25 unrelated 0 0 0 0 +13_2 1334_12 1.200000 0.577350 0.582657 -0.481725 25 unrelated 0 0 0 0 +13_2 1334_13 1.200000 0.577350 0.792305 -0.535772 25 unrelated 0 0 0 0 +13_2 1334_2 1.200000 0.577350 0.163363 -0.455013 25 unrelated 0 0 12 13 +13_2 1340_1 1.200000 0.577350 1.840538 -1.302285 25 unrelated 0 0 9 10 +13_2 1340_10 1.200000 0.577350 1.840538 -1.302285 25 unrelated 0 0 0 0 +13_2 1340_11 1.200000 0.577350 0.792305 -0.535772 25 unrelated 0 0 0 0 +13_2 1340_12 1.200000 0.577350 0.163363 -0.455013 25 unrelated 0 0 0 0 +13_2 1340_2 1.200000 0.577350 0.163363 -0.455013 25 unrelated 0 0 11 12 +13_2 1340_9 1.200000 0.577350 1.001950 -0.618478 25 unrelated 0 0 0 0 +13_2 1341_1 1.200000 0.577350 -0.389342 1.030303 25 unrelated 0 0 11 12 +13_2 1341_11 1.200000 0.577350 0.163363 -0.455013 25 unrelated 0 0 0 0 +13_2 1341_12 1.200000 0.577350 -1.094517 0.648831 25 unrelated 0 0 0 0 +13_2 1341_13 1.200000 0.577350 2.469478 -2.533568 25 unrelated 0 0 0 0 +13_2 1341_14 1.200000 0.577350 2.469478 -2.533568 25 unrelated 0 0 0 0 +13_2 1341_2 1.200000 0.577350 2.469478 -2.533568 25 unrelated 0 0 13 14 +13_2 1344_1 1.200000 0.577350 -1.933105 1.702849 25 unrelated 0 0 12 13 +13_2 1344_12 1.200000 0.577350 0.163363 -0.455013 25 unrelated 0 0 0 0 +13_2 1344_13 1.200000 0.577350 0.163363 -0.455013 25 unrelated 0 0 0 0 +13_2 1345_12 1.200000 0.577350 -1.304164 0.504855 25 unrelated 0 0 0 0 +13_3 1334_1 1.200000 0.577350 0.750375 0.002982 25 unrelated 0 0 10 11 +13_3 1334_10 1.200000 0.577350 -1.371251 -1.394354 25 unrelated 0 0 0 0 +13_3 1334_11 1.200000 0.577350 -0.406876 1.239757 25 unrelated 0 0 0 0 +13_3 1334_12 1.200000 0.577350 -1.757001 -0.575128 25 unrelated 0 0 0 0 +13_3 1334_13 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 0 0 +13_3 1334_2 1.200000 0.577350 -2.142751 0.471641 25 unrelated 0 0 12 13 +13_3 1340_1 1.200000 0.577350 0.750375 0.002982 25 unrelated 0 0 9 10 +13_3 1340_10 1.200000 0.577350 0.750375 0.002982 25 unrelated 0 0 0 0 +13_3 1340_11 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 0 0 +13_3 1340_12 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +13_3 1340_2 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 11 12 +13_3 1340_9 1.200000 0.577350 -1.564126 1.758837 25 unrelated 0 0 0 0 +13_3 1341_1 1.200000 0.577350 -0.133636 0.965314 25 unrelated 0 0 11 12 +13_3 1341_11 1.200000 0.577350 -0.985501 0.594245 25 unrelated 0 0 0 0 +13_3 1341_12 1.200000 0.577350 -1.949876 -0.264085 25 unrelated 0 0 0 0 +13_3 1341_13 1.200000 0.577350 -0.214002 1.284973 25 unrelated 0 0 0 0 +13_3 1341_14 1.200000 0.577350 -0.214002 1.284973 25 unrelated 0 0 0 0 +13_3 1341_2 1.200000 0.577350 -0.214002 1.284973 25 unrelated 0 0 13 14 +13_3 1344_1 1.200000 0.577350 -0.406875 1.239757 25 unrelated 0 0 12 13 +13_3 1344_12 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +13_3 1344_13 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +13_3 1345_12 1.200000 0.577350 -1.757000 -0.036923 25 unrelated 0 0 0 0 +1334_1 1334_10 1.200000 0.577350 -1.042011 0.617297 25 parentchild 10 11 0 0 +1334_1 1334_11 1.200000 0.577350 -0.410778 0.566247 25 parentchild 10 11 0 0 +1334_1 1334_12 1.200000 0.577350 -0.575534 -0.430191 25 parents 10 11 0 0 +1334_1 1334_13 1.200000 0.577350 0.236040 -0.228179 25 parents 10 11 0 0 +1334_1 1334_2 1.200000 0.577350 -1.224792 0.456602 25 parents 10 11 12 13 +1334_1 1340_1 1.200000 0.577350 1.521875 -0.969867 25 unrelated 10 11 9 10 +1334_1 1340_10 1.200000 0.577350 1.521875 -0.969867 25 unrelated 10 11 0 0 +1334_1 1340_11 1.200000 0.577350 0.364624 -0.460872 25 unrelated 10 11 0 0 +1334_1 1340_12 1.200000 0.577350 1.714749 -1.159963 25 unrelated 10 11 0 0 +1334_1 1340_2 1.200000 0.577350 0.943249 -0.598444 25 unrelated 10 11 11 12 +1334_1 1340_9 1.200000 0.577350 -0.406876 0.846466 25 unrelated 10 11 0 0 +1334_1 1341_1 1.200000 0.577350 1.071833 1.268636 25 unrelated 10 11 11 12 +1334_1 1341_11 1.200000 0.577350 -0.214002 -0.528970 25 unrelated 10 11 0 0 +1334_1 1341_12 1.200000 0.577350 -0.792626 1.101689 25 unrelated 10 11 0 0 +1334_1 1341_13 1.200000 0.577350 0.943249 -0.598443 25 unrelated 10 11 0 0 +1334_1 1341_14 1.200000 0.577350 0.943249 -0.598443 25 unrelated 10 11 0 0 +1334_1 1341_2 1.200000 0.577350 0.943249 -0.598443 25 unrelated 10 11 13 14 +1334_1 1344_1 1.200000 0.577350 -1.178376 1.284973 25 unrelated 10 11 12 13 +1334_1 1344_12 1.200000 0.577350 0.943249 -0.598444 25 unrelated 10 11 0 0 +1334_1 1344_13 1.200000 0.577350 0.943249 -0.598444 25 unrelated 10 11 0 0 +1334_1 1345_12 1.200000 0.577350 -0.985501 1.007515 25 unrelated 10 11 0 0 +1334_10 1334_11 1.200000 0.577350 -1.549421 0.551090 25 parents 0 0 0 0 +1334_10 1334_12 1.200000 0.577350 1.534557 -1.039272 25 parents 0 0 0 0 +1334_10 1334_13 1.200000 0.577350 1.047613 -0.536780 25 parents 0 0 0 0 +1334_10 1334_2 1.200000 0.577350 0.885298 -0.430191 25 parents 0 0 12 13 +1334_10 1340_1 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 9 10 +1334_10 1340_10 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +1334_10 1340_11 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +1334_10 1340_12 1.200000 0.577350 0.750375 -0.528970 25 unrelated 0 0 0 0 +1334_10 1340_2 1.200000 0.577350 -0.021126 0.507014 25 unrelated 0 0 11 12 +1334_10 1340_9 1.200000 0.577350 -0.214002 -0.528970 25 unrelated 0 0 0 0 +1334_10 1341_1 1.200000 0.577350 0.067275 -0.467230 25 unrelated 0 0 11 12 +1334_10 1341_11 1.200000 0.577350 -1.178376 0.895341 25 unrelated 0 0 0 0 +1334_10 1341_12 1.200000 0.577350 1.714749 -1.159963 25 unrelated 0 0 0 0 +1334_10 1341_13 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 0 0 +1334_10 1341_14 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 0 0 +1334_10 1341_2 1.200000 0.577350 -0.406876 -0.598443 25 unrelated 0 0 13 14 +1334_10 1344_1 1.200000 0.577350 -1.371251 0.327238 25 unrelated 0 0 12 13 +1334_10 1344_12 1.200000 0.577350 -0.021126 0.507014 25 unrelated 0 0 0 0 +1334_10 1344_13 1.200000 0.577350 -0.021126 0.507014 25 unrelated 0 0 0 0 +1334_10 1345_12 1.200000 0.577350 1.521875 -0.969866 25 unrelated 0 0 0 0 +1334_11 1334_12 1.200000 0.577350 -0.900162 1.047688 25 parents 0 0 0 0 +1334_11 1334_13 1.200000 0.577350 -0.737848 0.392257 25 parents 0 0 0 0 +1334_11 1334_2 1.200000 0.577350 -1.224792 1.807009 25 parents 0 0 12 13 +1334_11 1340_1 1.200000 0.577350 0.364624 -0.460872 25 unrelated 0 0 9 10 +1334_11 1340_10 1.200000 0.577350 0.364624 -0.460872 25 unrelated 0 0 0 0 +1334_11 1340_11 1.200000 0.577350 -0.792626 0.253184 25 unrelated 0 0 0 0 +1334_11 1340_12 1.200000 0.577350 -0.214002 -0.528970 25 unrelated 0 0 0 0 +1334_11 1340_2 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 11 12 +1334_11 1340_9 1.200000 0.577350 -0.021126 2.335479 25 unrelated 0 0 0 0 +1334_11 1341_1 1.200000 0.577350 -0.937282 1.102365 25 unrelated 0 0 11 12 +1334_11 1341_11 1.200000 0.577350 1.714749 -1.159963 25 unrelated 0 0 0 0 +1334_11 1341_12 1.200000 0.577350 -2.721377 1.023334 25 unrelated 0 0 0 0 +1334_11 1341_13 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +1334_11 1341_14 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +1334_11 1341_2 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 13 14 +1334_11 1344_1 1.200000 0.577350 -1.564126 3.000713 25 unrelated 0 0 12 13 +1334_11 1344_12 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +1334_11 1344_13 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +1334_11 1345_12 1.200000 0.577350 -2.914252 1.163511 25 unrelated 0 0 0 0 +1334_12 1334_13 1.200000 0.577350 0.722984 -0.347713 25 parents 0 0 0 0 +1334_12 1334_2 1.200000 0.577350 0.851685 -0.082493 25 parentchild 0 0 12 13 +1334_12 1340_1 1.200000 0.577350 -0.214001 -0.528970 25 unrelated 0 0 9 10 +1334_12 1340_10 1.200000 0.577350 -0.214001 -0.528970 25 unrelated 0 0 0 0 +1334_12 1340_11 1.200000 0.577350 0.943249 -0.598443 25 unrelated 0 0 0 0 +1334_12 1340_12 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 0 0 0 0 +1334_12 1340_2 1.200000 0.577350 -0.406876 0.418047 25 unrelated 0 0 11 12 +1334_12 1340_9 1.200000 0.577350 0.557499 -0.483424 25 unrelated 0 0 0 0 +1334_12 1341_1 1.200000 0.577350 -0.736370 -0.774446 25 unrelated 0 0 11 12 +1334_12 1341_11 1.200000 0.577350 -0.406876 1.239757 25 unrelated 0 0 0 0 +1334_12 1341_12 1.200000 0.577350 0.943249 -0.598444 25 unrelated 0 0 0 0 +1334_12 1341_13 1.200000 0.577350 0.364625 -0.460872 25 unrelated 0 0 0 0 +1334_12 1341_14 1.200000 0.577350 0.364625 -0.460872 25 unrelated 0 0 0 0 +1334_12 1341_2 1.200000 0.577350 0.364625 -0.460872 25 unrelated 0 0 13 14 +1334_12 1344_1 1.200000 0.577350 -1.757001 1.254873 25 unrelated 0 0 12 13 +1334_12 1344_12 1.200000 0.577350 -0.406876 0.418047 25 unrelated 0 0 0 0 +1334_12 1344_13 1.200000 0.577350 -0.406876 0.418047 25 unrelated 0 0 0 0 +1334_12 1345_12 1.200000 0.577350 0.750376 -0.528970 25 unrelated 0 0 0 0 +1334_13 1334_2 1.200000 0.577350 -0.621190 0.600391 25 parentchild 0 0 12 13 +1334_13 1340_1 1.200000 0.577350 1.136124 -0.693367 25 unrelated 0 0 9 10 +1334_13 1340_10 1.200000 0.577350 1.136124 -0.693367 25 unrelated 0 0 0 0 +1334_13 1340_11 1.200000 0.577350 2.679125 -3.967559 25 unrelated 0 0 0 0 +1334_13 1340_12 1.200000 0.577350 0.943249 -0.598443 25 unrelated 0 0 0 0 +1334_13 1340_2 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 11 12 +1334_13 1340_9 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 0 0 0 0 +1334_13 1341_1 1.200000 0.577350 0.268187 -0.455013 25 unrelated 0 0 11 12 +1334_13 1341_11 1.200000 0.577350 -0.214002 0.471641 25 unrelated 0 0 0 0 +1334_13 1341_12 1.200000 0.577350 0.364625 -0.460872 25 unrelated 0 0 0 0 +1334_13 1341_13 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +1334_13 1341_14 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +1334_13 1341_2 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 13 14 +1334_13 1344_1 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 0 0 12 13 +1334_13 1344_12 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +1334_13 1344_13 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +1334_13 1345_12 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +1334_2 1340_1 1.200000 0.577350 -0.599751 -0.693367 25 unrelated 12 13 9 10 +1334_2 1340_10 1.200000 0.577350 -0.599751 -0.693367 25 unrelated 12 13 0 0 +1334_2 1340_11 1.200000 0.577350 0.557499 -0.483423 25 unrelated 12 13 0 0 +1334_2 1340_12 1.200000 0.577350 -0.792626 0.696771 25 unrelated 12 13 0 0 +1334_2 1340_2 1.200000 0.577350 -0.792626 1.476572 25 unrelated 12 13 11 12 +1334_2 1340_9 1.200000 0.577350 1.328999 -0.816040 25 unrelated 12 13 0 0 +1334_2 1341_1 1.200000 0.577350 -1.540016 0.243836 25 unrelated 12 13 11 12 +1334_2 1341_11 1.200000 0.577350 -0.792626 2.157893 25 unrelated 12 13 0 0 +1334_2 1341_12 1.200000 0.577350 0.171750 -0.460872 25 unrelated 12 13 0 0 +1334_2 1341_13 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 12 13 0 0 +1334_2 1341_14 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 12 13 0 0 +1334_2 1341_2 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 12 13 13 14 +1334_2 1344_1 1.200000 0.577350 -2.142751 1.988253 25 unrelated 12 13 12 13 +1334_2 1344_12 1.200000 0.577350 -0.792626 1.476572 25 unrelated 12 13 0 0 +1334_2 1344_13 1.200000 0.577350 -0.792626 1.476572 25 unrelated 12 13 0 0 +1334_2 1345_12 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 12 13 0 0 +1340_1 1340_10 1.200000 0.577350 1.693329 -2.011511 25 parentchild 9 10 0 0 +1340_1 1340_11 1.200000 0.577350 0.885298 -0.430191 25 parents 9 10 0 0 +1340_1 1340_12 1.200000 0.577350 0.398354 -0.247774 25 parents 9 10 0 0 +1340_1 1340_2 1.200000 0.577350 0.398354 -0.247774 25 parents 9 10 11 12 +1340_1 1340_9 1.200000 0.577350 -0.831601 0.617297 25 parentchild 9 10 0 0 +1340_1 1341_1 1.200000 0.577350 -0.133636 1.365911 25 unrelated 9 10 11 12 +1340_1 1341_11 1.200000 0.577350 -0.599751 -0.693367 25 unrelated 9 10 0 0 +1340_1 1341_12 1.200000 0.577350 -0.792626 1.101689 25 unrelated 9 10 0 0 +1340_1 1341_13 1.200000 0.577350 1.714749 -1.159963 25 unrelated 9 10 0 0 +1340_1 1341_14 1.200000 0.577350 1.714749 -1.159963 25 unrelated 9 10 0 0 +1340_1 1341_2 1.200000 0.577350 1.714749 -1.159963 25 unrelated 9 10 13 14 +1340_1 1344_1 1.200000 0.577350 -1.564126 1.023334 25 unrelated 9 10 12 13 +1340_1 1344_12 1.200000 0.577350 0.557499 -0.483424 25 unrelated 9 10 0 0 +1340_1 1344_13 1.200000 0.577350 0.557499 -0.483424 25 unrelated 9 10 0 0 +1340_1 1345_12 1.200000 0.577350 -0.985501 1.007514 25 unrelated 9 10 0 0 +1340_10 1340_11 1.200000 0.577350 0.885298 -0.430191 25 parents 0 0 0 0 +1340_10 1340_12 1.200000 0.577350 0.398354 -0.247774 25 parents 0 0 0 0 +1340_10 1340_2 1.200000 0.577350 0.398354 -0.247774 25 parents 0 0 11 12 +1340_10 1340_9 1.200000 0.577350 0.236040 -0.228179 25 parents 0 0 0 0 +1340_10 1341_1 1.200000 0.577350 -0.133636 1.365911 25 unrelated 0 0 11 12 +1340_10 1341_11 1.200000 0.577350 -0.599751 -0.693367 25 unrelated 0 0 0 0 +1340_10 1341_12 1.200000 0.577350 -0.792626 1.101689 25 unrelated 0 0 0 0 +1340_10 1341_13 1.200000 0.577350 1.714749 -1.159963 25 unrelated 0 0 0 0 +1340_10 1341_14 1.200000 0.577350 1.714749 -1.159963 25 unrelated 0 0 0 0 +1340_10 1341_2 1.200000 0.577350 1.714749 -1.159963 25 unrelated 0 0 13 14 +1340_10 1344_1 1.200000 0.577350 -1.564126 1.023334 25 unrelated 0 0 12 13 +1340_10 1344_12 1.200000 0.577350 0.557499 -0.483424 25 unrelated 0 0 0 0 +1340_10 1344_13 1.200000 0.577350 0.557499 -0.483424 25 unrelated 0 0 0 0 +1340_10 1345_12 1.200000 0.577350 -0.985501 1.007514 25 unrelated 0 0 0 0 +1340_11 1340_12 1.200000 0.577350 0.722984 -0.347713 25 parents 0 0 0 0 +1340_11 1340_2 1.200000 0.577350 0.220453 0.351043 25 parentchild 0 0 11 12 +1340_11 1340_9 1.200000 0.577350 -0.088589 -0.247773 25 parents 0 0 0 0 +1340_11 1341_1 1.200000 0.577350 0.268187 -0.455013 25 unrelated 0 0 11 12 +1340_11 1341_11 1.200000 0.577350 -0.214002 0.471641 25 unrelated 0 0 0 0 +1340_11 1341_12 1.200000 0.577350 0.364625 -0.460872 25 unrelated 0 0 0 0 +1340_11 1341_13 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +1340_11 1341_14 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 0 0 +1340_11 1341_2 1.200000 0.577350 0.557499 -0.483423 25 unrelated 0 0 13 14 +1340_11 1344_1 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 0 0 12 13 +1340_11 1344_12 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +1340_11 1344_13 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +1340_11 1345_12 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +1340_12 1340_2 1.200000 0.577350 0.430865 0.235726 25 parentchild 0 0 11 12 +1340_12 1340_9 1.200000 0.577350 -1.224791 0.456602 25 parents 0 0 0 0 +1340_12 1341_1 1.200000 0.577350 1.875479 -1.349462 25 unrelated 0 0 11 12 +1340_12 1341_11 1.200000 0.577350 0.750375 -0.528970 25 unrelated 0 0 0 0 +1340_12 1341_12 1.200000 0.577350 0.171750 -0.460872 25 unrelated 0 0 0 0 +1340_12 1341_13 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 0 0 0 0 +1340_12 1341_14 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 0 0 0 0 +1340_12 1341_2 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 0 0 13 14 +1340_12 1344_1 1.200000 0.577350 -0.599751 -0.138508 25 unrelated 0 0 12 13 +1340_12 1344_12 1.200000 0.577350 1.521875 -0.969867 25 unrelated 0 0 0 0 +1340_12 1344_13 1.200000 0.577350 1.521875 -0.969867 25 unrelated 0 0 0 0 +1340_12 1345_12 1.200000 0.577350 -0.021126 -0.483423 25 unrelated 0 0 0 0 +1340_2 1340_9 1.200000 0.577350 -1.224791 1.183231 25 parents 11 12 0 0 +1340_2 1341_1 1.200000 0.577350 0.870921 -0.566551 25 unrelated 11 12 11 12 +1340_2 1341_11 1.200000 0.577350 1.136124 -0.693367 25 unrelated 11 12 0 0 +1340_2 1341_12 1.200000 0.577350 -0.985501 0.139601 25 unrelated 11 12 0 0 +1340_2 1341_13 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 11 12 0 0 +1340_2 1341_14 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 11 12 0 0 +1340_2 1341_2 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 11 12 13 14 +1340_2 1344_1 1.200000 0.577350 0.557499 -0.483423 25 unrelated 11 12 12 13 +1340_2 1344_12 1.200000 0.577350 2.679125 -3.967559 25 unrelated 11 12 0 0 +1340_2 1344_13 1.200000 0.577350 2.679125 -3.967559 25 unrelated 11 12 0 0 +1340_2 1345_12 1.200000 0.577350 -1.178377 0.002982 25 unrelated 11 12 0 0 +1340_9 1341_1 1.200000 0.577350 -2.142751 1.397943 25 unrelated 0 0 11 12 +1340_9 1341_11 1.200000 0.577350 -0.985502 2.080189 25 unrelated 0 0 0 0 +1340_9 1341_12 1.200000 0.577350 -1.178376 0.895341 25 unrelated 0 0 0 0 +1340_9 1341_13 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +1340_9 1341_14 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 0 0 +1340_9 1341_2 1.200000 0.577350 1.328999 -0.816040 25 unrelated 0 0 13 14 +1340_9 1344_1 1.200000 0.577350 -2.721377 3.000713 25 unrelated 0 0 12 13 +1340_9 1344_12 1.200000 0.577350 -1.371251 1.163511 25 unrelated 0 0 0 0 +1340_9 1344_13 1.200000 0.577350 -1.371251 1.163511 25 unrelated 0 0 0 0 +1340_9 1345_12 1.200000 0.577350 -1.371251 1.163511 25 unrelated 0 0 0 0 +1341_1 1341_11 1.200000 0.577350 -1.375162 0.584859 25 parentchild 11 12 0 0 +1341_1 1341_12 1.200000 0.577350 -0.279272 0.538074 25 parentchild 11 12 0 0 +1341_1 1341_13 1.200000 0.577350 -0.690506 1.210137 25 parents 11 12 0 0 +1341_1 1341_14 1.200000 0.577350 -0.690506 1.210137 25 parents 11 12 0 0 +1341_1 1341_2 1.200000 0.577350 -0.690506 1.210137 25 parents 11 12 13 14 +1341_1 1344_1 1.200000 0.577350 0.268187 0.088380 25 unrelated 11 12 12 13 +1341_1 1344_12 1.200000 0.577350 0.870921 -0.566551 25 unrelated 11 12 0 0 +1341_1 1344_13 1.200000 0.577350 0.870921 -0.566551 25 unrelated 11 12 0 0 +1341_1 1345_12 1.200000 0.577350 0.670011 -0.504142 25 unrelated 11 12 0 0 +1341_11 1341_12 1.200000 0.577350 -1.549421 0.551090 25 parents 0 0 0 0 +1341_11 1341_13 1.200000 0.577350 0.236040 -0.228179 25 parents 0 0 0 0 +1341_11 1341_14 1.200000 0.577350 0.236040 -0.228179 25 parents 0 0 0 0 +1341_11 1341_2 1.200000 0.577350 0.236040 -0.228179 25 parents 0 0 13 14 +1341_11 1344_1 1.200000 0.577350 -0.985502 2.080189 25 unrelated 0 0 12 13 +1341_11 1344_12 1.200000 0.577350 1.136124 -0.693367 25 unrelated 0 0 0 0 +1341_11 1344_13 1.200000 0.577350 1.136124 -0.693367 25 unrelated 0 0 0 0 +1341_11 1345_12 1.200000 0.577350 -1.949876 0.679840 25 unrelated 0 0 0 0 +1341_12 1341_13 1.200000 0.577350 -1.224792 0.836001 25 parents 0 0 0 0 +1341_12 1341_14 1.200000 0.577350 -1.224792 0.836001 25 parents 0 0 0 0 +1341_12 1341_2 1.200000 0.577350 -1.224792 0.836001 25 parents 0 0 13 14 +1341_12 1344_1 1.200000 0.577350 -0.792626 0.696770 25 unrelated 0 0 12 13 +1341_12 1344_12 1.200000 0.577350 -0.985501 0.139601 25 unrelated 0 0 0 0 +1341_12 1344_13 1.200000 0.577350 -0.985501 0.139601 25 unrelated 0 0 0 0 +1341_12 1345_12 1.200000 0.577350 2.486250 -2.592123 25 unrelated 0 0 0 0 +1341_13 1341_14 1.200000 0.577350 2.183816 -3.275103 25 parents 0 0 0 0 +1341_13 1341_2 1.200000 0.577350 1.693329 -2.011511 25 parentchild 0 0 13 14 +1341_13 1344_1 1.200000 0.577350 -2.142751 1.988253 25 unrelated 0 0 12 13 +1341_13 1344_12 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 0 0 0 0 +1341_13 1344_13 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 0 0 0 0 +1341_13 1345_12 1.200000 0.577350 -1.564126 1.023334 25 unrelated 0 0 0 0 +1341_14 1341_2 1.200000 0.577350 1.693329 -2.011511 25 parentchild 0 0 13 14 +1341_14 1344_1 1.200000 0.577350 -2.142751 1.988253 25 unrelated 0 0 12 13 +1341_14 1344_12 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 0 0 0 0 +1341_14 1344_13 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 0 0 0 0 +1341_14 1345_12 1.200000 0.577350 -1.564126 1.023334 25 unrelated 0 0 0 0 +1341_2 1344_1 1.200000 0.577350 -2.142751 1.988253 25 unrelated 13 14 12 13 +1341_2 1344_12 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 13 14 0 0 +1341_2 1344_13 1.200000 0.577350 -0.021125 -0.483423 25 unrelated 13 14 0 0 +1341_2 1345_12 1.200000 0.577350 -1.564126 1.023334 25 unrelated 13 14 0 0 +1344_1 1344_12 1.200000 0.577350 -0.621190 0.600391 25 parentchild 12 13 0 0 +1344_1 1344_13 1.200000 0.577350 -0.621190 0.600391 25 parentchild 12 13 0 0 +1344_1 1345_12 1.200000 0.577350 -0.599751 0.780517 25 unrelated 12 13 0 0 +1344_12 1344_13 1.200000 0.577350 2.183816 -3.275103 25 parents 0 0 0 0 +1344_12 1345_12 1.200000 0.577350 -1.178377 0.002982 25 unrelated 0 0 0 0 +1344_13 1345_12 1.200000 0.577350 -1.178377 0.002982 25 unrelated 0 0 0 0 diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgHaploView/1_rgHaploViewtest1.pdf Binary file test-data/rgtestouts/rgHaploView/1_rgHaploViewtest1.pdf has changed diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgHaploView/1_rgHaploViewtest1.png Binary file test-data/rgtestouts/rgHaploView/1_rgHaploViewtest1.png has changed diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgHaploView/2_HapMap_YRI_22.pdf Binary file test-data/rgtestouts/rgHaploView/2_HapMap_YRI_22.pdf has changed diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgHaploView/2_HapMap_YRI_22.png Binary file test-data/rgtestouts/rgHaploView/2_HapMap_YRI_22.png has changed diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgHaploView/Chromosome22YRI.LD.PNG Binary file test-data/rgtestouts/rgHaploView/Chromosome22YRI.LD.PNG has changed diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgHaploView/Log_rgHaploViewtest1.txt --- a/test-data/rgtestouts/rgHaploView/Log_rgHaploViewtest1.txt Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgHaploView/Log_rgHaploViewtest1.txt Thu May 20 12:38:35 2010 -0400 @@ -1,7 +1,7 @@ -PATH=/share/apps:/share/shared/lx26-amd64/bin:/udd/rerla/bin:/share/shared/lx26-amd64/bin:/opt/gridengine/bin/lx26-amd64:/opt/gridengine/bin/lx26-amd64:/usr/kerberos/bin:/usr/java/latest/bin:/usr/local/bin:/bin:/usr/bin:/opt/eclipse:/opt/ganglia/bin:/opt/ganglia/sbin:/opt/maven/bin:/opt/openmpi/bin/:/opt/rocks/bin:/opt/rocks/sbin:/opt/gridengine/bin:/opt/gridengine:/bin/lx26-amd64:/usr/X11R6/bin +PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/rerla/bin ## rgHaploView.py looking for 10 rs (['rs2283802', 'rs2267000', 'rs16997606', 'rs4820537', 'rs3788347'])## rgHaploView.py: wrote 10 markers, 40 subjects for region -## executing java -jar /share/shared/galaxy/tool-data/rg/bin/haploview.jar -n -memory 2048 -pairwiseTagging -pedfile /share/shared/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.ped -info /share/shared/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.info -tagrsqcounts -tagrsqcutoff 0.8 -ldcolorscheme RSQ -log /share/shared/galaxy/test-data/tinywga.log -maxDistance 200000 -compressedpng -chromosome 22 returned 0 +## executing java -jar /opt/galaxy/tool-data/rg/bin/haploview.jar -n -memory 2048 -pairwiseTagging -pedfile /opt/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.ped -info /opt/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.info -tagrsqcounts -tagrsqcutoff 0.8 -ldcolorscheme RSQ -log /opt/galaxy/test-data/tinywga.log -maxDistance 200000 -compressedpng -chromosome 22 returned 0 ## executing mogrify -resize 800x400! *.PNG returned 0 ## executing convert -resize 800x400! rgHaploViewtest1.ped.LD.PNG rgHaploViewtest1.tmp.png returned 0 ## executing convert -pointsize 25 -fill maroon -draw "text 10,300 'rgHaploViewtest1'" rgHaploViewtest1.tmp.png 1_rgHaploViewtest1.png returned 0 @@ -12,16 +12,16 @@ ## executing pdfjoin "*.pdf" --fitpaper true --outfile alljoin.pdf returned 0 ## executing pdfnup alljoin.pdf --nup 1x2 --outfile allnup.pdf returned 0 ***************************************************** -Haploview 4.2 Java Version: 1.6.0_13 +Haploview 4.2 Java Version: 1.6.0_03 ***************************************************** -Arguments: -n -pairwiseTagging -pedfile /share/shared/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.ped -info /share/shared/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.info -tagrsqcounts -tagrsqcutoff 0.8 -ldcolorscheme RSQ -log /share/shared/galaxy/test-data/tinywga.log -maxDistance 200000 -compressedpng -chromosome 22 +Arguments: -n -pairwiseTagging -pedfile /opt/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.ped -info /opt/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.info -tagrsqcounts -tagrsqcutoff 0.8 -ldcolorscheme RSQ -log /opt/galaxy/test-data/tinywga.log -maxDistance 200000 -compressedpng -chromosome 22 Max LD comparison distance = 200000kb -Using data file: /share/shared/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.ped -Using marker information file: /share/shared/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.info +Using data file: /opt/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.ped +Using marker information file: /opt/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.info 10 out of 10 markers passed the MAF threshold. 10 out of 10 markers passed the Mendel threshold. 10 out of 10 markers passed the genotyping threshold. @@ -33,11 +33,11 @@ Writing output to rgHaploViewtest1.ped.TESTS Writing output to rgHaploViewtest1.ped.CHAPS ***************************************************** -Haploview 4.2 Java Version: 1.6.0_13 +Haploview 4.2 Java Version: 1.6.0_03 ***************************************************** -Arguments: -n -chromosome 22 -panel YRI -hapmapDownload -startpos 21784 -endpos 21905 -ldcolorscheme RSQ -log /share/shared/galaxy/test-data/tinywga.log -maxDistance 200000 -compressedpng +Arguments: -n -chromosome 22 -panel YRI -hapmapDownload -startpos 21784 -endpos 21905 -ldcolorscheme RSQ -log /opt/galaxy/test-data/tinywga.log -maxDistance 200000 -compressedpng Max LD comparison distance = 200000kb diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgHaploView/alljoin.pdf Binary file test-data/rgtestouts/rgHaploView/alljoin.pdf has changed diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgHaploView/allnup.pdf Binary file test-data/rgtestouts/rgHaploView/allnup.pdf has changed diff -r 7f95e51e06f7 -r 2d49a94c8d28 test-data/rgtestouts/rgHaploView/rgHaploViewtest1.html --- a/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.html Wed May 19 10:28:41 2010 -0400 +++ b/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.html Thu May 20 12:38:35 2010 -0400 @@ -23,13 +23,13 @@ <li><a href="rgHaploViewtest1.ped.LD.PNG">rgHaploViewtest1.ped.LD.PNG - rgHaploViewtest1.ped.LD.PNG</a></li> <li><a href="rgHaploViewtest1.ped.TAGS">rgHaploViewtest1.ped.TAGS - rgHaploViewtest1.ped.TAGS Tagger output</a></li> <li><a href="rgHaploViewtest1.ped.TESTS">rgHaploViewtest1.ped.TESTS - rgHaploViewtest1.ped.TESTS Tagger output</a></li> -</ol><br></div><div><hr>Job Log follows below (see Log_rgHaploViewtest1.txt)<pre>PATH=/share/apps:/share/shared/lx26-amd64/bin:/udd/rerla/bin:/share/shared/lx26-amd64/bin:/opt/gridengine/bin/lx26-amd64:/opt/gridengine/bin/lx26-amd64:/usr/kerberos/bin:/usr/java/latest/bin:/usr/local/bin:/bin:/usr/bin:/opt/eclipse:/opt/ganglia/bin:/opt/ganglia/sbin:/opt/maven/bin:/opt/openmpi/bin/:/opt/rocks/bin:/opt/rocks/sbin:/opt/gridengine/bin:/opt/gridengine:/bin/lx26-amd64:/usr/X11R6/bin +</ol><br></div><div><hr>Job Log follows below (see Log_rgHaploViewtest1.txt)<pre>PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/rerla/bin ## rgHaploView.py looking for 10 rs (['rs2283802', 'rs2267000', 'rs16997606', 'rs4820537', 'rs3788347'])## rgHaploView.py: wrote 10 markers, 40 subjects for region -## executing java -jar /share/shared/galaxy/tool-data/rg/bin/haploview.jar -n -memory 2048 -pairwiseTagging -pedfile /share/shared/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.ped -info /share/shared/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.info -tagrsqcounts -tagrsqcutoff 0.8 -ldcolorscheme RSQ -log /share/shared/galaxy/test-data/tinywga.log -maxDistance 200000 -compressedpng -chromosome 22 returned 0 +## executing java -jar /opt/galaxy/tool-data/rg/bin/haploview.jar -n -memory 2048 -pairwiseTagging -pedfile /opt/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.ped -info /opt/galaxy/test-data/rgtestouts/rgHaploView/rgHaploViewtest1.info -tagrsqcounts -tagrsqcutoff 0.8 -ldcolorscheme RSQ -log /opt/galaxy/test-data/tinywga.log -maxDistance 200000 -compressedpng -chromosome 22 returned 0 ## executing mogrify -resize 800x400! *.PNG returned 0 @@ -51,7 +51,7 @@