From aumanga at biggjapan.com Fri Jun 12 01:53:36 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Fri, 12 Jun 2009 14:53:36 +0900 Subject: [Biojava-l] Drawing chromatogram with fixed width for all Callboxes (With of CallBoxBound ) Message-ID: <4A31ED60.8090600@biggjapan.com> Hi all, I want to draw the chromatogram of AB1 file with fixed width for all 'CallBoxes'.I want to do this because I am going to read .ace file and draw the Chromatograms of all AB1 with correct alignment with each other. (Just like in ChromasPro). Is there any option to do this? Or Do I have to modify the code ? Best Regrags, Umanga From aumanga at biggjapan.com Fri Jun 12 04:20:36 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Fri, 12 Jun 2009 17:20:36 +0900 Subject: [Biojava-l] Cannot update or checkout BioJava SVN source Message-ID: <4A320FD4.2090405@biggjapan.com> Greetings , I wanted to update my copy of SVN but it gives "svn: Can't find a temporary directory: Internal error" . Then I tried to checkout a new copy but still it give this error. I read somewhere this error is given because of not enough free space on the server. Any tips, Umanga From andreas at sdsc.edu Fri Jun 12 09:35:57 2009 From: andreas at sdsc.edu (Andreas Prlic) Date: Fri, 12 Jun 2009 06:35:57 -0700 Subject: [Biojava-l] Cannot update or checkout BioJava SVN source In-Reply-To: <4A320FD4.2090405@biggjapan.com> References: <4A320FD4.2090405@biggjapan.com> Message-ID: <59a41c430906120635k2d0ef3eag46ff44061566fa1c@mail.gmail.com> Hi Umanga, I just checked the anonymous access with svn list svn://code.open-bio.org/biojava and the developer access with svn list svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live/trunk both works for me and I assume the svn server works ok... Andreas On Fri, Jun 12, 2009 at 1:20 AM, Ashika Umanga Umagiliya wrote: > Greetings , > > I wanted to update my copy of SVN but it gives > "svn: Can't find a temporary directory: Internal error" . > Then I tried to checkout a new copy but still it give this error. > I read somewhere this error is given because of not enough free space on the > server. > > Any tips, > > Umanga > _______________________________________________ > Biojava-l mailing list ?- ?Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l > From koen.bruynseels at cropdesign.com Mon Jun 15 14:08:04 2009 From: koen.bruynseels at cropdesign.com (koen.bruynseels at cropdesign.com) Date: Mon, 15 Jun 2009 20:08:04 +0200 Subject: [Biojava-l] Koen Bruynseels is out of the office. Message-ID: I will be out of the office starting 06/14/2009 and will not return until 06/23/2009. I will respond to your message when I return. From aumanga at biggjapan.com Tue Jun 16 03:24:19 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Tue, 16 Jun 2009 16:24:19 +0900 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? Message-ID: <4A3748A3.8050807@biggjapan.com> Greetings all, Please refer to image 1 : http://i40.tinypic.com/11rsk00.png image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png As shown in image (1) , I draw the basecall sequences of AB1 file,by parsing the ACE file generated by Phrap.That is ,for upper part I do not read AB1 file.Only read values from ACE file.(values under 'RD' tag in ACE file.)In the example, two files are 'sampleA-S-R.AB1' and 'sampleA-S-F.AB1'. For the bottom part- that is to draw Chromatogram, I use Biojavas 'ChromatogramGraphic' class. I wanted to align these two parts- that is align 'sampleA-S-R.AB1' basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so on...(like in ChromasPro). But I noticed that basecall sequence of 'ChromatogramGraphic' is totally different than that of from ACE file. Refer to image (2) ; you can see the two sequences generated by same AB1 file is different in lenght also. What could be the problem here? Any suggestions please thanks in advance. umanga From aumanga at biggjapan.com Tue Jun 16 03:24:19 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Tue, 16 Jun 2009 16:24:19 +0900 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? Message-ID: <4A3748A3.8050807@biggjapan.com> Greetings all, Please refer to image 1 : http://i40.tinypic.com/11rsk00.png image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png As shown in image (1) , I draw the basecall sequences of AB1 file,by parsing the ACE file generated by Phrap.That is ,for upper part I do not read AB1 file.Only read values from ACE file.(values under 'RD' tag in ACE file.)In the example, two files are 'sampleA-S-R.AB1' and 'sampleA-S-F.AB1'. For the bottom part- that is to draw Chromatogram, I use Biojavas 'ChromatogramGraphic' class. I wanted to align these two parts- that is align 'sampleA-S-R.AB1' basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so on...(like in ChromasPro). But I noticed that basecall sequence of 'ChromatogramGraphic' is totally different than that of from ACE file. Refer to image (2) ; you can see the two sequences generated by same AB1 file is different in lenght also. What could be the problem here? Any suggestions please thanks in advance. umanga From aumanga at biggjapan.com Tue Jun 16 05:06:01 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Tue, 16 Jun 2009 18:06:01 +0900 Subject: [Biojava-l] Question about AB1 parser (ABIFChromatogram) Message-ID: <4A376079.8020902@biggjapan.com> Greetings all, When I parse a AB1 file using 'ABIFChromatogram' the number of basecalls read is lower than the basecalls in a Phrap ACE file. For example I parse the AB1 file using biojava ABIChromatogram , it gave the following basecalls: ttaagcaggttaagcgtcctccctgttggtaccgtcaagagtgcacaaa ttacttacacatatgttcttccctaataacagagttttacgatccgaag accttcatcactcacgcggcgttgctccgtcaggctttcgcccattgcg gaagattccctactgctgcctcccgtaggagtctggaccgtgtctcagt tccagtgtggccgatcaccctctcaggtcggctatgcatcgttgccttg gtaagccgttaccttaccaactagctaatgcagcgcggatccatctata agtgacagcaagaccgtctttcacttttgaaccatgcggttcaaaatat tatccggtattagctccggtttcccgaagttatcccagtcttataggta ggttatccacgtgttactcacccgtccgccgctaacatcagagaagcaa gcttctcgtccgttcgctcgatttgcatgtattaggcacgccgccagcg ttcatcctgagccaggatcaaactctccaa Total number is 520 , But in Phrap ACE file the corrosponding entry is : (should get compliment sequence to compare) RD 2008-10-24_A02_S_R.ab1 1404 0 0 gaatggttgtagagagattggtatgttgtagtggtgtgttgtgtgtgaat aggtagtaatggtaggagatgttcatgttttcgttgtgtaagaagattat cgagagagaagatatgttggtattaaatgggaggggataagaacaaaaga gaacaaatatgtgtgatatatagatttggggaaagggaggtggtagatat aattgggttgggtgggtaggactggtgattggattggtgtgatggggagg agttggtagtaatgtgttgtggttttttgattttgcgtttagttagacat atatgtaacgagaggattgattgagatagtaaatatgagacgggattagc caaggatcagaagaggaggggggaaaggtggggagaggaagggaggattg acgataggagaggtgtctagtgtgggtgagaggtgggtgaatatttggtg gagatgtgtgggtatttagatgttgtgagattggattgtggacgtagggt ggatgtggtttgggagttggagaatgggtgtgtagttgtggatatagtta tcaggttgtgagaagtggagaagaggggagagaagagagggggggaaaga ggaaagaagagagaaatagaaggagattatgggagggtggaagggacgta atgagtgttgatttatgatgtatagtttagatgggtggtatggatatttt tgggcgagggaaggagtgaggggatagatggacagagggttntggagcta ttgttttgtttcttgatgtgggtgttggggtgttgattttgtagttctac tttagtttgggtgtagaacagggggattcaaggtcagagtgagtgtgggg gtaaggaagttgatagttgtcagttccttntgaagtTGGAGAGTTTGATC CTGGCTCAGGATGAACGCTGGCGGCGTGCCTAATACATGCAAGTCGAGCG AACGGACGAGAAGCTTGCTTCTCTGATGTTAGCGGCGGACGGGTGAGTAA CACGTGGATAACCTACCTATAAGACTGGGATAACTTCGGGAAACCGGAGC TAATACCGGATAATATTTTGAACCGCATGGTTCAAAAGTGAAAGACGGTC TTGCTGTCACTTATAGATGGATCCGCGCTGCATTAGCTAGTTGGTAAGGT AACGGCTTACCAAGGCAACGATGCATAGCCGACCTGAGAGGGTGATCGGC CACACTGGAACTGAGACACGGTCCAGACTCCTACGGGAGGCAGCAGTAGG GAATCTTCCGCAATGGGCGAAAGCCTGACGGAGCAACGCCGCGTGAGTGA TGAAGGTCTTCGGATCGTAAAACTCTGTTATTAGGGAAGAACATATGTGT AAGTAACTGTGCACATCTTGACGGTACCtaacatggaggcctgttcctcg ttaa My question is why biojava parser only give 520 bases? Is there a way to parse all 1404 bases as seen in Phrap ACE file? Thanks in advance, umanga From aumanga at biggjapan.com Tue Jun 16 05:06:01 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Tue, 16 Jun 2009 18:06:01 +0900 Subject: [Biojava-l] Question about AB1 parser (ABIFChromatogram) Message-ID: <4A376079.8020902@biggjapan.com> Greetings all, When I parse a AB1 file using 'ABIFChromatogram' the number of basecalls read is lower than the basecalls in a Phrap ACE file. For example I parse the AB1 file using biojava ABIChromatogram , it gave the following basecalls: ttaagcaggttaagcgtcctccctgttggtaccgtcaagagtgcacaaa ttacttacacatatgttcttccctaataacagagttttacgatccgaag accttcatcactcacgcggcgttgctccgtcaggctttcgcccattgcg gaagattccctactgctgcctcccgtaggagtctggaccgtgtctcagt tccagtgtggccgatcaccctctcaggtcggctatgcatcgttgccttg gtaagccgttaccttaccaactagctaatgcagcgcggatccatctata agtgacagcaagaccgtctttcacttttgaaccatgcggttcaaaatat tatccggtattagctccggtttcccgaagttatcccagtcttataggta ggttatccacgtgttactcacccgtccgccgctaacatcagagaagcaa gcttctcgtccgttcgctcgatttgcatgtattaggcacgccgccagcg ttcatcctgagccaggatcaaactctccaa Total number is 520 , But in Phrap ACE file the corrosponding entry is : (should get compliment sequence to compare) RD 2008-10-24_A02_S_R.ab1 1404 0 0 gaatggttgtagagagattggtatgttgtagtggtgtgttgtgtgtgaat aggtagtaatggtaggagatgttcatgttttcgttgtgtaagaagattat cgagagagaagatatgttggtattaaatgggaggggataagaacaaaaga gaacaaatatgtgtgatatatagatttggggaaagggaggtggtagatat aattgggttgggtgggtaggactggtgattggattggtgtgatggggagg agttggtagtaatgtgttgtggttttttgattttgcgtttagttagacat atatgtaacgagaggattgattgagatagtaaatatgagacgggattagc caaggatcagaagaggaggggggaaaggtggggagaggaagggaggattg acgataggagaggtgtctagtgtgggtgagaggtgggtgaatatttggtg gagatgtgtgggtatttagatgttgtgagattggattgtggacgtagggt ggatgtggtttgggagttggagaatgggtgtgtagttgtggatatagtta tcaggttgtgagaagtggagaagaggggagagaagagagggggggaaaga ggaaagaagagagaaatagaaggagattatgggagggtggaagggacgta atgagtgttgatttatgatgtatagtttagatgggtggtatggatatttt tgggcgagggaaggagtgaggggatagatggacagagggttntggagcta ttgttttgtttcttgatgtgggtgttggggtgttgattttgtagttctac tttagtttgggtgtagaacagggggattcaaggtcagagtgagtgtgggg gtaaggaagttgatagttgtcagttccttntgaagtTGGAGAGTTTGATC CTGGCTCAGGATGAACGCTGGCGGCGTGCCTAATACATGCAAGTCGAGCG AACGGACGAGAAGCTTGCTTCTCTGATGTTAGCGGCGGACGGGTGAGTAA CACGTGGATAACCTACCTATAAGACTGGGATAACTTCGGGAAACCGGAGC TAATACCGGATAATATTTTGAACCGCATGGTTCAAAAGTGAAAGACGGTC TTGCTGTCACTTATAGATGGATCCGCGCTGCATTAGCTAGTTGGTAAGGT AACGGCTTACCAAGGCAACGATGCATAGCCGACCTGAGAGGGTGATCGGC CACACTGGAACTGAGACACGGTCCAGACTCCTACGGGAGGCAGCAGTAGG GAATCTTCCGCAATGGGCGAAAGCCTGACGGAGCAACGCCGCGTGAGTGA TGAAGGTCTTCGGATCGTAAAACTCTGTTATTAGGGAAGAACATATGTGT AAGTAACTGTGCACATCTTGACGGTACCtaacatggaggcctgttcctcg ttaa My question is why biojava parser only give 520 bases? Is there a way to parse all 1404 bases as seen in Phrap ACE file? Thanks in advance, umanga From ayates at ebi.ac.uk Tue Jun 16 05:10:54 2009 From: ayates at ebi.ac.uk (Andy Yates) Date: Tue, 16 Jun 2009 10:10:54 +0100 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? In-Reply-To: <4A3748A3.8050807@biggjapan.com> References: <4A3748A3.8050807@biggjapan.com> Message-ID: <4A37619E.4090807@ebi.ac.uk> Hi Ashika, AB1 files will contain a different basecall to one generated by phrap since (as far as my memory serves me) ABI's platform has a basecaller built in. This is the one which is coded into the AB1 file & therefore chromatogram graphic will pick up on that one. However it's very odd that the Phrap calls are so distant from the trace itself. I would have hoped that the ACE file would have contained some kind of called base -> peak position in the chromatogram. There is always the option of getting phred to output a SCF file which should contain this information & see what it thinks its doing. SCFs can be parsed by BioJava so you should be able to push it straight into your program & let it handle it. Andy Ashika Umanga Umagiliya wrote: > Greetings all, > > Please refer to image 1 : http://i40.tinypic.com/11rsk00.png > image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png > > > As shown in image (1) , I draw the basecall sequences of AB1 file,by > parsing the ACE file generated by Phrap.That is ,for upper part I do not > read AB1 file.Only read values from ACE file.(values under 'RD' tag in > ACE file.)In the example, two files are 'sampleA-S-R.AB1' and > 'sampleA-S-F.AB1'. > > For the bottom part- that is to draw Chromatogram, I use Biojavas > 'ChromatogramGraphic' class. > > I wanted to align these two parts- that is align 'sampleA-S-R.AB1' > basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so on...(like > in ChromasPro). > > But I noticed that basecall sequence of 'ChromatogramGraphic' is totally > different than that of from ACE file. > Refer to image (2) ; you can see the two sequences generated by same AB1 > file is different in lenght also. > > What could be the problem here? Any suggestions please > > thanks in advance. > umanga > _______________________________________________ > Biojava-l mailing list - Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l From ayates at ebi.ac.uk Tue Jun 16 05:21:12 2009 From: ayates at ebi.ac.uk (Andy Yates) Date: Tue, 16 Jun 2009 10:21:12 +0100 Subject: [Biojava-l] Question about AB1 parser (ABIFChromatogram) In-Reply-To: <4A376079.8020902@biggjapan.com> References: <4A376079.8020902@biggjapan.com> Message-ID: <4A376408.1090602@ebi.ac.uk> Hi, Are you sure that the AB1 file actually contains more than 520bp? Have a check there first (using something like trev should display the AB1 processed data) and then we can see if its a problem in the data or the program. Andy Ashika Umanga Umagiliya wrote: > Greetings all, > > When I parse a AB1 file using 'ABIFChromatogram' the number of basecalls > read is lower than the basecalls in a Phrap ACE file. > > For example I parse the AB1 file using biojava ABIChromatogram , it gave > the following basecalls: > > ttaagcaggttaagcgtcctccctgttggtaccgtcaagagtgcacaaa > ttacttacacatatgttcttccctaataacagagttttacgatccgaag > accttcatcactcacgcggcgttgctccgtcaggctttcgcccattgcg > gaagattccctactgctgcctcccgtaggagtctggaccgtgtctcagt > tccagtgtggccgatcaccctctcaggtcggctatgcatcgttgccttg > gtaagccgttaccttaccaactagctaatgcagcgcggatccatctata > agtgacagcaagaccgtctttcacttttgaaccatgcggttcaaaatat > tatccggtattagctccggtttcccgaagttatcccagtcttataggta > ggttatccacgtgttactcacccgtccgccgctaacatcagagaagcaa > gcttctcgtccgttcgctcgatttgcatgtattaggcacgccgccagcg > ttcatcctgagccaggatcaaactctccaa > > Total number is 520 , > > > But in Phrap ACE file the corrosponding entry is : > (should get compliment sequence to compare) > > RD 2008-10-24_A02_S_R.ab1 1404 0 0 > gaatggttgtagagagattggtatgttgtagtggtgtgttgtgtgtgaat > aggtagtaatggtaggagatgttcatgttttcgttgtgtaagaagattat > cgagagagaagatatgttggtattaaatgggaggggataagaacaaaaga > gaacaaatatgtgtgatatatagatttggggaaagggaggtggtagatat > aattgggttgggtgggtaggactggtgattggattggtgtgatggggagg > agttggtagtaatgtgttgtggttttttgattttgcgtttagttagacat > atatgtaacgagaggattgattgagatagtaaatatgagacgggattagc > caaggatcagaagaggaggggggaaaggtggggagaggaagggaggattg > acgataggagaggtgtctagtgtgggtgagaggtgggtgaatatttggtg > gagatgtgtgggtatttagatgttgtgagattggattgtggacgtagggt > ggatgtggtttgggagttggagaatgggtgtgtagttgtggatatagtta > tcaggttgtgagaagtggagaagaggggagagaagagagggggggaaaga > ggaaagaagagagaaatagaaggagattatgggagggtggaagggacgta > atgagtgttgatttatgatgtatagtttagatgggtggtatggatatttt > tgggcgagggaaggagtgaggggatagatggacagagggttntggagcta > ttgttttgtttcttgatgtgggtgttggggtgttgattttgtagttctac > tttagtttgggtgtagaacagggggattcaaggtcagagtgagtgtgggg > gtaaggaagttgatagttgtcagttccttntgaagtTGGAGAGTTTGATC > CTGGCTCAGGATGAACGCTGGCGGCGTGCCTAATACATGCAAGTCGAGCG > AACGGACGAGAAGCTTGCTTCTCTGATGTTAGCGGCGGACGGGTGAGTAA > CACGTGGATAACCTACCTATAAGACTGGGATAACTTCGGGAAACCGGAGC > TAATACCGGATAATATTTTGAACCGCATGGTTCAAAAGTGAAAGACGGTC > TTGCTGTCACTTATAGATGGATCCGCGCTGCATTAGCTAGTTGGTAAGGT > AACGGCTTACCAAGGCAACGATGCATAGCCGACCTGAGAGGGTGATCGGC > CACACTGGAACTGAGACACGGTCCAGACTCCTACGGGAGGCAGCAGTAGG > GAATCTTCCGCAATGGGCGAAAGCCTGACGGAGCAACGCCGCGTGAGTGA > TGAAGGTCTTCGGATCGTAAAACTCTGTTATTAGGGAAGAACATATGTGT > AAGTAACTGTGCACATCTTGACGGTACCtaacatggaggcctgttcctcg > ttaa > > My question is why biojava parser only give 520 bases? Is there a way to > parse all 1404 bases as seen in Phrap ACE file? > > Thanks in advance, > umanga > > _______________________________________________ > Biojava-l mailing list - Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l From aumanga at biggjapan.com Tue Jun 16 05:39:27 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Tue, 16 Jun 2009 18:39:27 +0900 Subject: [Biojava-l] Question about AB1 parser (ABIFChromatogram) In-Reply-To: <4A376408.1090602@ebi.ac.uk> References: <4A376079.8020902@biggjapan.com> <4A376408.1090602@ebi.ac.uk> Message-ID: <4A37684F.5080206@biggjapan.com> HI Andy, Thank you for the tip. I checked the AB1 with 'trev' and it gave the number of bases as 520. But I wonder in Phrap ACE file how it show 1404 bases. Best Regards, Umanga Andy Yates wrote: > Hi, > > Are you sure that the AB1 file actually contains more than 520bp? Have a > check there first (using something like trev should display the AB1 > processed data) and then we can see if its a problem in the data or the > program. > > Andy > > Ashika Umanga Umagiliya wrote: > >> Greetings all, >> >> When I parse a AB1 file using 'ABIFChromatogram' the number of basecalls >> read is lower than the basecalls in a Phrap ACE file. >> >> For example I parse the AB1 file using biojava ABIChromatogram , it gave >> the following basecalls: >> >> ttaagcaggttaagcgtcctccctgttggtaccgtcaagagtgcacaaa >> ttacttacacatatgttcttccctaataacagagttttacgatccgaag >> accttcatcactcacgcggcgttgctccgtcaggctttcgcccattgcg >> gaagattccctactgctgcctcccgtaggagtctggaccgtgtctcagt >> tccagtgtggccgatcaccctctcaggtcggctatgcatcgttgccttg >> gtaagccgttaccttaccaactagctaatgcagcgcggatccatctata >> agtgacagcaagaccgtctttcacttttgaaccatgcggttcaaaatat >> tatccggtattagctccggtttcccgaagttatcccagtcttataggta >> ggttatccacgtgttactcacccgtccgccgctaacatcagagaagcaa >> gcttctcgtccgttcgctcgatttgcatgtattaggcacgccgccagcg >> ttcatcctgagccaggatcaaactctccaa >> >> Total number is 520 , >> >> >> But in Phrap ACE file the corrosponding entry is : >> (should get compliment sequence to compare) >> >> RD 2008-10-24_A02_S_R.ab1 1404 0 0 >> gaatggttgtagagagattggtatgttgtagtggtgtgttgtgtgtgaat >> aggtagtaatggtaggagatgttcatgttttcgttgtgtaagaagattat >> cgagagagaagatatgttggtattaaatgggaggggataagaacaaaaga >> gaacaaatatgtgtgatatatagatttggggaaagggaggtggtagatat >> aattgggttgggtgggtaggactggtgattggattggtgtgatggggagg >> agttggtagtaatgtgttgtggttttttgattttgcgtttagttagacat >> atatgtaacgagaggattgattgagatagtaaatatgagacgggattagc >> caaggatcagaagaggaggggggaaaggtggggagaggaagggaggattg >> acgataggagaggtgtctagtgtgggtgagaggtgggtgaatatttggtg >> gagatgtgtgggtatttagatgttgtgagattggattgtggacgtagggt >> ggatgtggtttgggagttggagaatgggtgtgtagttgtggatatagtta >> tcaggttgtgagaagtggagaagaggggagagaagagagggggggaaaga >> ggaaagaagagagaaatagaaggagattatgggagggtggaagggacgta >> atgagtgttgatttatgatgtatagtttagatgggtggtatggatatttt >> tgggcgagggaaggagtgaggggatagatggacagagggttntggagcta >> ttgttttgtttcttgatgtgggtgttggggtgttgattttgtagttctac >> tttagtttgggtgtagaacagggggattcaaggtcagagtgagtgtgggg >> gtaaggaagttgatagttgtcagttccttntgaagtTGGAGAGTTTGATC >> CTGGCTCAGGATGAACGCTGGCGGCGTGCCTAATACATGCAAGTCGAGCG >> AACGGACGAGAAGCTTGCTTCTCTGATGTTAGCGGCGGACGGGTGAGTAA >> CACGTGGATAACCTACCTATAAGACTGGGATAACTTCGGGAAACCGGAGC >> TAATACCGGATAATATTTTGAACCGCATGGTTCAAAAGTGAAAGACGGTC >> TTGCTGTCACTTATAGATGGATCCGCGCTGCATTAGCTAGTTGGTAAGGT >> AACGGCTTACCAAGGCAACGATGCATAGCCGACCTGAGAGGGTGATCGGC >> CACACTGGAACTGAGACACGGTCCAGACTCCTACGGGAGGCAGCAGTAGG >> GAATCTTCCGCAATGGGCGAAAGCCTGACGGAGCAACGCCGCGTGAGTGA >> TGAAGGTCTTCGGATCGTAAAACTCTGTTATTAGGGAAGAACATATGTGT >> AAGTAACTGTGCACATCTTGACGGTACCtaacatggaggcctgttcctcg >> ttaa >> >> My question is why biojava parser only give 520 bases? Is there a way to >> parse all 1404 bases as seen in Phrap ACE file? >> >> Thanks in advance, >> umanga >> >> _______________________________________________ >> Biojava-l mailing list - Biojava-l at lists.open-bio.org >> http://lists.open-bio.org/mailman/listinfo/biojava-l >> From aumanga at biggjapan.com Tue Jun 16 05:41:54 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Tue, 16 Jun 2009 18:41:54 +0900 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? In-Reply-To: <4A37619E.4090807@ebi.ac.uk> References: <4A3748A3.8050807@biggjapan.com> <4A37619E.4090807@ebi.ac.uk> Message-ID: <4A3768E2.7090003@biggjapan.com> Hi Andy, Thank you for the reply. Earlier problem was I had not applied the compliment in the ChromatoGraph. Now I could inspect the alignment with the Phrap calls Please refer : http://i43.tinypic.com/e5iu12.png I have drawn orange underlines from where the two sequences matches. But I had to hardcode x1 and x2 offset values to make the graphs align with the Phrap basecalls. So as for my question http://lists.open-bio.org/pipermail/biojava-l/2009-June/006707.html , if somehow get all (or fill) all the callbases same as in ACE , I can align easily. Best Regards, Umanga Andy Yates wrote: > Hi Ashika, > > AB1 files will contain a different basecall to one generated by phrap > since (as far as my memory serves me) ABI's platform has a basecaller > built in. This is the one which is coded into the AB1 file & therefore > chromatogram graphic will pick up on that one. However it's very odd > that the Phrap calls are so distant from the trace itself. > > I would have hoped that the ACE file would have contained some kind of > called base -> peak position in the chromatogram. There is always the > option of getting phred to output a SCF file which should contain this > information & see what it thinks its doing. SCFs can be parsed by > BioJava so you should be able to push it straight into your program & > let it handle it. > > Andy > > Ashika Umanga Umagiliya wrote: > >> Greetings all, >> >> Please refer to image 1 : http://i40.tinypic.com/11rsk00.png >> image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png >> >> >> As shown in image (1) , I draw the basecall sequences of AB1 file,by >> parsing the ACE file generated by Phrap.That is ,for upper part I do not >> read AB1 file.Only read values from ACE file.(values under 'RD' tag in >> ACE file.)In the example, two files are 'sampleA-S-R.AB1' and >> 'sampleA-S-F.AB1'. >> >> For the bottom part- that is to draw Chromatogram, I use Biojavas >> 'ChromatogramGraphic' class. >> >> I wanted to align these two parts- that is align 'sampleA-S-R.AB1' >> basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so on...(like >> in ChromasPro). >> >> But I noticed that basecall sequence of 'ChromatogramGraphic' is totally >> different than that of from ACE file. >> Refer to image (2) ; you can see the two sequences generated by same AB1 >> file is different in lenght also. >> >> What could be the problem here? Any suggestions please >> >> thanks in advance. >> umanga >> _______________________________________________ >> Biojava-l mailing list - Biojava-l at lists.open-bio.org >> http://lists.open-bio.org/mailman/listinfo/biojava-l >> From ayates at ebi.ac.uk Tue Jun 16 05:56:10 2009 From: ayates at ebi.ac.uk (Andy Yates) Date: Tue, 16 Jun 2009 10:56:10 +0100 Subject: [Biojava-l] Question about AB1 parser (ABIFChromatogram) In-Reply-To: <4A37684F.5080206@biggjapan.com> References: <4A376079.8020902@biggjapan.com> <4A376408.1090602@ebi.ac.uk> <4A37684F.5080206@biggjapan.com> Message-ID: <4A376C3A.9020500@ebi.ac.uk> Well the most likely explanation is that since Phred is doing its own basecalling it will be using the unprocessed data which is in the AB1 file. This is always longer than the processed data you see in the AB1 file normally and has not been massaged WRT trace trimming, noise reduction and base lining. So my guess WRT such a huge number of bases is that phred has gone into the "soup" regions of a trace from the beginning and the end. Andy Ashika Umanga Umagiliya wrote: > HI Andy, > > Thank you for the tip. I checked the AB1 with 'trev' and it gave the > number of bases as 520. > But I wonder in Phrap ACE file how it show 1404 bases. > > Best Regards, > Umanga > > Andy Yates wrote: >> Hi, >> >> Are you sure that the AB1 file actually contains more than 520bp? Have a >> check there first (using something like trev should display the AB1 >> processed data) and then we can see if its a problem in the data or the >> program. >> >> Andy >> >> Ashika Umanga Umagiliya wrote: >> >>> Greetings all, >>> >>> When I parse a AB1 file using 'ABIFChromatogram' the number of basecalls >>> read is lower than the basecalls in a Phrap ACE file. >>> >>> For example I parse the AB1 file using biojava ABIChromatogram , it gave >>> the following basecalls: >>> >>> ttaagcaggttaagcgtcctccctgttggtaccgtcaagagtgcacaaa >>> ttacttacacatatgttcttccctaataacagagttttacgatccgaag >>> accttcatcactcacgcggcgttgctccgtcaggctttcgcccattgcg >>> gaagattccctactgctgcctcccgtaggagtctggaccgtgtctcagt >>> tccagtgtggccgatcaccctctcaggtcggctatgcatcgttgccttg >>> gtaagccgttaccttaccaactagctaatgcagcgcggatccatctata >>> agtgacagcaagaccgtctttcacttttgaaccatgcggttcaaaatat >>> tatccggtattagctccggtttcccgaagttatcccagtcttataggta >>> ggttatccacgtgttactcacccgtccgccgctaacatcagagaagcaa >>> gcttctcgtccgttcgctcgatttgcatgtattaggcacgccgccagcg >>> ttcatcctgagccaggatcaaactctccaa >>> >>> Total number is 520 , >>> >>> >>> But in Phrap ACE file the corrosponding entry is : >>> (should get compliment sequence to compare) >>> >>> RD 2008-10-24_A02_S_R.ab1 1404 0 0 >>> gaatggttgtagagagattggtatgttgtagtggtgtgttgtgtgtgaat >>> aggtagtaatggtaggagatgttcatgttttcgttgtgtaagaagattat >>> cgagagagaagatatgttggtattaaatgggaggggataagaacaaaaga >>> gaacaaatatgtgtgatatatagatttggggaaagggaggtggtagatat >>> aattgggttgggtgggtaggactggtgattggattggtgtgatggggagg >>> agttggtagtaatgtgttgtggttttttgattttgcgtttagttagacat >>> atatgtaacgagaggattgattgagatagtaaatatgagacgggattagc >>> caaggatcagaagaggaggggggaaaggtggggagaggaagggaggattg >>> acgataggagaggtgtctagtgtgggtgagaggtgggtgaatatttggtg >>> gagatgtgtgggtatttagatgttgtgagattggattgtggacgtagggt >>> ggatgtggtttgggagttggagaatgggtgtgtagttgtggatatagtta >>> tcaggttgtgagaagtggagaagaggggagagaagagagggggggaaaga >>> ggaaagaagagagaaatagaaggagattatgggagggtggaagggacgta >>> atgagtgttgatttatgatgtatagtttagatgggtggtatggatatttt >>> tgggcgagggaaggagtgaggggatagatggacagagggttntggagcta >>> ttgttttgtttcttgatgtgggtgttggggtgttgattttgtagttctac >>> tttagtttgggtgtagaacagggggattcaaggtcagagtgagtgtgggg >>> gtaaggaagttgatagttgtcagttccttntgaagtTGGAGAGTTTGATC >>> CTGGCTCAGGATGAACGCTGGCGGCGTGCCTAATACATGCAAGTCGAGCG >>> AACGGACGAGAAGCTTGCTTCTCTGATGTTAGCGGCGGACGGGTGAGTAA >>> CACGTGGATAACCTACCTATAAGACTGGGATAACTTCGGGAAACCGGAGC >>> TAATACCGGATAATATTTTGAACCGCATGGTTCAAAAGTGAAAGACGGTC >>> TTGCTGTCACTTATAGATGGATCCGCGCTGCATTAGCTAGTTGGTAAGGT >>> AACGGCTTACCAAGGCAACGATGCATAGCCGACCTGAGAGGGTGATCGGC >>> CACACTGGAACTGAGACACGGTCCAGACTCCTACGGGAGGCAGCAGTAGG >>> GAATCTTCCGCAATGGGCGAAAGCCTGACGGAGCAACGCCGCGTGAGTGA >>> TGAAGGTCTTCGGATCGTAAAACTCTGTTATTAGGGAAGAACATATGTGT >>> AAGTAACTGTGCACATCTTGACGGTACCtaacatggaggcctgttcctcg >>> ttaa >>> >>> My question is why biojava parser only give 520 bases? Is there a way to >>> parse all 1404 bases as seen in Phrap ACE file? >>> >>> Thanks in advance, >>> umanga >>> >>> _______________________________________________ >>> Biojava-l mailing list - Biojava-l at lists.open-bio.org >>> http://lists.open-bio.org/mailman/listinfo/biojava-l >>> From abdul.qaddos at gmail.com Tue Jun 16 20:48:55 2009 From: abdul.qaddos at gmail.com (Abdul Qaddus) Date: Wed, 17 Jun 2009 05:48:55 +0500 Subject: [Biojava-l] Fwd: Need help for resolving the args[0] issues. In-Reply-To: References: Message-ID: Hello Support, I am a new developer of biojava, I have a good knowledge about java and bio, but this is new tool for me, I have some problem while working in this tools, below I have write down the code for reading the Gen Bank file and then convert into "DNA", "RNA" or "Protein". I have already add the biojava library into my source code. When I have read this code I have come to know from your arguments portion for the execution of this code, I have need three argument, one for the filename, second for the file type and third is the alphabet. Now the problem is that how I will pass these three parameter values into source code for args[0], args[1] and args[2]. When I have passed these values by using the string pattern then this code generte a errors, "illegel statement". Please help me out how I can fixed this problem, I will be very thankful to you if you will reply me soon package biojava; import java.io.*; import org.biojava.bio.*; import org.biojava.bio.seq.*; import org.biojava.bio.seq.io.*; public class ReadFasta2 { /** * This program will read any file supported by SeqIOTools it takes three * arguments, the first is the file name the second is the name of * a file format supported by SeqIOTools. eg fasta, genbank etc. * The third argument is the alphabet (eg dna, rna, protein). * * Both the format and alphabet names are case insensitive. * */ public static void main(String[] args) { try { //prepare a BufferedReader for file io BufferedReader br = new BufferedReader(new FileReader(args[0])); String format = args[1]; String alphabet = args[2]; /* * get a Sequence Iterator over all the sequences in the file. * SeqIOTools.fileToBiojava() returns an Object. If the file read * is an alignment format like MSF and Alignment object is returned * otherwise a SequenceIterator is returned. */ SequenceIterator iter = (SequenceIterator)SeqIOTools.fileToBiojava(format,alphabet, br); } catch (FileNotFoundException ex) { //can't find file specified by args[0] ex.printStackTrace(); }catch (BioException ex) { //error parsing requested format ex.printStackTrace(); } } } -- Abdul Qaddus www.futurelinkers.com Cell No:- +92-3336540863 -- Abdul Qaddus www.futurelinkers.com Cell No:- +92-3336540863 From aumanga at biggjapan.com Tue Jun 16 22:49:46 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Wed, 17 Jun 2009 11:49:46 +0900 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? In-Reply-To: <4A377471.9090509@ebi.ac.uk> References: <4A3748A3.8050807@biggjapan.com> <4A37619E.4090807@ebi.ac.uk> <4A3768E2.7090003@biggjapan.com> <4A377471.9090509@ebi.ac.uk> Message-ID: <4A3859CA.5020803@biggjapan.com> Hi Andy , Thanks for the help.I was doing all wrong ! Instead of using AB1 raw data , I used SCF generated by Phrep and used the offset values from ACE file. Now all are aligned , here a snapshot : http://i39.tinypic.com/xbymf.png But still one problem .As can be seen in the picture, at the end of the graph, some part of the trace-plot is missing for last bases. Any idea whats going on here ? Thanks in advance, Umanga Andy Yates wrote: > Hi Umanga, > > In terms of getting the offset I'm not sure. That information should be > provided via the ACE file or from some other output from phrap; its not > the responsibility of the AB1 file to contain this information. The > phred output (which phrap uses under the scenes I think) which does > contain this information is the SCF output but in this situation you are > not rendering the processed output from the ABI sequencer. You are > actually displaying: > > ABI Raw output -> phred basecalled/processed > > So if there is a reason why you want to show the ABI processed data then > I'm not sure how to marry it to the phrap output. Otherwise just use the > traces phrap outputs and see what happens. > > Andy > > Ashika Umanga Umagiliya wrote: > >> Hi Andy, >> >> Thank you for the reply. >> Earlier problem was I had not applied the compliment in the ChromatoGraph. >> Now I could inspect the alignment with the Phrap calls >> >> Please refer : http://i43.tinypic.com/e5iu12.png >> >> I have drawn orange underlines from where the two sequences matches. >> But I had to hardcode x1 and x2 offset values to make the graphs align >> with the Phrap basecalls. >> So as for my question >> http://lists.open-bio.org/pipermail/biojava-l/2009-June/006707.html , if >> somehow get all (or fill) all the callbases same as in ACE , I can align >> easily. >> >> >> Best Regards, >> Umanga >> >> >> >> >> >> Andy Yates wrote: >> >>> Hi Ashika, >>> >>> AB1 files will contain a different basecall to one generated by phrap >>> since (as far as my memory serves me) ABI's platform has a basecaller >>> built in. This is the one which is coded into the AB1 file & therefore >>> chromatogram graphic will pick up on that one. However it's very odd >>> that the Phrap calls are so distant from the trace itself. >>> >>> I would have hoped that the ACE file would have contained some kind of >>> called base -> peak position in the chromatogram. There is always the >>> option of getting phred to output a SCF file which should contain this >>> information & see what it thinks its doing. SCFs can be parsed by >>> BioJava so you should be able to push it straight into your program & >>> let it handle it. >>> >>> Andy >>> >>> Ashika Umanga Umagiliya wrote: >>> >>> >>>> Greetings all, >>>> >>>> Please refer to image 1 : http://i40.tinypic.com/11rsk00.png >>>> image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png >>>> >>>> >>>> As shown in image (1) , I draw the basecall sequences of AB1 file,by >>>> parsing the ACE file generated by Phrap.That is ,for upper part I do not >>>> read AB1 file.Only read values from ACE file.(values under 'RD' tag in >>>> ACE file.)In the example, two files are 'sampleA-S-R.AB1' and >>>> 'sampleA-S-F.AB1'. >>>> >>>> For the bottom part- that is to draw Chromatogram, I use Biojavas >>>> 'ChromatogramGraphic' class. >>>> >>>> I wanted to align these two parts- that is align 'sampleA-S-R.AB1' >>>> basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so on...(like >>>> in ChromasPro). >>>> >>>> But I noticed that basecall sequence of 'ChromatogramGraphic' is totally >>>> different than that of from ACE file. >>>> Refer to image (2) ; you can see the two sequences generated by same AB1 >>>> file is different in lenght also. >>>> >>>> What could be the problem here? Any suggestions please >>>> >>>> thanks in advance. >>>> umanga >>>> _______________________________________________ >>>> Biojava-l mailing list - Biojava-l at lists.open-bio.org >>>> http://lists.open-bio.org/mailman/listinfo/biojava-l >>>> >>>> From ayates at ebi.ac.uk Wed Jun 17 04:16:58 2009 From: ayates at ebi.ac.uk (Andy Yates) Date: Wed, 17 Jun 2009 09:16:58 +0100 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? In-Reply-To: <4A3859CA.5020803@biggjapan.com> References: <4A3748A3.8050807@biggjapan.com> <4A37619E.4090807@ebi.ac.uk> <4A3768E2.7090003@biggjapan.com> <4A377471.9090509@ebi.ac.uk> <4A3859CA.5020803@biggjapan.com> Message-ID: <4A38A67A.1000509@ebi.ac.uk> Hi Umanga, Glad you've got it rendering though now :) My best guess is that the trace have been truncated by the generating program or the file writing is incomplete which I doubt due to the way SCF files are constructed. So my money is on Phrap/Phred doing a bit of quality control with the end of the trace. Why it hasn't truncated the base calls as well I do not know and is probably a question better suited to the people who write/maintain Phred & Phrap. Sorry I can't be of that much more help :( Andy Ashika Umanga Umagiliya wrote: > Hi Andy , > > Thanks for the help.I was doing all wrong ! > Instead of using AB1 raw data , I used SCF generated by Phrep and used > the offset values from ACE file. > Now all are aligned , here a snapshot : http://i39.tinypic.com/xbymf.png > > But still one problem .As can be seen in the picture, at the end of the > graph, some part of the trace-plot is missing for last bases. > Any idea whats going on here ? > > Thanks in advance, > Umanga > > Andy Yates wrote: >> Hi Umanga, >> >> In terms of getting the offset I'm not sure. That information should be >> provided via the ACE file or from some other output from phrap; its not >> the responsibility of the AB1 file to contain this information. The >> phred output (which phrap uses under the scenes I think) which does >> contain this information is the SCF output but in this situation you are >> not rendering the processed output from the ABI sequencer. You are >> actually displaying: >> >> ABI Raw output -> phred basecalled/processed >> >> So if there is a reason why you want to show the ABI processed data then >> I'm not sure how to marry it to the phrap output. Otherwise just use the >> traces phrap outputs and see what happens. >> >> Andy >> >> Ashika Umanga Umagiliya wrote: >> >>> Hi Andy, >>> >>> Thank you for the reply. >>> Earlier problem was I had not applied the compliment in the >>> ChromatoGraph. >>> Now I could inspect the alignment with the Phrap calls >>> >>> Please refer : http://i43.tinypic.com/e5iu12.png >>> >>> I have drawn orange underlines from where the two sequences matches. >>> But I had to hardcode x1 and x2 offset values to make the graphs align >>> with the Phrap basecalls. >>> So as for my question >>> http://lists.open-bio.org/pipermail/biojava-l/2009-June/006707.html , if >>> somehow get all (or fill) all the callbases same as in ACE , I can align >>> easily. >>> >>> >>> Best Regards, >>> Umanga >>> >>> >>> >>> >>> >>> Andy Yates wrote: >>> >>>> Hi Ashika, >>>> >>>> AB1 files will contain a different basecall to one generated by phrap >>>> since (as far as my memory serves me) ABI's platform has a basecaller >>>> built in. This is the one which is coded into the AB1 file & therefore >>>> chromatogram graphic will pick up on that one. However it's very odd >>>> that the Phrap calls are so distant from the trace itself. >>>> >>>> I would have hoped that the ACE file would have contained some kind of >>>> called base -> peak position in the chromatogram. There is always the >>>> option of getting phred to output a SCF file which should contain this >>>> information & see what it thinks its doing. SCFs can be parsed by >>>> BioJava so you should be able to push it straight into your program & >>>> let it handle it. >>>> >>>> Andy >>>> >>>> Ashika Umanga Umagiliya wrote: >>>> >>>> >>>>> Greetings all, >>>>> >>>>> Please refer to image 1 : http://i40.tinypic.com/11rsk00.png >>>>> image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png >>>>> >>>>> >>>>> As shown in image (1) , I draw the basecall sequences of AB1 file,by >>>>> parsing the ACE file generated by Phrap.That is ,for upper part I >>>>> do not >>>>> read AB1 file.Only read values from ACE file.(values under 'RD' tag in >>>>> ACE file.)In the example, two files are 'sampleA-S-R.AB1' and >>>>> 'sampleA-S-F.AB1'. >>>>> >>>>> For the bottom part- that is to draw Chromatogram, I use Biojavas >>>>> 'ChromatogramGraphic' class. >>>>> >>>>> I wanted to align these two parts- that is align 'sampleA-S-R.AB1' >>>>> basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so >>>>> on...(like >>>>> in ChromasPro). >>>>> >>>>> But I noticed that basecall sequence of 'ChromatogramGraphic' is >>>>> totally >>>>> different than that of from ACE file. >>>>> Refer to image (2) ; you can see the two sequences generated by >>>>> same AB1 >>>>> file is different in lenght also. >>>>> >>>>> What could be the problem here? Any suggestions please >>>>> >>>>> thanks in advance. >>>>> umanga >>>>> _______________________________________________ >>>>> Biojava-l mailing list - Biojava-l at lists.open-bio.org >>>>> http://lists.open-bio.org/mailman/listinfo/biojava-l >>>>> From aumanga at biggjapan.com Wed Jun 17 05:00:50 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Wed, 17 Jun 2009 18:00:50 +0900 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? In-Reply-To: <4A38A67A.1000509@ebi.ac.uk> References: <4A3748A3.8050807@biggjapan.com> <4A37619E.4090807@ebi.ac.uk> <4A3768E2.7090003@biggjapan.com> <4A377471.9090509@ebi.ac.uk> <4A3859CA.5020803@biggjapan.com> <4A38A67A.1000509@ebi.ac.uk> Message-ID: <4A38B0C2.4030806@biggjapan.com> Hi again Andy , Thank you for all your help , it was a matter of setting an option in ChromatogramGraphic ChromatogramGraphic chromaGfx; . . chromaGfx.setOption(Option.SUBPATH_LENGTH, new Integer( Integer.MAX_VALUE)); Now I can see the entire trace-plot .. Everything is just fine :) Best Regards, Umanga Andy Yates wrote: > Hi Umanga, > > Glad you've got it rendering though now :) > > My best guess is that the trace have been truncated by the generating > program or the file writing is incomplete which I doubt due to the way > SCF files are constructed. So my money is on Phrap/Phred doing a bit of > quality control with the end of the trace. Why it hasn't truncated the > base calls as well I do not know and is probably a question better > suited to the people who write/maintain Phred & Phrap. > > Sorry I can't be of that much more help :( > > Andy > > Ashika Umanga Umagiliya wrote: > >> Hi Andy , >> >> Thanks for the help.I was doing all wrong ! >> Instead of using AB1 raw data , I used SCF generated by Phrep and used >> the offset values from ACE file. >> Now all are aligned , here a snapshot : http://i39.tinypic.com/xbymf.png >> >> But still one problem .As can be seen in the picture, at the end of the >> graph, some part of the trace-plot is missing for last bases. >> Any idea whats going on here ? >> >> Thanks in advance, >> Umanga >> >> Andy Yates wrote: >> >>> Hi Umanga, >>> >>> In terms of getting the offset I'm not sure. That information should be >>> provided via the ACE file or from some other output from phrap; its not >>> the responsibility of the AB1 file to contain this information. The >>> phred output (which phrap uses under the scenes I think) which does >>> contain this information is the SCF output but in this situation you are >>> not rendering the processed output from the ABI sequencer. You are >>> actually displaying: >>> >>> ABI Raw output -> phred basecalled/processed >>> >>> So if there is a reason why you want to show the ABI processed data then >>> I'm not sure how to marry it to the phrap output. Otherwise just use the >>> traces phrap outputs and see what happens. >>> >>> Andy >>> >>> Ashika Umanga Umagiliya wrote: >>> >>> >>>> Hi Andy, >>>> >>>> Thank you for the reply. >>>> Earlier problem was I had not applied the compliment in the >>>> ChromatoGraph. >>>> Now I could inspect the alignment with the Phrap calls >>>> >>>> Please refer : http://i43.tinypic.com/e5iu12.png >>>> >>>> I have drawn orange underlines from where the two sequences matches. >>>> But I had to hardcode x1 and x2 offset values to make the graphs align >>>> with the Phrap basecalls. >>>> So as for my question >>>> http://lists.open-bio.org/pipermail/biojava-l/2009-June/006707.html , if >>>> somehow get all (or fill) all the callbases same as in ACE , I can align >>>> easily. >>>> >>>> >>>> Best Regards, >>>> Umanga >>>> >>>> >>>> >>>> >>>> >>>> Andy Yates wrote: >>>> >>>> >>>>> Hi Ashika, >>>>> >>>>> AB1 files will contain a different basecall to one generated by phrap >>>>> since (as far as my memory serves me) ABI's platform has a basecaller >>>>> built in. This is the one which is coded into the AB1 file & therefore >>>>> chromatogram graphic will pick up on that one. However it's very odd >>>>> that the Phrap calls are so distant from the trace itself. >>>>> >>>>> I would have hoped that the ACE file would have contained some kind of >>>>> called base -> peak position in the chromatogram. There is always the >>>>> option of getting phred to output a SCF file which should contain this >>>>> information & see what it thinks its doing. SCFs can be parsed by >>>>> BioJava so you should be able to push it straight into your program & >>>>> let it handle it. >>>>> >>>>> Andy >>>>> >>>>> Ashika Umanga Umagiliya wrote: >>>>> >>>>> >>>>> >>>>>> Greetings all, >>>>>> >>>>>> Please refer to image 1 : http://i40.tinypic.com/11rsk00.png >>>>>> image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png >>>>>> >>>>>> >>>>>> As shown in image (1) , I draw the basecall sequences of AB1 file,by >>>>>> parsing the ACE file generated by Phrap.That is ,for upper part I >>>>>> do not >>>>>> read AB1 file.Only read values from ACE file.(values under 'RD' tag in >>>>>> ACE file.)In the example, two files are 'sampleA-S-R.AB1' and >>>>>> 'sampleA-S-F.AB1'. >>>>>> >>>>>> For the bottom part- that is to draw Chromatogram, I use Biojavas >>>>>> 'ChromatogramGraphic' class. >>>>>> >>>>>> I wanted to align these two parts- that is align 'sampleA-S-R.AB1' >>>>>> basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so >>>>>> on...(like >>>>>> in ChromasPro). >>>>>> >>>>>> But I noticed that basecall sequence of 'ChromatogramGraphic' is >>>>>> totally >>>>>> different than that of from ACE file. >>>>>> Refer to image (2) ; you can see the two sequences generated by >>>>>> same AB1 >>>>>> file is different in lenght also. >>>>>> >>>>>> What could be the problem here? Any suggestions please >>>>>> >>>>>> thanks in advance. >>>>>> umanga >>>>>> _______________________________________________ >>>>>> Biojava-l mailing list - Biojava-l at lists.open-bio.org >>>>>> http://lists.open-bio.org/mailman/listinfo/biojava-l >>>>>> >>>>>> From andreas at sdsc.edu Wed Jun 17 14:11:17 2009 From: andreas at sdsc.edu (Andreas Prlic) Date: Wed, 17 Jun 2009 11:11:17 -0700 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? In-Reply-To: <4A38B0C2.4030806@biggjapan.com> References: <4A3748A3.8050807@biggjapan.com> <4A37619E.4090807@ebi.ac.uk> <4A3768E2.7090003@biggjapan.com> <4A377471.9090509@ebi.ac.uk> <4A3859CA.5020803@biggjapan.com> <4A38A67A.1000509@ebi.ac.uk> <4A38B0C2.4030806@biggjapan.com> Message-ID: <59a41c430906171111y53f8080u956e909a185e9a48@mail.gmail.com> Great that it works now! Do you want to post some more documentation on the wiki page? We seem to get queries regarding this every now and then so having more docu might be helpful... Cheers, Andreas On Wed, Jun 17, 2009 at 2:00 AM, Ashika Umanga Umagiliya wrote: > Hi again Andy , > > Thank you for all your help , it was a matter of setting an option in > ?ChromatogramGraphic > > > ChromatogramGraphic chromaGfx; > . > . > chromaGfx.setOption(Option.SUBPATH_LENGTH, new Integer( > ? ? ? ? ? ? ? ? ? Integer.MAX_VALUE)); > > > Now I can see the entire trace-plot .. ?Everything is just fine :) > > > Best Regards, > Umanga > > Andy Yates wrote: >> >> Hi Umanga, >> >> Glad you've got it rendering though now :) >> >> My best guess is that the trace have been truncated by the generating >> program or the file writing is incomplete which I doubt due to the way >> SCF files are constructed. So my money is on Phrap/Phred doing a bit of >> quality control with the end of the trace. Why it hasn't truncated the >> base calls as well I do not know and is probably a question better >> suited to the people who write/maintain Phred & Phrap. >> >> Sorry I can't be of that much more help :( >> >> Andy >> >> Ashika Umanga Umagiliya wrote: >> >>> >>> Hi Andy , >>> >>> Thanks for the help.I was doing all wrong ! >>> Instead of using AB1 raw data , I used SCF ?generated by Phrep and used >>> the offset values from ACE file. >>> Now all are aligned , here a snapshot : http://i39.tinypic.com/xbymf.png >>> >>> But still one problem .As can be seen in the picture, at the end of the >>> graph, some part of the trace-plot is missing for last bases. >>> Any idea whats going on here ? >>> >>> Thanks in advance, >>> Umanga >>> >>> Andy Yates wrote: >>> >>>> >>>> Hi Umanga, >>>> >>>> In terms of getting the offset I'm not sure. That information should be >>>> provided via the ACE file or from some other output from phrap; its not >>>> the responsibility of the AB1 file to contain this information. The >>>> phred output (which phrap uses under the scenes I think) which does >>>> contain this information is the SCF output but in this situation you are >>>> not rendering the processed output from the ABI sequencer. You are >>>> actually displaying: >>>> >>>> ABI Raw output -> phred basecalled/processed >>>> >>>> So if there is a reason why you want to show the ABI processed data then >>>> I'm not sure how to marry it to the phrap output. Otherwise just use the >>>> traces phrap outputs and see what happens. >>>> >>>> Andy >>>> >>>> Ashika Umanga Umagiliya wrote: >>>> >>>>> >>>>> Hi Andy, >>>>> >>>>> Thank you for the reply. >>>>> Earlier problem was I had not applied the compliment in the >>>>> ChromatoGraph. >>>>> Now I could inspect the alignment with the Phrap calls >>>>> >>>>> Please refer : ?http://i43.tinypic.com/e5iu12.png >>>>> >>>>> I have drawn orange underlines from where the two sequences matches. >>>>> But I had to hardcode x1 and x2 offset values to make the graphs align >>>>> with the Phrap basecalls. >>>>> So as for my question >>>>> http://lists.open-bio.org/pipermail/biojava-l/2009-June/006707.html , >>>>> if >>>>> somehow get all (or fill) all the callbases same as in ACE , I can >>>>> align >>>>> easily. >>>>> >>>>> >>>>> Best Regards, >>>>> Umanga >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> Andy Yates wrote: >>>>> >>>>>> >>>>>> Hi Ashika, >>>>>> >>>>>> AB1 files will contain a different basecall to one generated by phrap >>>>>> since (as far as my memory serves me) ABI's platform has a basecaller >>>>>> built in. This is the one which is coded into the AB1 file & therefore >>>>>> chromatogram graphic will pick up on that one. However it's very odd >>>>>> that the Phrap calls are so distant from the trace itself. >>>>>> >>>>>> I would have hoped that the ACE file would have contained some kind of >>>>>> called base -> peak position in the chromatogram. There is always the >>>>>> option of getting phred to output a SCF file which should contain this >>>>>> information & see what it thinks its doing. SCFs can be parsed by >>>>>> BioJava so you should be able to push it straight into your program & >>>>>> let it handle it. >>>>>> >>>>>> Andy >>>>>> >>>>>> Ashika Umanga Umagiliya wrote: >>>>>> >>>>>>> >>>>>>> Greetings all, >>>>>>> >>>>>>> Please refer to image 1 : http://i40.tinypic.com/11rsk00.png >>>>>>> image 2 (end of graph): ?http://i44.tinypic.com/2vt4iu8.png >>>>>>> >>>>>>> >>>>>>> As shown in image (1) , I draw the basecall sequences of AB1 file,by >>>>>>> parsing the ACE file generated by Phrap.That is ,for upper part I >>>>>>> do not >>>>>>> read AB1 file.Only read values from ACE file.(values under 'RD' tag >>>>>>> in >>>>>>> ACE file.)In the example, two files are 'sampleA-S-R.AB1' and >>>>>>> 'sampleA-S-F.AB1'. >>>>>>> >>>>>>> For the bottom part- that is to draw Chromatogram, I use Biojavas >>>>>>> 'ChromatogramGraphic' class. >>>>>>> >>>>>>> I wanted to align these two parts- that is align 'sampleA-S-R.AB1' >>>>>>> basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so >>>>>>> on...(like >>>>>>> in ChromasPro). >>>>>>> >>>>>>> But I noticed that basecall sequence of 'ChromatogramGraphic' is >>>>>>> totally >>>>>>> different than that of from ACE file. >>>>>>> Refer to image (2) ; you can see the two sequences generated by >>>>>>> same AB1 >>>>>>> file is different in lenght also. >>>>>>> >>>>>>> What could be the problem here? Any suggestions please >>>>>>> >>>>>>> thanks in advance. >>>>>>> umanga >>>>>>> _______________________________________________ >>>>>>> Biojava-l mailing list ?- ?Biojava-l at lists.open-bio.org >>>>>>> http://lists.open-bio.org/mailman/listinfo/biojava-l >>>>>>> > > _______________________________________________ > Biojava-l mailing list ?- ?Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l > From aumanga at biggjapan.com Wed Jun 17 22:51:44 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Thu, 18 Jun 2009 11:51:44 +0900 Subject: [Biojava-l] SCF Parser issues with gaps and unread peak values ? Message-ID: <4A39ABC0.8090503@biggjapan.com> Greetings all, Please refer to image at: http://i43.tinypic.com/sfdjs6.png As shown in Figure1 , I am drawing bases using Phrap ACE file and drawing chromatographs using Biojava 'ChromatoGraphics' . I use .SCF file generated by phrep. As can be seen in Figure 1 , the alignment breaks from the 'Magenta callbase-box'.The reason is may be the 'SCF parser' has ignored one of the peaks which should be a 'T'. Figure 2 : Shows what need to be happen.If somehow if I can fill it with a T (or may be sometimes a Gap) I can save the alignment between sequences. Figure 3 : Shows the same Chromatograph using ChromasPro , It has identified the peak as a T. I went throught the biojavas SCF parser , I noticed that it finally creates a 'SimpleAlignment'.Can I utilize 'GappedSymbolList' and fix this? Is there a way to read the gaps (or incases like this , the correct base T) and make these two align. Thanks in advance, Umanga From aumanga at biggjapan.com Thu Jun 18 21:28:56 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Fri, 19 Jun 2009 10:28:56 +0900 Subject: [Biojava-l] SCF Parser issues with gaps and unread peak values ? In-Reply-To: <4A3A163A.6080304@ebi.ac.uk> References: <4A39ABC0.8090503@biggjapan.com> <4A3A163A.6080304@ebi.ac.uk> Message-ID: <4A3AE9D8.108@biggjapan.com> Hi Andy, Thank you for the help. Yes,looking at the trace the bases has to be TGTTGTTAGG as you said. I get Chromatogram using SCF parse like : Chromatogram chroma = SCF.create(scfFile); then when I print the bases using chroma.getBaseCalls() It shows the bases sequence "TGTTGTAGG" (T is missing). So I put a System.out.println() to the decode method in SCF parser class , that ie at : static class DefaultUncertaintyDecoder implements BaseCallUncertaintyDecoder { public DefaultUncertaintyDecoder() { } public Symbol decode(byte call) throws IllegalSymbolException { char c = (char) call; System.out.print(""+c); .. .. But here also it showed "TGTTGTAGG" (with missubg T). So I thought this is not an issue with rendering logic, but in the parser. Thanks again, Umanga Andy Yates wrote: > Hi Umanga, > > Looking at your graphic the SCF parser hasn't missed out the T. Looking > at the trace I can read the bases to be TGTTGTTAGGG. What I think has > happened is the callboxes are assuming a more uniformed trace since the > G has bled a bit too much into the previous T. > > My knowledge of the callbox code is non-existent as my previous work on > these types of graphics did not call for this kind of rendering (we > didn't use any base calls as we were looking for variation in samples > with varying copy numbers so they were quite subtle). Have a look in the > options for the call box rendering & see if there is anything which can > limit the size of a callbox & the bounds it is rendered to. Also looking > at the basecalled positions might be a good idea as that would give a > clue about what the graphics are attempting to do WRT this data > > Hope that helps. > > Andy > > Ashika Umanga Umagiliya wrote: > >> Greetings all, >> >> Please refer to image at: http://i43.tinypic.com/sfdjs6.png >> >> As shown in Figure1 , I am drawing bases using Phrap ACE file and >> drawing chromatographs using >> Biojava 'ChromatoGraphics' . I use .SCF file generated by phrep. >> >> As can be seen in Figure 1 , the alignment breaks from the 'Magenta >> callbase-box'.The reason is may be the 'SCF parser' has ignored one of >> the peaks which should be a 'T'. >> >> >> Figure 2 : Shows what need to be happen.If somehow if I can fill it with >> a T (or may be sometimes a Gap) I can save the alignment between sequences. >> >> Figure 3 : Shows the same Chromatograph using ChromasPro , It has >> identified the peak as a T. >> >> I went throught the biojavas SCF parser , I noticed that it finally >> creates a 'SimpleAlignment'.Can I utilize 'GappedSymbolList' and fix this? >> Is there a way to read the gaps (or incases like this , the correct base >> T) and make these two align. >> >> Thanks in advance, >> Umanga >> _______________________________________________ >> Biojava-l mailing list - Biojava-l at lists.open-bio.org >> http://lists.open-bio.org/mailman/listinfo/biojava-l >> From abdul.qaddos at gmail.com Fri Jun 19 02:52:38 2009 From: abdul.qaddos at gmail.com (Abdul Qaddus) Date: Fri, 19 Jun 2009 11:52:38 +0500 Subject: [Biojava-l] Need help for resolving the issue args[0] In-Reply-To: References: Message-ID: Hello Support, I am a new developer of biojava, I have a good knowledge about java and bio, but this is new tool for me, I have some problem while working in this tools, below I have write down the code for reading the Gen Bank file and then convert into "DNA", "RNA" or "Protein". I have already add the biojava library into my source code. When I have read this code I have come to know from your arguments portion for the execution of this code, I have need three argument, one for the filename, second for the file type and third is the alphabet. Now the problem is that how I will pass these three parameter values into source code for args[0], args[1] and args[2]. When I have passed these values by using the string pattern then this code generte a errors, "illegel statement". Please help me out how I can fixed this problem, I will be very thankful to you if you will reply me soon package biojava; import java.io.*; import org.biojava.bio.*; import org.biojava.bio.seq.*; import org.biojava.bio.seq.io.*; public class ReadFasta2 { /** * This program will read any file supported by SeqIOTools it takes three * arguments, the first is the file name the second is the name of * a file format supported by SeqIOTools. eg fasta, genbank etc. * The third argument is the alphabet (eg dna, rna, protein). * * Both the format and alphabet names are case insensitive. * */ public static void main(String[] args) { try { //prepare a BufferedReader for file io BufferedReader br = new BufferedReader(new FileReader(args[0])); String format = args[1]; String alphabet = args[2]; /* * get a Sequence Iterator over all the sequences in the file. * SeqIOTools.fileToBiojava() returns an Object. If the file read * is an alignment format like MSF and Alignment object is returned * otherwise a SequenceIterator is returned. */ SequenceIterator iter = (SequenceIterator)SeqIOTools.fileToBiojava(format,alphabet, br); } catch (FileNotFoundException ex) { //can't find file specified by args[0] ex.printStackTrace(); }catch (BioException ex) { //error parsing requested format ex.printStackTrace(); } } } -- -- Abdul Qaddus www.futurelinkers.com Cell No:- +92-3336540863 From mark.schreiber at novartis.com Fri Jun 19 02:57:09 2009 From: mark.schreiber at novartis.com (mark.schreiber at novartis.com) Date: Fri, 19 Jun 2009 14:57:09 +0800 Subject: [Biojava-l] Need help for resolving the issue args[0] In-Reply-To: Message-ID: Can you post the stack trace? biojava-l-bounces at lists.open-bio.org wrote on 06/19/2009 02:52:38 PM: > Hello Support, > I am a new developer of biojava, I have a good knowledge about java and bio, > but this is new tool for me, I have some problem while working in this > tools, below I have write down the code for reading the Gen Bank file and > then convert into "DNA", "RNA" or "Protein". I have already add the biojava > library into my source code. When I have read this code I have come to know > from your arguments portion for the execution of this code, I have need > three argument, one for the filename, second for the file type and third is > the alphabet. > Now the problem is that how I will pass these three parameter values into > source code for args[0], args[1] and args[2]. When I have passed these > values by using the string pattern then this code generte a errors, "illegel > statement". Please help me out how I can fixed this problem, I will be very > thankful to you if you will reply me soon > > > package biojava; > import java.io.*; > > import org.biojava.bio.*; > import org.biojava.bio.seq.*; > import org.biojava.bio.seq.io.*; > > public class ReadFasta2 { > > /** > * This program will read any file supported by SeqIOTools it takes three > * arguments, the first is the file name the second is the name of > * a file format supported by SeqIOTools. eg fasta, genbank etc. > * The third argument is the alphabet (eg dna, rna, protein). > * > * Both the format and alphabet names are case insensitive. > * > */ > public static void main(String[] args) { > try { > //prepare a BufferedReader for file io > BufferedReader br = new BufferedReader(new FileReader(args[0])); > > String format = args[1]; > String alphabet = args[2]; > > /* > * get a Sequence Iterator over all the sequences in the file. > * SeqIOTools.fileToBiojava() returns an Object. If the file read > * is an alignment format like MSF and Alignment object is returned > * otherwise a SequenceIterator is returned. > */ > SequenceIterator iter = > (SequenceIterator)SeqIOTools.fileToBiojava(format,alphabet, br); > } > catch (FileNotFoundException ex) { > //can't find file specified by args[0] > ex.printStackTrace(); > }catch (BioException ex) { > //error parsing requested format > ex.printStackTrace(); > } > } > } > -- > > > > > -- > Abdul Qaddus > www.futurelinkers.com > Cell No:- +92-3336540863 > _______________________________________________ > Biojava-l mailing list - Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l _________________________ CONFIDENTIALITY NOTICE The information contained in this e-mail message is intended only for the exclusive use of the individual or entity named above and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivery of the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by e-mail and delete the material from any computer. Thank you. From ayates at ebi.ac.uk Fri Jun 19 11:37:10 2009 From: ayates at ebi.ac.uk (Andy Yates) Date: Fri, 19 Jun 2009 16:37:10 +0100 Subject: [Biojava-l] SCF Parser issues with gaps and unread peak values ? In-Reply-To: <4A3AE9D8.108@biggjapan.com> References: <4A39ABC0.8090503@biggjapan.com> <4A3A163A.6080304@ebi.ac.uk> <4A3AE9D8.108@biggjapan.com> Message-ID: <4A3BB0A6.2070202@ebi.ac.uk> Hi Umanga, That does sound like a problem with the decoder. It's been quite a bit of time since I last looked at the SCF code. Maybe Franklin who posted to this list recently (whom I'm guessing is a bit more used to SCF file formats at the moment) could help if he would be so willing :) Andy Ashika Umanga Umagiliya wrote: > Hi Andy, > > Thank you for the help. > Yes,looking at the trace the bases has to be TGTTGTTAGG as you said. > > I get Chromatogram using SCF parse like : > > Chromatogram chroma = SCF.create(scfFile); > > then when I print the bases using > > chroma.getBaseCalls() > > It shows the bases sequence "TGTTGTAGG" (T is missing). > So I put a System.out.println() to the decode method in SCF parser class > , that ie at : > > > static class DefaultUncertaintyDecoder implements > BaseCallUncertaintyDecoder { > public DefaultUncertaintyDecoder() { } > > public Symbol decode(byte call) throws IllegalSymbolException { > char c = (char) call; > System.out.print(""+c); > .. > .. > > > But here also it showed "TGTTGTAGG" (with missubg T). > > So I thought this is not an issue with rendering logic, but in the parser. > > > Thanks again, > Umanga > > > > > Andy Yates wrote: >> Hi Umanga, >> >> Looking at your graphic the SCF parser hasn't missed out the T. Looking >> at the trace I can read the bases to be TGTTGTTAGGG. What I think has >> happened is the callboxes are assuming a more uniformed trace since the >> G has bled a bit too much into the previous T. >> >> My knowledge of the callbox code is non-existent as my previous work on >> these types of graphics did not call for this kind of rendering (we >> didn't use any base calls as we were looking for variation in samples >> with varying copy numbers so they were quite subtle). Have a look in the >> options for the call box rendering & see if there is anything which can >> limit the size of a callbox & the bounds it is rendered to. Also looking >> at the basecalled positions might be a good idea as that would give a >> clue about what the graphics are attempting to do WRT this data >> >> Hope that helps. >> >> Andy >> >> Ashika Umanga Umagiliya wrote: >> >>> Greetings all, >>> >>> Please refer to image at: http://i43.tinypic.com/sfdjs6.png >>> >>> As shown in Figure1 , I am drawing bases using Phrap ACE file and >>> drawing chromatographs using >>> Biojava 'ChromatoGraphics' . I use .SCF file generated by phrep. >>> >>> As can be seen in Figure 1 , the alignment breaks from the 'Magenta >>> callbase-box'.The reason is may be the 'SCF parser' has ignored one of >>> the peaks which should be a 'T'. >>> >>> >>> Figure 2 : Shows what need to be happen.If somehow if I can fill it with >>> a T (or may be sometimes a Gap) I can save the alignment between >>> sequences. >>> >>> Figure 3 : Shows the same Chromatograph using ChromasPro , It has >>> identified the peak as a T. >>> >>> I went throught the biojavas SCF parser , I noticed that it finally >>> creates a 'SimpleAlignment'.Can I utilize 'GappedSymbolList' and fix >>> this? >>> Is there a way to read the gaps (or incases like this , the correct base >>> T) and make these two align. >>> >>> Thanks in advance, >>> Umanga >>> _______________________________________________ >>> Biojava-l mailing list - Biojava-l at lists.open-bio.org >>> http://lists.open-bio.org/mailman/listinfo/biojava-l >>> > > From jp at javaclass.co.uk Fri Jun 19 13:37:38 2009 From: jp at javaclass.co.uk (JP) Date: Fri, 19 Jun 2009 18:37:38 +0100 Subject: [Biojava-l] Simple Question - Creating a Java object (some form of Tree) from a Newick format file Message-ID: <4adc29060906191037u53cb1622p2e982543f5c22cba@mail.gmail.com> Does anyone know of a tool to create a tree by parsing a Newick Tree format file in Java ? Is there anything in biojava to read this ? Many Thanks JP From holland at eaglegenomics.com Fri Jun 19 13:56:15 2009 From: holland at eaglegenomics.com (Richard Holland) Date: Fri, 19 Jun 2009 18:56:15 +0100 Subject: [Biojava-l] Simple Question - Creating a Java object (some form of Tree) from a Newick format file In-Reply-To: <4adc29060906191037u53cb1622p2e982543f5c22cba@mail.gmail.com> References: <4adc29060906191037u53cb1622p2e982543f5c22cba@mail.gmail.com> Message-ID: <1245434175.8158.6.camel@buzzybee> Biojava has a parser which understands Nexus files, including the embedded Newick tree data. You could probably extract and modify the Newick bits to run standalone. The Nexus code is written up here: http://biojava.org/wiki/BioJava:PhyloSOC07_doc http://www.biojava.org/docs/api/org/biojavax/bio/phylo/io/nexus/package-summary.html http://www.mail-archive.com/biojava-l at lists.open-bio.org/msg00892.html cheers, Richard On Fri, 2009-06-19 at 18:37 +0100, JP wrote: > Does anyone know of a tool to create a tree by parsing a Newick Tree format > file in Java ? > Is there anything in biojava to read this ? > > Many Thanks > JP > _______________________________________________ > Biojava-l mailing list - Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l -- Richard Holland, BSc MBCS Operations and Delivery Director, Eagle Genomics Ltd T: +44 (0)1223 654481 ext 3 | E: holland at eaglegenomics.com http://www.eaglegenomics.com/ From andreas at sdsc.edu Sat Jun 20 12:45:51 2009 From: andreas at sdsc.edu (Andreas Prlic) Date: Sat, 20 Jun 2009 09:45:51 -0700 Subject: [Biojava-l] BioJava user meeting at ISMB/BOSC Message-ID: <59a41c430906200945q598503ccj52717cf708b67083@mail.gmail.com> Hi, Next week the ISMB and BOSC conferences will take place in Stockholm, Sweden. As has become kind of a tradition, we will have a BioJava user meeting around BOSC. If you are in Stockholm at the time please join us on Sunday, late afternoon. We will meet during the "Birds of a Feather" session. http://open-bio.org/wiki/BOSC_2009/Birds-of-a-Feather Looking forward to meeting you there, Andreas From mcolosimo at mitre.org Mon Jun 22 09:19:01 2009 From: mcolosimo at mitre.org (Colosimo, Marc E.) Date: Mon, 22 Jun 2009 09:19:01 -0400 Subject: [Biojava-l] Simple Question - Creating a Java object In-Reply-To: References: Message-ID: <2A8C361000E22F4895ACA58412E8F06CF4DB53CF@IMCMBX3.MITRE.ORG> If you just want to view a tree, try TreeViewJ . The GUI can read in newick and phyloXML trees and import trees from Nexus files. It can export back out to newick and phyloXML or as SVG or JPEG images. I have more code that I'll be checking in soon. Best, Marc From: Richard Holland Subject: Re: [Biojava-l] Simple Question - Creating a Java object (some form of Tree) from a Newick format file To: JP Cc: biojava-l at biojava.org Message-ID: <1245434175.8158.6.camel at buzzybee> Content-Type: text/plain Biojava has a parser which understands Nexus files, including the embedded Newick tree data. You could probably extract and modify the Newick bits to run standalone. The Nexus code is written up here: http://biojava.org/wiki/BioJava:PhyloSOC07_doc http://www.biojava.org/docs/api/org/biojavax/bio/phylo/io/nexus/package-summary.html http://www.mail-archive.com/biojava-l at lists.open-bio.org/msg00892.html cheers, Richard On Fri, 2009-06-19 at 18:37 +0100, JP wrote: > Does anyone know of a tool to create a tree by parsing a Newick Tree format > file in Java ? > Is there anything in biojava to read this ? > > Many Thanks > JP > _______________________________________________ > Biojava-l mailing list - Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l -- Richard Holland, BSc MBCS Operations and Delivery Director, Eagle Genomics Ltd T: +44 (0)1223 654481 ext 3 | E: holland at eaglegenomics.com http://www.eaglegenomics.com/ From jp at javaclass.co.uk Mon Jun 22 11:32:58 2009 From: jp at javaclass.co.uk (JP) Date: Mon, 22 Jun 2009 16:32:58 +0100 Subject: [Biojava-l] Reading a newick format tree file (getTreeAsWeightedJGraphT) generates an ArrayIndexOutOfBoundsException in TreeBlock Message-ID: <4adc29060906220832i3e64b699u3b842122df400cb0@mail.gmail.com> I have tried to use the getTreeAsWeightedJGraphT functionality in TreesBlock as highlighted in the wikipedia page: My code for completeness sake (a direct and lazy copy and paste) String newickFileContents = FileUtils.readTextFile(treeFile, false); // > reads the text file without newlines > WeightedGraph jg = new > SimpleWeightedGraph(DefaultWeightedEdge.class); > TreesBlock sample_tree = new TreesBlock(); > TreesBlock.NewickTreeString s = new TreesBlock.NewickTreeString(); > s.setTreeString(newickFileContents); > sample_tree.addTree("test", s); > jg = sample_tree.getTreeAsWeightedJGraphT("test"); > System.out.println(newickFileContents); > System.out.println(jg.toString()); > The data file is attached (newwick format), and this is the returned error message... Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 79169 > at > org.biojavax.bio.phylo.io.nexus.TreesBlock.getTreeAsWeightedJGraphT(TreesBlock.java:562) > at > edu.imperial.msc.multiglass.tree.TreeBuilder.(TreeBuilder.java:50) > at > edu.imperial.msc.multiglass.launcher.MultiGlassLauncher.main(MultiGlassLauncher.java:59) Any idea why this is so ? The data file: ((((((((((((((((((((((((((((G7397-MONOMER:0.0,G6444-MONOMER:0.0,EG12008-MONOMER:0.0,EG10415-MONOMER:0.0,EG11966-MONOMER:0.0,G7003-MONOMER:0.0,G7518-MONOMER:0.0,G6976-MONOMER:0.0,EG11838-MONOMER:0.0,G6467-MONOMER:0.0,EG11721-MONOMER:0.0,EG11969-MONOMER:0.0,EG10603-MONOMER:0.0,PD00406:0.0,PD00519:0.0,G7088-MONOMER:0.0,G6737-MONOMER:0.0,PD00208:0.0,EG12190-MONOMER:0.0,PD00339:0.0,PD00338:0.0,G6664-MONOMER:0.0,G6638-MONOMER:0.0,G6658-MONOMER:0.0,EG12289-MONOMER:0.0,G6129-MONOMER:0.0,PD00353:0.0,G7563-MONOMER:0.0,PD00268:0.0,PD00261:0.0,PD00260:0.0,G6919-MONOMER:0.0,G6957-MONOMER:0.0,EG12454-MONOMER:0.0,PD00288:0.0,G6814-MONOMER:0.0,G6247-MONOMER:0.0,G7882-MONOMER:0.0,G6706-MONOMER:0.0,EG10564-MONOMER:0.0,PD00197:0.0,PD00196:0.0,G6209-MONOMER:0.0,G7245-MONOMER:0.0,EG12247-MONOMER:0.0,EG10087-MONOMER:0.0,G7257-MONOMER:0.0,EG12031-MONOMER:0.0,PD02366:0.0,EG11913-MONOMER:0.0,EG11594-MONOMER:0.0,EG20253-MONOMER:0.0,G6420-MONOMER:0.0,G7137-MONOMER:0.0,G6812-MONOMER:0.0,EG11212-MONOMER:0.0,G7936-MONOMER:0.0,PD03867:0.0,G7331-MONOMER:0.0,EG11785-MONOMER:0.0,G6181-MONOMER:0.0,G6789-MONOMER:0.0,G7369-MONOMER:0.0,EG12242-MONOMER:0.0,G7869-MONOMER:0.0,EG12140-MONOMER:0.0,G6602-MONOMER:0.0,EG11578-MONOMER:0.0,EG12105-MONOMER:0.0,G6088-MONOMER:0.0,G6302-MONOMER:0.0,G6276-MONOMER:0.0,G6761-MONOMER:0.0,G6671-MONOMER:0.0,G6398-MONOMER:0.0,G6799-MONOMER:0.0,G6796-MONOMER:0.0,EG12694-MONOMER:0.0,G6569-MONOMER:0.0,EG12624-MONOMER:0.0,EG11088-MONOMER:0.0,EG11149-MONOMER:0.0,EG11649-MONOMER:0.0,EG11146-MONOMER:0.0,G7727-MONOMER:0.0,G6589-MONOMER:0.0,G7924-MONOMER:0.0,EG11741-MONOMER:0.0,G6853-MONOMER:0.0,EG12402-MONOMER:0.0,EG11849-MONOMER:0.0,G6745-MONOMER:0.0,G7912-MONOMER:0.0,G6175-MONOMER:0.0,EG11738-MONOMER:0.0,EG12204-MONOMER:0.0,G6774-MONOMER:0.0,G7790-MONOMER:0.0,G7688-MONOMER:0.0,G7571-MONOMER:0.0,PD00969:0.0,PD00967:0.0,PD00214:0.0,EG11929-MONOMER:0.0,PD01196:0.0,PD00763:0.0,G6825-MONOMER:0.0,EG11519-MONOMER:0.0,G6720-MONOMER:0.0,EG12386-MONOMER:0.0,PD00257:0.0,PD00369:0.0,PD00250:0.0,G6144-MONOMER:0.0,PD00361:0.0,PD00474:0.0,PD00360:0.0,EG11733-MONOMER:0.0,G6510-MONOMER:0.0,EG12243-MONOMER:0.0,EG11707-MONOMER:0.0,PD04028:0.0,EG12179-MONOMER:0.0,PD00297:0.0,PD00291:0.0,EG12176-MONOMER:0.0,G7546-MONOMER:0.0,G6332-MONOMER:0.0,EG12431-MONOMER:0.0,EG10143-MONOMER:0.0,EG11711-MONOMER:0.0,EG12335-MONOMER:0.0,EG10442-MONOMER:0.0,EG10474-MONOMER:0.0,EG11083-MONOMER:0.0,G7161-MONOMER:0.0,EG12116-MONOMER:0.0,PD03254:0.0,PD03585:0.0,EG10656-MONOMER:0.0,EG12406-MONOMER:0.0,EG12205-MONOMER:0.0,PD03270:0.0,G6889-MONOMER:0.0,G7416-MONOMER:0.0,G6170-MONOMER:0.0,G7913-MONOMER:0.0,PD03292:0.0,G7119-MONOMER:0.0,G7630-MONOMER:0.0,G7619-MONOMER:0.0,EG12123-MONOMER:0.0,G7601-MONOMER:0.0,EG11962-MONOMER:0.0,G7133-MONOMER:0.0,EG20249-MONOMER:0.0,EG11854-MONOMER:0.0,G6867-MONOMER:0.0,G7909-MONOMER:0.0,G6259-MONOMER:0.0,G6750-MONOMER:0.0,G6680-MONOMER:0.0,PD01103:0.0):0.0155,(PROTEIN-PII2+:0.0,PROTEIN-PII:0.0):0.0155):4.0E-5,(((EG11191-MONOMER:0.01449,(PD02198:0.01449,(EG10226-MONOMER:0.0,EG10228-MONOMER:0.0):0.01451):1.0E-5):8.8E-4,(((EG12094-MONOMER:0.0145,PD04413:0.0145):1.0E-5,((EG10715-MONOMER:0.01353,(PHOB-MONOMER+:0.01294,MONOMER0-185+:0.01306):4.7E-4):7.1E-4,(UHPA-MONOMER+:0.013,(PD00345:0.0,PD00283:0.0,EG11861-MONOMER:0.0):0.013):0.00116):3.0E-4):8.1E-4,((G6201-MONOMER:0.01431,(G6195-MONOMER:0.01348,PD00413:0.01352):6.9E-4):8.7E-4,((G6628-MONOMER:0.01448,PD03576:0.01452):5.1E-4,((((NARP-MONOMER+:0.0,NARL-MONOMER+:0.0):0.01426,((G6319-MONOMER:0.0,EG12108-MONOMER:0.0,G7057-MONOMER:0.0):0.01253,PROTEIN-NRI:0.01247):0.00174):1.4E-4,(PD02233:0.01401,(EG11889-MONOMER:0.0135,BASR-MONOMER+:0.0135):4.9E-4):3.6E-4):1.1E-4,(RCSB-MONOMER+:0.0,G7244-MONOMER:0.0,G7948-MONOMER:0.0,G7575-MONOMER:0.0,DCUR-MONOMER+:0.0,EG12246-MONOMER:0.0,PD02936:0.0,EG11140-MONOMER:0.0,G7472-MONOMER:0.0,KDPE-MONOMER+:0.0,G7475-MONOMER:0.0,PHOP-MONOMER+:0.0,EVGA-MONOMER+:0.0,PD00436:0.0,PD01379:0.0,G7488-MONOMER:0.0,HYDG-MONOMER+:0.0,ATOC-MONOMER+:0.0,CPXR-MONOMER+:0.0,OMPR-MONOMER+:0.0,EG11544-MONOMER:0.0,G6165-MONOMER:0.0,EG12121-MONOMER:0.0,ARCA-MONOMER+:0.0,CREB-MONOMER+:0.0,EG12006-MONOMER:0.0,EG12344-MONOMER:0.0,EG11285-MONOMER:0.0,TORR-MONOMER+:0.0,EG12356-MONOMER:0.0,RSTA-MONOMER+:0.0,G6346-MONOMER:0.0,EG11103-MONOMER:0.0,G7467-MONOMER:0.0,G7308-MONOMER:0.0,BAER-MONOMER+:0.0):0.01452):4.9E-4):1.3E-4):1.8E-4):8.0E-5):6.0E-5,((G7072-MONOMER:0.01526,((PD01520:0.01253,EG11394-MONOMER:0.01247):0.0020,((PUTA-MONOMER+:0.01151,PD00194:0.01149):4.8E-4,((PD00232:0.01101,PD03938:0.01099):0.0010,PD00200:0.012):2.0E-5):0.0025):7.4E-4):1.3E-4,((((EG11389-MONOMER:0.01449,BIOTINLIG-MONOMER:0.01451):3.7E-4,(((PD00347:0.0,PD00348:0.0):0.01327,(EG10907-MONOMER:0.01302,(((EG10942-MONOMER:0.0,EG10941-MONOMER:0.0):0.01503,EG10871-MONOMER:0.01497):7.0E-5,((EG10506-MONOMER:0.01296,EG12114-MONOMER:0.01304):0.00158,EG11128-MONOMER:0.01492):1.8E-4):0.00198):0.00323):8.9E-4,(G6307-MONOMER:0.01303,G6830-MONOMER:0.01297):0.00116):7.1E-4):2.9E-4,((((EG10845-MONOMER:0.01143,EG10666-MONOMER:0.01157):7.0E-5,(EG10665-MONOMER:0.01052,(EG10903-MONOMER:0.0,EG10867-MONOMER:0.0):0.01048):9.3E-4):0.00137,(RPON-MONOMER+:0.01094,(PD00440:0.01098,((RPOE-MONOMER+:0.01051,RPOH-MONOMER+:0.01049):4.5E-4,(RPOS-MONOMER+:0.0,RPOD-MONOMER+:0.0,EG11355-MONOMER:0.0):0.01105):2.0E-5):6.0E-5):0.00191):0.00197,(G7071-MONOMER:0.01352,(((PD00237:0.01095,((G6985-MONOMER:0.01096,(EG10320-MONOMER:0.01097,(G6274-MONOMER:0.0,EG10116-MONOMER:0.0,PD02850:0.0):0.01103):4.0E-5):2.0E-5,(PD00221:0.0,PD00222:0.0):0.01098):5.0E-5):4.4E-4,(MONOMER0-2488:0.01148,(EG11092-MONOMER:0.0,G6263-MONOMER:0.0):0.01152):6.0E-5):3.4E-4,(EG10667-MONOMER:0.00994,(EG10911-MONOMER:0.01571,(SRAJ-RNA:0.01756,(EG11383-MONOMER:0.05579,(((THYMIDYLATESYN-MONOMER:0.03395,(EG11280-MONOMER:0.00529,(EG11277-MONOMER:0.0,(G7944-MONOMER:0.045,EG11276-MONOMER:0.0):0.0175):0.00771):0.01005):0.00368,EG11279-MONOMER:0.00675):0.00843,(UDHA-MONOMER+:0.02884,((GRXC-MONOMER+:0.0,RED-GLUTAREDOXIN:0.0):0.00344,((GLUTATHIONE-REDUCT-NADPH-MONOMER:0.04291,(RED-THIOREDOXIN-MONOMER:0.02813,(RED-THIOREDOXIN2-MONOMER:0.02746,((EG11384-MONOMER:0.0,(EG11415-MONOMER:0.07293,((G6174-MONOMER:0.0,EG11385-MONOMER:0.0):0.06829,(G6660-MONOMER:0.03465,(EG10108-MONOMER:0.03702,EG11151-MONOMER:0.12998):8.5E-4):0.00971):0.00269):0.04338):0.03014,(GRXB-MONOMER+:0.0,EG12181-MONOMER:0.0,G7401-MONOMER:0.0):0.02302):0.00404):0.00137):0.01409):0.03341,((EG12399-MONOMER:0.02839,(G7246-MONOMER:0.0,PTSI-MONOMER+:0.0,EG12188-MONOMER:0.0,EG11906-MONOMER:0.0):0.03461):0.03866,(((DSBD-MONOMER+:0.01209,((SDH-MEMB1:0.0,SDH-MEMB2:0.0):0.01266,(((CYDB-MONOMER+:0.0,CYDA-MONOMER+:0.0):0.02464,(FDNI-MONOMER+:0.01833,NITRATREDUCTA-CPLX:0.03467):0.00436):0.00423,(NARH-MONOMER+:0.0,NARG-MONOMER+:0.0,NARI-MONOMER+:0.0):0.01577):0.00934):0.01391):0.01178,(FUM-FE-S:0.00998,(G366-MONOMER+:0.03264,(FUM-FLAVO:0.0165,(FUM-MEMB1:0.0,FUMARATE-REDUCTASE:0.0):0.0285):0.00786):0.00877):0.02816):0.02517,((EG10716-MONOMER:0.08299,(G6478-MONOMER:0.0,YCBM-MONOMER+:0.0):0.08401):0.01106,(HCAC-MONOMER+:0.0509,(EG12244-MONOMER:0.05094,(CYTOCHROMEC552-MONOMER:0.04976,(FLAVODOXIN2-MONOMER:0.0,G7435-MONOMER:0.0,APPC-MONOMER+:0.0,G7505-MONOMER:0.0,DSBBPROT-MONOMER:0.0,EG11564-MONOMER:0.0,CYTOCHROME-B562-MONOMER:0.0,G7448-MONOMER:0.0,G7413-MONOMER:0.0,EG11800-MONOMER:0.0,APPB-MONOMER+:0.0,NAPB-MONOMER+:0.0,G6701-MONOMER:0.0,G6513-MONOMER:0.0,G6921-MONOMER:0.0,G6456-MONOMER:0.0,FLAVODOXIN1-MONOMER:0.0,NAPH-MONOMER+:0.0,EG12277-MONOMER:0.0,MONOMER0-152+:0.0,G6876-MONOMER:0.0,G6847-MONOMER:0.0,ANGLYC3PDEHYDROGSUBUNITC-MONOMER:0.0,G6873-MONOMER:0.0,CYTOCHROMEC-MONOMER:0.0,G7023-MONOMER:0.0,G6159-MONOMER:0.0,EG11181-MONOMER:0.0,G6875-MONOMER:0.0,G6872-MONOMER:0.0,G6989-MONOMER:0.0,HYCBSMALL-MONOMER:0.0,G6713-MONOMER:0.0,G7433-MONOMER:0.0,G7436-MONOMER:0.0,G6920-MONOMER:0.0,G6923-MONOMER:0.0,EG11199-MONOMER:0.0,NAPG-MONOMER+:0.0,NRFC-MONOMER+:0.0,FERREDOXIN-MONOMER:0.0,NAPC-MONOMER+:0.0,NAPF-MONOMER+:0.0,HYCF-MONOMER+:0.0,EG11552-MONOMER:0.0,G6871-MONOMER:0.0,G6874-MONOMER:0.0,MONOMER0-144+:0.0,EG11565-MONOMER:0.0,G6177-MONOMER:0.0):0.06124):0.00456):0.0046):0.01694):0.01306):0.01786):0.0078):0.01035):0.02499):0.04608):0.00705):0.00379):0.00495):0.00122):0.00184):0.00164):0.00141):2.8E-4):1.5E-4,(((EG10309-MONOMER:0.0,EG10312-MONOMER:0.0):0.01449,MONOMER0-1641:0.01451):5.4E-4,(((PD03831:0.0,G7313-MONOMER:0.0):0.02094,(EG10490-MONOMER:0.01198,((((PD00251:0.00953,PD04032:0.00947):4.7E-4,(ALAS-MONOMER+:0.00908,(THRS-MONOMER+:0.01034,EG10864-MONOMER:0.01066):0.00342):0.00178):0.00113,(PD00219:0.01098,(EG12278-MONOMER:0.0,EG11449-MONOMER:0.0,G7854-MONOMER:0.0,G7678-MONOMER:0.0,PD00423:0.0):0.01102):2.5E-4):3.2E-4,(EG12202-MONOMER:0.01147,(G369-MONOMER+:0.0,PD01352:0.0,EG11320-MONOMER:0.0):0.01153):5.0E-5):4.6E-4):0.00194):7.2E-4,(((EG12163-MONOMER:0.01997,EG10737-MONOMER:0.02503):0.00197,((ARCB-MONOMER+:0.0,BARA-MONOMER+:0.0):0.00961,(G6577-MONOMER:0.01792,((PROTEIN-NRII+:0.01297,(ATOS-MONOMER+:0.0,TORS-MONOMER+:0.0,RCSC-MONOMER+:0.0,DCUS-MONOMER+:0.0,G6345-MONOMER:0.0):0.01303):7.0E-5,(EVGS-MONOMER+:0.01202,PHOR-MONOMER+:0.01198):9.3E-4):0.00508):0.00339):0.00328):9.7E-4,(PD00230:0.01169,(PD00205:0.00871,(((EG11057-MONOMER:0.01007,EG12080-MONOMER:0.02293):0.00635,EG11619-MONOMER:0.01365):0.00426,((EG10204-MONOMER:0.01076,(EG12449-MONOMER:0.02014,((G7225-MONOMER:0.0,EG11498-MONOMER:0.0):0.0215,(EG10458-MONOMER:0.0,EG10211-MONOMER:0.0):0.0215):0.00136):0.01074):0.01351,(RYBB-RNA:0.02359,(((DISULFOXRED-MONOMER:0.04656,((EG11535-MONOMER:0.0,EG11534-MONOMER:0.0):0.0276,EG10985-MONOMER:0.0284):0.00544):0.01015,(EG12146-MONOMER:0.0391,(((EG12330-MONOMER:0.05026,SPF-RNA:0.04974):0.0044,((G7426-MONOMER:0.0,G7750-MONOMER:0.0,EG10859-MONOMER:0.0,EG12309-MONOMER:0.0,EG11786-MONOMER:0.0,EG11888-MONOMER:0.0):0.04155,(G6732-MONOMER:0.0355,MONOMER0-2673:0.0355):0.00595):0.0041):0.00326,((EG10687-MONOMER:0.0445,G7699-MONOMER:0.0465):0.00412,(((EG12338-MONOMER:0.0,EG11356-MONOMER:0.0):0.04924,((EG11472-MONOMER:0.0,G6300-MONOMER:0.0,G6149-MONOMER:0.0,G6585-MONOMER:0.0,EG11899-MONOMER:0.0,EG12158-MONOMER:0.0):0.04556,((G6819-MONOMER:0.0,G7383-MONOMER:0.0,G6697-MONOMER:0.0,G7044-MONOMER:0.0):0.04158,((EG11783-MONOMER:0.03845,(G7218-MONOMER:0.0,G7126-MONOMER:0.0,G7272-MONOMER:0.0,EG12364-MONOMER:0.0,EG12370-MONOMER:0.0,G7777-MONOMER:0.0,G6837-MONOMER:0.0,G6152-MONOMER:0.0,G7906-MONOMER:0.0,G6676-MONOMER:0.0,EG10507-MONOMER:0.0):0.03855):0.00157,(((EG11071-MONOMER:0.0295,EG11069-MONOMER:0.0295):0.00557,(G6131-MONOMER:0.0,G6725-MONOMER:0.0):0.03593):0.00277,(G7769-MONOMER:0.0,EG11526-MONOMER:0.0,G7762-MONOMER:0.0,EG11611-MONOMER:0.0,G6083-MONOMER:0.0,G6086-MONOMER:0.0,G7074-MONOMER:0.0,EG11525-MONOMER:0.0,G7908-MONOMER:0.0,G6767-MONOMER:0.0,G6509-MONOMER:0.0,G6693-MONOMER:0.0,G7255-MONOMER:0.0,G6139-MONOMER:0.0,G6534-MONOMER:0.0,EG11524-MONOMER:0.0,G6130-MONOMER:0.0,G6138-MONOMER:0.0,G7900-MONOMER:0.0,G6377-MONOMER:0.0,G7904-MONOMER:0.0):0.03873):0.00143):0.00142):0.00394):0.00357):0.00113,(EG10460-MONOMER:0.0,EG10459-MONOMER:0.0,EG11900-MONOMER:0.0,EG10574-MONOMER:0.0,EG10573-MONOMER:0.0,EG10575-MONOMER:0.0,EG10612-MONOMER:0.0):0.04971):3.8E-4):0.00774):0.00665):0.01151):0.00261,(EG11879-MONOMER:0.01745,(G7459-MONOMER:0.01212,(EG11447-MONOMER:0.02506,(((EG11098-MONOMER:0.0,EG11072-MONOMER:0.0):0.03912,((EG10857-MONOMER:0.02469,G7175-MONOMER:0.02531):0.00261,(EG10743-MONOMER:0.02564,((G7885-MONOMER:0.02603,(G7940-MONOMER:0.02579,EG11620-MONOMER:0.03021):0.00197):0.00149,((EG10844-MONOMER:0.0,EG10860-MONOMER:0.0,G7842-MONOMER:0.0,EG10861-MONOMER:0.0):0.03163,MONOMER0-1041:0.03137):0.00201):0.00161):0.00127):0.00276):0.00238,((G7463-MONOMER:0.03049,(EG10381-MONOMER:0.02104,GLYCOPHOSPHORYL-MONOMER:0.02096):0.00951):0.01138,((EG10570-MONOMER:0.028,G7176-MONOMER:0.028):0.0023,((G6285-MONOMER:0.03485,(EG10968-MONOMER:0.03152,(EG11549-MONOMER:0.03765,((G6413-MONOMER:0.07766,(EG10157-MONOMER:0.09603,(EG10156-MONOMER:0.10671,((EG10471-MONOMER:0.0625,EG11802-MONOMER:0.0625):0.00899,(G6787-MONOMER:0.0,EG10090-MONOMER:0.0,EG10284-MONOMER:0.0):0.07151):0.02179):0.00397):0.02234):0.02427,((EG12258-MONOMER:0.05252,(G6143-MONOMER:0.04923,((((G7731-MONOMER:0.38107,G7395-MONOMER:0.11893):0.09228,G7134-MONOMER:0.00772):0.05474,((EG11360-MONOMER:0.09898,(EG11729-MONOMER:0.0,EG10144-MONOMER:0.0):0.10102):0.00687,(E-MONOMER:0.08918,((G6880-MONOMER:0.10295,G7263-MONOMER:0.06405):0.01708,(NAG6PDEACET-MONOMER:0.06446,(G6576-MONOMER:0.08227,(G7636-MONOMER:0.0,EG11728-MONOMER:0.0):0.08473):0.01904):0.01842):0.00607):0.01828):0.03607):0.01291,EG11237-MONOMER:0.03243):0.01657):0.00214):0.01535,(EG10580-MONOMER:0.04788,((EG10542-MONOMER:0.0,EG10462-MONOMER:0.0,EG10158-MONOMER:0.0,EG10463-MONOMER:0.0):0.04676,(EG11112-MONOMER:0.05612,((EG12111-MONOMER:0.0,G7484-MONOMER:0.0):0.04889,(G6463-MONOMER:0.0,EG10548-MONOMER:0.0,G6670-MONOMER:0.0,G7311-MONOMER:0.0,EG12310-MONOMER:0.0,G6991-MONOMER:0.0,EG11004-MONOMER:0.0,EG12122-MONOMER:0.0,EG10786-MONOMER:0.0,EG10397-MONOMER:0.0,EG10760-MONOMER:0.0,G6615-MONOMER:0.0,G6746-MONOMER:0.0,G6669-MONOMER:0.0,EG11920-MONOMER:0.0,G7682-MONOMER:0.0,EG10696-MONOMER:0.0,G7491-MONOMER:0.0,G6856-MONOMER:0.0,EG11744-MONOMER:0.0,G6662-MONOMER:0.0,EG11652-MONOMER:0.0,EG12436-MONOMER:0.0,EG10212-MONOMER:0.0,G7118-MONOMER:0.0,G7653-MONOMER:0.0,EG11171-MONOMER:0.0,EG10530-MONOMER:0.0,G6493-MONOMER:0.0,EG10673-MONOMER:0.0,G7178-MONOMER:0.0,EG11291-MONOMER:0.0,EG10488-MONOMER:0.0,EG10956-MONOMER:0.0,G7652-MONOMER:0.0,EG10695-MONOMER:0.0,EG11441-MONOMER:0.0,EG12254-MONOMER:0.0,G6470-MONOMER:0.0):0.05111):0.00488):0.00324):0.00212):0.01491):0.03854,((EG11506-MONOMER:0.0445,(EG10697-MONOMER:0.0,G7248-MONOMER:0.0,EG10698-MONOMER:0.0):0.0465):0.00848,(G6782-MONOMER:0.04114,(EG10013-MONOMER:0.03061,(((EG10041-MONOMER:0.0,G6452-MONOMER:0.0):0.06923,(EG11373-MONOMER:0.00398,(G7533-MONOMER:0.0,G6622-MONOMER:0.0,EG10246-MONOMER:0.0):0.10702):0.01427):0.02563,(G6310-MONOMER:0.0,(G6829-MONOMER:0.03041,(G6309-MONOMER:0.0,((MONOMER0-2671:0.0,MONOMER0-2658:0.0):0.0,((MONOMER0-1603:0.0,MONOMER0-2860:0.0,MONOMER0-2855:0.0,MONOMER0-2856:0.0,MONOMER0-2857:0.0,MONOMER0-2858:0.0,MONOMER0-1601:0.0,MONOMER0-1602:0.0,MONOMER0-2859:0.0):0.18647,(G7512-MONOMER:0.16548,(G6311-MONOMER:0.0,G6686-MONOMER:0.0):0.08452):0.02153):0.1125):0.05638):0.04009):0.03164):0.06508):0.0162):0.01417):0.00948):0.00738):0.00506):0.0059):0.00869):0.0139,EG11676-MONOMER:0.02395):0.00502):0.01327):0.00254):0.00766):0.01038):0.0040):0.00905):0.00215):0.00295):7.8E-4):0.00249):0.00273):0.00219):8.2E-4):3.9E-4):2.7E-4):8.0E-5):6.0E-5):2.0E-5):3.0E-5,((EG11131-MONOMER:0.01398,G6882-MONOMER:0.01402):0.00113,((PD00521:0.01449,((PD00364:0.0,PD00365:0.0):0.0145,EG12235-MONOMER:0.0145):1.0E-5):2.5E-4,((EG10125-MONOMER:0.0,PD04132:0.0):0.0,(PD03695:0.0,G7326-MONOMER:0.0,G6511-MONOMER:0.0,G6749-MONOMER:0.0,EG10836-MONOMER:0.0,EG10215-MONOMER:0.0,EG10778-MONOMER:0.0,EG12203-MONOMER:0.0):0.0145):2.5E-4):3.7E-4):3.1E-4):4.7E-4,(EG12308-MONOMER:0.0,G7821-MONOMER:0.0,G7262-MONOMER:0.0,EG12860-MONOMER:0.0,PD00266:0.0,PD01896:0.0):0.01497):3.2E-4,((PD04099:0.0135,G7891-MONOMER:0.0135):9.9E-4,(PD00242:0.01399,(PD03028:0.0135,PD00444:0.0135):5.1E-4):5.1E-4):1.3E-4):8.1E-4,EG10015-MONOMER:0.01384):0.00163,(EG10839-MONOMER:0.00694,(EG12859-MONOMER:0.01189,((((UDPGLCNACEPIM-MONOMER:0.0,(G6561-MONOMER:0.0,(G6827-MONOMER:0.0,((G6798-MONOMER:0.0,((G6619-MONOMER:0.03932,G6560-MONOMER:0.21068):0.13404,(EG12712-MONOMER:0.06292,((EG11604-MONOMER:0.55898,(G6531-MONOMER:0.12351,((G7883-MONOMER:0.0,EG12429-MONOMER:0.0):0.24998,(G6555-MONOMER:0.0,TTDA-MONOMER+:0.0,G6529-MONOMER:0.0,G7934-MONOMER:0.0,G6605-MONOMER:0.0,G6528-MONOMER:0.0,G6607-MONOMER:0.0):0.25002):0.12649):0.19102):0.1665,EG12375-MONOMER:0.0):0.27033):0.17846):0.11652):0.119,(EG10973-MONOMER:0.0,EG11844-MONOMER:0.0,G6530-MONOMER:0.0):0.15193):0.04322):0.0528):0.03094):0.02336,EG11259-MONOMER:0.04555):0.02454,(NAG1P-URIDYLTRANS-MONOMER:0.00582,(((EG10202-MONOMER:0.01088,EG12015-MONOMER:0.01212):0.00112,(EG10203-MONOMER:0.01203,(EG10201-MONOMER:0.01247,RPOA-MONOMER+:0.01253):4.7E-4):2.5E-4):2.3E-4,((NACGLCTRANS-MONOMER:0.01178,UDPNACETYLGLUCOSAMENOLPYRTRANS-MONOMER:0.01222):5.6E-4,((UPPSYN-MONOMER:0.01462,(((EG10341-MONOMER:0.01381,(UDPNACETYLMURAMATEDEHYDROG-MONOMER:0.01443,(G6567-MONOMER:0.0145,(EG10344-MONOMER:0.0,EG12440-MONOMER:0.0,UDP-NACMURALA-GLU-LIG-MONOMER:0.0,UDP-NACMURALGLDAPLIG-MONOMER+:0.0,PHOSNACMURPENTATRANS-MONOMER+:0.0,UDP-NACMURALGLDAPAALIG-MONOMER:0.0,UDP-NACMUR-ALA-LIG-MONOMER:0.0):0.0145):7.0E-5):6.9E-4):5.5E-4,((GLUTRACE-MONOMER:0.0,DALADALALIGB-MONOMER+:0.0,DALADALALIGA-MONOMER+:0.0,G6621-MONOMER:0.0,G7322-MONOMER:0.0):0.01552,G7668-MONOMER:0.01548):4.5E-4):1.9E-4,((EG10605-MONOMER:0.0,G6439-MONOMER:0.0):0.01459,(EG11665-MONOMER:0.01385,(EG10748-MONOMER:0.0,EG10606-MONOMER:0.0):0.01415):4.1E-4):1.9E-4):6.9E-4):9.1E-4,(ALARACEBIOSYN-MONOMER:0.01227,(ALARACECAT-MONOMER:0.02356,(G6968-MONOMER:0.02497,((EG10950-MONOMER:0.01964,((NACMURLALAAMI2-MONOMER:0.0,G7458-MONOMER:0.0,NACMURLALAAMI1-MONOMER:0.0):0.01637,((G7073-MONOMER:0.0,G6422-MONOMER:0.0):0.00635,(G6571-MONOMER:0.0,(G6904-MONOMER:0.03329,EG11253-MONOMER:0.03771):0.0315):0.01465):0.01138):0.00261):0.00107,(G7457-MONOMER:0.02,G7410-MONOMER:0.02):4.3E-4):0.00375):0.00144):0.00292):0.0033):0.00218):0.00245):0.00782):0.01024):8.5E-4,((((G6415-MONOMER:0.02226,(MANNPISOM-MONOMER:0.01486,UDPGLUCEPIM-MONOMER:0.01914):0.00274):8.8E-4,((FUC4NACTRANS-MONOMER+:0.0,G7800-MONOMER:0.0,UDPMANACATRANS-MONOMER:0.0):0.02253,(EG11923-MONOMER:0.02094,(EG11924-MONOMER:0.0,EG11926-MONOMER:0.0,DTDPGLUCOSEPP2-MONOMER:0.0,EG11925-MONOMER:0.0):0.02106):0.00147):6.2E-4):3.5E-4,((EG12259-MONOMER:0.0,EG12260-MONOMER:0.0):0.01752,((GLYCOGEN-BRANCH-MONOMER:0.0,GLYCOGENSYN-MONOMER:0.0,GLUC1PADENYLTRANS-MONOMER:0.0,EG11381-MONOMER:0.0):0.01998,((G7049-MONOMER:0.0,EG12257-MONOMER:0.0):0.02,(EG11886-MONOMER:0.0,EG11885-MONOMER:0.0,PGLYCEROLTRANSI-MONOMER:0.0,G6552-MONOMER:0.0):0.02):2.0E-5):0.00173):0.00171):0.00122,(YRAO-MONOMER+:0.01739,((GDPMANDEHYDRA-MONOMER:0.01551,G7093-MONOMER:0.01549):0.00145,(((G7170-MONOMER:0.01534,((LIPIDADISACCHARIDESYNTH-MONOMER:0.0,UDPACYLGLCNACDEACETYL-MONOMER:0.0,UDPNACETYLGLUCOSAMACYLTRANS-MONOMER:0.0,KDOTRANS-MONOMER:0.0,EG12666-MONOMER:0.0,TETRAACYLDISACC4KIN-MONOMER:0.0):0.01746,((G7167-MONOMER:0.0,G7166-MONOMER:0.0,UDPHYDROXYMYRGLUCOSAMNACETYLTRANS-MONO:0.0):0.01554,G7168-MONOMER:0.01546):0.00104):6.6E-4):0.00116,((EG10838-MONOMER:0.01704,MANNPGUANYLTRANGDP-MONOMER:0.01696):8.9E-4,((((EG11569-MONOMER:0.01511,EG10855-MONOMER:0.01589):0.00198,((G7105-MONOMER:0.0,EG11826-MONOMER:0.0):0.01686,(DTDPGLUCOSEPP-MONOMER:0.01704,DTDPDEHYRHAMREDUCT-MONOMER:0.01696):1.4E-4):0.00102):3.4E-4,(FCL-MONOMER:0.01813,((G7096-MONOMER:0.0,G7590-MONOMER:0.0,G7099-MONOMER:0.0,G7090-MONOMER:0.0,EG11340-MONOMER:0.0,EG11983-MONOMER:0.0,G7102-MONOMER:0.0,EG11295-MONOMER:0.0,GLCNACPTRANS-MONOMER+:0.0,EG12210-MONOMER:0.0,GALPMUT-MONOMER:0.0,EG11985-MONOMER:0.0,EG11351-MONOMER:0.0,EG11982-MONOMER:0.0,EG11189-MONOMER:0.0,G7101-MONOMER:0.0,DTDPDEHYDRHAMEPIM-MONOMER:0.0,G7104-MONOMER:0.0,EG11790-MONOMER:0.0,G7663-MONOMER:0.0,GDPMANMANHYDRO-MONOMER:0.0,G7097-MONOMER:0.0,EG11984-MONOMER:0.0,EG11188-MONOMER:0.0,EG11353-MONOMER:0.0,EG11341-MONOMER:0.0,EG11423-MONOMER:0.0,PHOSMANMUT-MONOMER:0.0,G7103-MONOMER:0.0,EG11350-MONOMER:0.0,EG11426-MONOMER:0.0,G7100-MONOMER:0.0,EG11986-MONOMER:0.0,EG11422-MONOMER:0.0,G7098-MONOMER:0.0,EG11339-MONOMER:0.0,RFFTRANS-MONOMER:0.0,G7095-MONOMER:0.0,G7662-MONOMER:0.0,TDPFUCACTRANS-MONOMER:0.0,EG11352-MONOMER:0.0,G7094-MONOMER:0.0):0.01783,(RFBX-MONOMER+:0.01116,(EG10297-MONOMER:0.00396,(G7107-MONOMER:0.03665,(G7219-MONOMER:0.0343,((G7549-MONOMER:0.0,EG11486-MONOMER:0.0):0.03802,(EG12221-MONOMER:0.15219,(VALINE-PYRUVATE-AMINOTRANSFER-MONOMER:0.0,G6329-MONOMER:0.0,AKBLIG-MONOMER:0.0,G7242-MONOMER:0.0,EG11825-MONOMER:0.0,CITC-MONOMER+:0.0,G7184-MONOMER:0.0,G7728-MONOMER:0.0):0.34781):0.08698):0.0157):0.00185):0.03154):0.00684):0.00598):3.7E-4):3.5E-4):3.1E-4,((LAUROYLACYLTRAN-MONOMER:0.01546,(PALMITOTRANS-MONOMER+:0.0,G6106-MONOMER:0.0,EG11424-MONOMER:0.0,MYRISTOYLACYLTRAN-MONOMER:0.0,EG11425-MONOMER:0.0):0.01654):0.00115,(EG11736-MONOMER:0.01497,((CPM-KDOSYNTH-MONOMER+:0.0,KDO-8PSYNTH-MONOMER:0.0):0.0127,(FABZ-MONOMER+:0.00611,(LIPOYL-ACP:0.0,(HOLO-ACP-SYNTH-MONOMER:0.02591,((-ALPHA-HYDROXYSTEROID-DEH-MONOMER:0.04118,(ENOYL-ACP-REDUCT-NADH-MONOMER:0.02669,(EG11437-MONOMER:0.03066,((CARBOXYL-TRANSFERASE-ALPHA-MONOMER:0.0,BCCP-MONOMER+:0.0,CARBOXYL-TRANSFERASE-BETA-MONOMER:0.0,FABH-MONOMER+:0.0,FABB-MONOMER+:0.0,EG11095-MONOMER:0.0,-OXOACYL-ACP-SYNTHII-MONOMER+:0.0,FABA-MONOMER+:0.0,MALONYL-COA-ACP-TRANSACYL-MONOMER:0.0,BIOTIN-CARBOXYL-MONOMER:0.0):0.02989,(-OXOACYL-ACP-REDUCT-MONOMER:0.02637,((THIOESTERII-MONOMER:0.0493,(G6716-MONOMER:0.04884,(ATOD-MONOMER+:0.0,ATOA-MONOMER+:0.0,ACYLCOASYN-MONOMER:0.0,ACETYL-COA-ACETYLTRANSFER-MONOMER:0.0,EG12357-MONOMER:0.0,G6714-MONOMER:0.0,G6715-MONOMER:0.0):0.05116):7.0E-4):0.00358,(((FADB-MONOMER+:0.02819,((ACYLCOADEHYDROG-MONOMER:0.0225,G7212-MONOMER:0.0225):2.7E-4,G6244-MONOMER:0.02523):0.00531):0.0060,((GABATRANSAM-MONOMER:0.01693,SUCCSEMIALDDEHYDROG-MONOMER:0.01507):0.00117,G6811-MONOMER:0.01433):0.00681):0.00833,(FADA-MONOMER+:0.0,G7213-MONOMER:0.0):0.04602):0.00408):0.02124):0.00301):8.4E-4):0.00395):0.01205):0.00754,(((FPPSYN-MONOMER:0.0355,OPPSYN-MONOMER:0.0355):0.02865,(EG11081-MONOMER:0.01761,(IPPISOM-MONOMER:0.02614,(EG11294-MONOMER:0.02047,((DXPREDISOM-MONOMER:0.0,EG10370-MONOMER:0.0):0.02079,((G7423-MONOMER:0.0,EG11816-MONOMER:0.0):0.02198,DXS-MONOMER:0.02102):7.1E-4):0.00103):0.00236):0.00377):0.01266):0.01021,(((EG10544-MONOMER:0.08577,(EG12120-MONOMER:0.07606,(PGPPHOSPHAB-MONOMER:0.0,PGPPHOSPHAA-MONOMER:0.0):0.06694):0.00973):0.00935,(GLYCEROL-3-P-ACYLTRANSFER-MONOMER:0.0,DIACYLGLYKIN-MONOMER+:0.0,PHOSPHAGLYPSYN-MONOMER:0.0,G6406-MONOMER:0.0,PHOSPHASERSYN-MONOMER:0.0,G6727-MONOMER:0.0,CDPDIGLYSYN-MONOMER:0.0,G6953-MONOMER:0.0,PSD-MONOMER:0.0,CDPDIGLYPYPHOSPHA-MONOMER:0.0,-ACYLGLYCEROL-3-P-ACYLTRANSFER-MONOMER:0.0,CARDIOLIPSYN-MONOMER+:0.0):0.06215):0.00705,(GLYC3PDEHYDROGBIOSYN-MONOMER+:0.02054,((EG11681-MONOMER:0.28146,(G6437-MONOMER:0.14474,(G7169-MONOMER:0.15395,(G6654-MONOMER:0.0,G6785-MONOMER:0.0,EG11749-MONOMER:0.0,ALPHA-AMYL-PERI-MONOMER:0.0,G7920-MONOMER:0.0,EG10634-MONOMER:0.0,G6966-MONOMER:0.0,RIBULP3EPIM-MONOMER:0.0,ALPHAGALACTOSID-MONOMER:0.0,EG11685-MONOMER:0.0,AGAA-MONOMER+:0.0,G495-MONOMER+:0.0,GLUCONOKINII-MONOMER+:0.0,G7389-MONOMER:0.0,EG10085-MONOMER:0.0,EG10114-MONOMER:0.0,MALDEXPHOSPHORYL-MONOMER:0.0,EG11843-MONOMER:0.0,ALPHA-AMYL-CYTO-MONOMER:0.0,EG12013-MONOMER:0.0,G7634-MONOMER:0.0,G7338-MONOMER:0.0,G7914-MONOMER:0.0,G7723-MONOMER:0.0,EG11288-MONOMER:0.0,G7442-MONOMER:0.0,EG10252-MONOMER:0.0,EG11708-MONOMER:0.0,AMYLOMALT-MONOMER:0.0,EG12365-MONOMER:0.0):0.17905):0.02176):0.05204):0.02887,((THIOESTERI-MONOMER:0.18575,(G7951-MONOMER:0.0,MONOMER0-341+:0.0):0.14725):0.04536,(EG10739-MONOMER:0.0,CFA-MONOMER:0.0):0.12114):0.05463):0.05021):0.0146):0.00513):0.00339):0.01416):0.02528):0.00843):0.00648):0.00361):6.6E-4):0.00115):1.4E-4):2.9E-4):0.00184,(DTDPGLUCDEHYDRAT2-MONOMER:0.0,DTDPGLUCDEHYDRAT-MONOMER:0.0):0.01705):5.0E-5):0.0010):0.00237):0.00866):0.00882):0.00585):0.00516):0.01106,((EG10690-MONOMER:0.0279,(RPOC-MONOMER+:0.0,RPOB-MONOMER+:0.0,EG10893-MONOMER:0.0,EG10899-MONOMER:0.0):0.0281):0.00116,(EG10694-MONOMER:0.02821,((EG10168-MONOMER:0.06165,EG12128-MONOMER:0.02935):0.01572,(((((EG11036-MONOMER:0.02399,(EG10869-MONOMER:0.0,EG10882-MONOMER:0.0,EG10916-MONOMER:0.0,EG10904-MONOMER:0.0):0.02401):0.00261,EG11837-MONOMER:0.02639):9.2E-4,(((EG10505-MONOMER:0.0,EG10504-MONOMER:0.0):0.02799,(EG10884-MONOMER:0.0,EG10890-MONOMER:0.0,EG10919-MONOMER:0.0,EG10910-MONOMER:0.0,EG10913-MONOMER:0.0,EG50001-MONOMER:0.0,EG11232-MONOMER:0.0,EG10906-MONOMER:0.0,EG10909-MONOMER:0.0,EG10900-MONOMER:0.0,EG10912-MONOMER:0.0,EG11782-MONOMER:0.0,EG10920-MONOMER:0.0,EG10866-MONOMER:0.0,EG10888-MONOMER:0.0,EG10885-MONOMER:0.0,EG10874-MONOMER:0.0,EG10877-MONOMER:0.0,EG10883-MONOMER:0.0,EG10886-MONOMER:0.0,EG10880-MONOMER:0.0,EG11231-MONOMER:0.0,EG10901-MONOMER:0.0,EG10914-MONOMER:0.0,EG10868-MONOMER:0.0,EG50002-MONOMER:0.0,EG10917-MONOMER:0.0,EG11268-MONOMER:0.0,EG10875-MONOMER:0.0,EG10878-MONOMER:0.0,EG10879-MONOMER:0.0,EG11508-MONOMER:0.0,EG10873-MONOMER:0.0,EG10876-MONOMER:0.0,EG10908-MONOMER:0.0,EG10870-MONOMER:0.0,EG10902-MONOMER:0.0,EG10905-MONOMER:0.0,G6167-MONOMER:0.0,EG10889-MONOMER:0.0,G6362-MONOMER:0.0,EG10915-MONOMER:0.0,EG10865-MONOMER:0.0,EG10891-MONOMER:0.0,EG10785-MONOMER:0.0,EG10887-MONOMER:0.0,EG10918-MONOMER:0.0,EG10892-MONOMER:0.0):0.02801):1.0E-5,(EG12099-MONOMER:0.0,EG12035-MONOMER:0.0,EG10529-MONOMER:0.0,EG10360-MONOMER:0.0,EG11033-MONOMER:0.0):0.02799):2.1E-4):6.8E-4,((EG10852-MONOMER:0.02522,(EG11440-MONOMER:0.02494,((((EG12332-MONOMER:0.03597,G7748-MONOMER:0.03103):0.01032,EG12130-MONOMER:0.02818):0.01116,(EG11591-MONOMER:0.03665,((EG12360-MONOMER:0.04542,(EG10455-MONOMER:0.01241,((EG10159-MONOMER:0.02708,EG11003-MONOMER:0.02892):6.3E-4,SECB:0.02737):0.00659):0.00808):0.00642,(((EG11433-MONOMER:0.04141,((((EG10850-MONOMER:0.028,EG10853-MONOMER:0.028):0.00741,PHOSPHO-CHEY+:0.03559):0.00532,((EG11796-MONOMER:0.0361,(EG11497-MONOMER:0.0279,EG12424-MONOMER:0.0281):0.0079):0.0026,(G6730-MONOMER:0.0,G6503-MONOMER:0.0):0.0384):0.00193):7.5E-4,(EG10689-MONOMER:0.04149,(EG10483-MONOMER:0.0,G7402-MONOMER:0.0,EG11804-MONOMER:0.0):0.04151):1.2E-4):9.0E-5):0.00154,(G6435-MONOMER:0.0397,EG10487-MONOMER:0.0313):0.00343):0.00804,(((G7055-MONOMER:0.03849,(G7744-MONOMER:0.0,EG10461-MONOMER:0.0,EG10416-MONOMER:0.0,G6242-MONOMER:0.0):0.03851):0.00292,G7866-MONOMER:0.04158):0.00518,(EG11529-MONOMER:0.04509,((EG12195-MONOMER:0.0,G6541-MONOMER:0.0,G6849-MONOMER:0.0):0.04548,(EG11663-MONOMER:0.04549,(G7865-MONOMER:0.0,EG12352-MONOMER:0.0,EG10757-MONOMER:0.0,DSBCOX-MONOMER:0.0,EG12131-MONOMER:0.0,EG12193-MONOMER:0.0,EG10758-MONOMER:0.0,EG11080-MONOMER:0.0,G7716-MONOMER:0.0):0.04551):2.0E-5):4.1E-4):0.00307):0.00321):0.00224):0.00631):0.00351):0.00737,(G7106-MONOMER:0.03022,(PHOSGLUCOSAMINEMUT-MONOMER:0.0275,((((CHEA-SMALL:0.0,PROTEIN-CHEA+:0.0):0.01797,PHOSPHO-BASS+:0.01803):2.8E-4,KDPD-MONOMER+:0.01772):2.9E-4,((NARX-MONOMER+:0.0,NARQ-MONOMER+:0.0):0.01883,(UHPB-MONOMER+:0.01871,((G7056-MONOMER:0.0,G6318-MONOMER:0.0):0.01895,(BASS-MONOMER+:0.0,EG12385-MONOMER:0.0,RSTB-MONOMER+:0.0,EG12658-MONOMER:0.0,PHOQ-MONOMER+:0.0,CREC-MONOMER+:0.0,BAES-MONOMER+:0.0,ENVZ-MONOMER+:0.0,HYDH-MONOMER+:0.0,G7345-MONOMER:0.0,CPXA-MONOMER+:0.0):0.01905):2.9E-4):1.7E-4):7.1E-4):0.0125):0.00178):0.00923):0.00609):2.1E-4):0.00294,((EG10872-MONOMER:0.01753,(EG12354-MONOMER:0.0,EG11496-MONOMER:0.0,EG10335-MONOMER:0.0,EG10761-MONOMER:0.0,EG10762-MONOMER:0.0):0.01947):0.00316,(EG10881-MONOMER:0.00943,((CCME-MONOMER+:0.03382,EG10484-MONOMER:0.03318):0.00534,((EG10600-MONOMER:0.01552,EG10599-MONOMER:0.01548):0.00885,(EG10984-MONOMER:0.0,(EG12297-MONOMER:0.02059,(EG10597-MONOMER:0.01128,(((G7776-MONOMER:0.0,G6132-MONOMER:0.0):0.49429,(EG10270-MONOMER:0.5,(G7210-MONOMER:0.0,G6794-MONOMER:0.0,EG10315-MONOMER:0.0,G6485-MONOMER:0.0,EG12363-MONOMER:0.0,EG10308-MONOMER:0.0,EG10314-MONOMER:0.0,EG12388-MONOMER:0.0,G6484-MONOMER:0.0,EG11974-MONOMER:0.0,G7204-MONOMER:0.0,EG12328-MONOMER:0.0,G6290-MONOMER:0.0,G6793-MONOMER:0.0,G6293-MONOMER:0.0,EG11990-MONOMER:0.0,G6480-MONOMER:0.0,EG12359-MONOMER:0.0,EG12327-MONOMER:0.0,G6792-MONOMER:0.0,G6222-MONOMER:0.0,EG11489-MONOMER:0.0,G7637-MONOMER:0.0,EG12051-MONOMER:0.0,G7064-MONOMER:0.0,G7382-MONOMER:0.0,G6613-MONOMER:0.0,G6547-MONOMER:0.0,G6629-MONOMER:0.0,EG12161-MONOMER:0.0,EG10313-MONOMER:0.0):0.5):0.00571):0.04953,(((EG12855-MONOMER:0.0,MONOMER0-2141:0.0):0.3135,(G6936-MONOMER:0.11001,((((EG12017-MONOMER:0.0,EG11571-MONOMER:0.0,EG11376-MONOMER:0.25,G7609-MONOMER:0.0,EG11824-MONOMER:0.0):0.10791,EG11878-MONOMER:0.02615):0.17154,EG10596-MONOMER:0.02221):0.03599,(ACRF-MONOMER+:0.11672,(G7424-MONOMER:0.0,EG10227-MONOMER:0.0,EG11183-MONOMER:0.0,EG12155-MONOMER:0.0,FTSX-MONOMER+:0.0,EG10598-MONOMER:0.0,EG11086-MONOMER:0.0,FTSE-MONOMER+:0.0,EG12371-MONOMER:0.0):0.21628):0.0614):0.01499):0.03031):0.20296,((((EG10210-MONOMER:0.0,EG50004-MONOMER:0.0):0.12502,G7841-MONOMER:0.12498):0.18163,(EG12053-MONOMER:0.01179,((EG11967-MONOMER:0.03056,(EG10841-MONOMER:0.02059,(EG11388-MONOMER:0.0,G379-MONOMER+:0.0,G6562-MONOMER:0.0):0.09041):0.01094):0.05419,(((EG12169-MONOMER:0.0,CCMB-MONOMER+:0.0,CCMA-MONOMER+:0.0):0.028,(CCMC-MONOMER+:0.0,EG11948-MONOMER:0.0,EG12054-MONOMER:0.0):0.028):0.00456,((((EG10347-MONOMER:0.03806,(G7355-MONOMER:0.04152,EG12052-MONOMER:0.04148):0.00344):0.01385,(EG11179-MONOMER:0.03847,EG11235-MONOMER:0.03853):0.01715):0.03224,(EG10342-MONOMER:0.0,EG12878-MONOMER:0.0,G7258-MONOMER:0.0,EG11203-MONOMER:0.0,EG11122-MONOMER:0.0):0.08726):0.02546,EG12177-MONOMER:0.05054):0.01516):0.0202):0.04604):0.11345):0.14403,(((G7243-MONOMER:0.0,EG12007-MONOMER:0.0):0.05546,(EG11973-MONOMER:0.09021,(EG12875-MONOMER:0.125,(G6291-MONOMER:0.0,G6386-MONOMER:0.0,G7638-MONOMER:0.0,G6481-MONOMER:0.0,G7207-MONOMER:0.0,EG11989-MONOMER:0.0,EG11515-MONOMER:0.0,G7586-MONOMER:0.0,EG12397-MONOMER:0.0,EG10310-MONOMER:0.0):0.125):0.03479):0.06954):0.17451,(((G7923-MONOMER:0.02646,(G6600-MONOMER:0.00775,(EG11256-MONOMER:0.0,(EG11244-MONOMER:0.11819,(((G6933-MONOMER:0.05111,MONOMER0-1922:0.04889):0.00491,(EG11209-MONOMER:0.0385,(EG10572-MONOMER:0.0,EG10167-MONOMER:0.0,G7942-MONOMER:0.0):0.0385):0.01759):0.00412,G6464-MONOMER:0.04588):0.02906):0.05088):0.01094):0.01622):0.05111,(RNA0-241:0.0,(RYEE-RNA:0.014,(RYGC-RNA:0.0,RNA0-330:0.0,RNA0-332:0.0,RYED-RNA:0.0,RNA0-328:0.0,C0730-RNA:0.0):0.049):0.018):0.05096):0.06024,((((DSBC-MONOMER+:0.0,G6268-MONOMER:0.0):0.10613,(EG10608-MONOMER:0.04386,(EG10339-MONOMER:0.04432,EG10607-MONOMER:0.04668):0.01064):0.04387):0.04765,(((EG12256-MONOMER:0.0,EG12880-MONOMER:0.0):0.11474,((TAR-MONOMER:0.0,TRG-MONOMER:0.0,TSR-MONOMER:0.0,CHEW-MONOMER+:0.0,TAP-MONOMER:0.0):0.05744,(G7595-MONOMER:0.01846,(CHEB-MONOMER+:0.01632,(G7947-MONOMER:0.01124,(G6783-MONOMER:0.0033,((EG11236-MONOMER:0.0,G6673-MONOMER:0.0,EG12396-MONOMER:0.0,G7466-MONOMER:0.0):0.0,(G6639-MONOMER:0.0,((G7123-MONOMER:0.0,(G6104-MONOMER:0.1,G6550-MONOMER:0.1):0.233):0.06587,(((TKE1-RNA:0.208,(EG12866-MONOMER:0.12552,(MONOMER0-2842:0.0835,NAPD-MONOMER+:0.0835):0.04098):0.0835):0.01146,(((EG11643-MONOMER:0.06167,G6532-MONOMER:0.06333):0.02325,EG11113-MONOMER:0.08575):0.04803,((EG10610-MONOMER:0.0,EG10609-MONOMER:0.0):0.12465,(EG12096-MONOMER:0.07109,EG11250-MONOMER:0.07191):0.05385):0.00359):0.04998):0.08746,(IS183-RNA:0.0992,(EG10438-MONOMER:0.03402,((RNA0-334:0.01637,(EG11111-MONOMER:0.00316,(G7434-MONOMER:0.0,(((RPRA-RNA:0.03333,MONOMER0-2801:0.03367):0.00733,(((G7629-MONOMER:0.0176,(EG10955-MONOMER:0.02144,CPLX0-7425:0.02056):0.0014):0.00276,EG12197-MONOMER:0.02724):0.00138,(RNA0-282:0.0,RNA0-327:0.0,GCVB-RNA:0.0):0.02812):0.01217):0.0037,(G6603-MONOMER:0.03907,((EG12428-MONOMER:0.025,G6097-MONOMER:0.025):0.00805,(G7734-MONOMER:0.0,G6593-MONOMER:0.0,EG11554-MONOMER:0.0,G7329-MONOMER:0.0,S-RNA:0.0,G6337-MONOMER:0.0,EG12314-MONOMER:0.0,EG11775-MONOMER:0.0,PD04418:0.0):0.03395):0.00443):0.00414):0.03989):0.02616):0.01077):0.01097,PD01343:0.01032):0.00928):0.02814):0.06598):0.22022):0.0845):0.028):0.04624):0.01372):0.00768):0.00176):0.00812):0.00818):0.0152,(PTSG-MONOMER+:0.04548,(TREB-MONOMER+:0.0455,(GLVB-MONOMER+:0.0,CELB-MONOMER+:0.0,MANZ-MONOMER+:0.0,ASCF-MONOMER+:0.0,FRVA-MONOMER+:0.0,MONOMER0-5:0.0,EG11682-MONOMER:0.0,SGCA-MONOMER+:0.0,CELA-MONOMER+:0.0,G7250-MONOMER:0.0,G7633-MONOMER:0.0,GUTB-MONOMER+:0.0,FRUA-MONOMER+:0.0,G7632-MONOMER:0.0,MONOMER0-6:0.0,CMTB-MONOMER+:0.0,FRWC-MONOMER+:0.0,BGLF-MONOMER+:0.0,EG12147-MONOMER:0.0,AGAD-MONOMER+:0.0,MANX-MONOMER+:0.0,FRWB-MONOMER+:0.0,GUTA-MONOMER+:0.0,MALX-MONOMER+:0.0,MTLA-MONOMER+:0.0,CELC-MONOMER+:0.0,NAGE-MONOMER+:0.0,SGAT-MONOMER+:0.0,YJFU-MONOMER+:0.0,SGCC-MONOMER+:0.0,CRR-MONOMER:0.0,FRVB-MONOMER+:0.0,HRSA-MONOMER+:0.0,CMTA-MONOMER+:0.0,FRUB-MONOMER+:0.0,MONOMER0-2121:0.0,MANY-MONOMER+:0.0,EG11912-MONOMER:0.0,AGAC-MONOMER+:0.0,G8210-MONOMER:0.0,YJFT-MONOMER+:0.0,PTSH-MONOMER+:0.0,AGAB-MONOMER+:0.0,GLVC-MONOMER+:0.0,AGAX-MONOMER+:0.0):0.0455):2.0E-5):0.0228):0.01883):0.03548,(CHEY-MONOMER+:0.0,(EG10321-MONOMER:0.04572,(CHEZ-MONOMER+:0.0,((G7318-MONOMER:0.0,G6807-MONOMER:0.0,G6758-MONOMER:0.0,EG11579-MONOMER:0.0,G6579-MONOMER:0.0,G6865-MONOMER:0.0,G7407-MONOMER:0.0,EG12002-MONOMER:0.0):0.1587,(((EG12403-MONOMER:0.05601,EG11656-MONOMER:0.05499):0.00463,((FLGG-FLAGELLAR-MOTOR-ROD-PROTEIN:0.0,FLGF-FLAGELLAR-MOTOR-ROD-PROTEIN:0.0):0.05805,(EG11545-MONOMER:0.0,FLGC-FLAGELLAR-MOTOR-ROD-PROTEIN:0.0,FLGB-FLAGELLAR-MOTOR-ROD-PROTEIN:0.0,FLIF-FLAGELLAR-MS-RING:0.0,EG11346-MONOMER:0.0,G361-MONOMER+:0.0,FLGH-FLAGELLAR-L-RING:0.0,FLGI-FLAGELLAR-P-RING:0.0):0.08495):0.01137):0.03155,(EG11224-MONOMER:0.00999,((MOTB-FLAGELLAR-MOTOR-STATOR-PROTEIN:0.0,FLIN-FLAGELLAR-C-RING-SWITCH+:0.0,FLIG-FLAGELLAR-SWITCH-PROTEIN:0.0,FLIM-FLAGELLAR-C-RING-SWITCH+:0.0,EG10322-MONOMER:0.0):0.01141,(G378-MONOMER+:0.0,(MOTA-FLAGELLAR-MOTOR-STATOR-PROTEIN:0.0,(((((MGLB-MONOMER+:0.0,RBSB-MONOMER+:0.0):0.04191,(NIKA-MONOMER+:0.0407,(CHER-MONOMER+:0.23332,G7271-MONOMER:0.26668):0.0218):0.00359):0.09432,((EG12867-MONOMER:0.24936,((EG11870-MONOMER:0.0,MONOMER0-1562:0.0,MONOMER0-1563:0.0):0.16655,(G7587-MONOMER:0.0,EG11310-MONOMER:0.0):0.16645):0.08414):6.2E-4,((EG11599-MONOMER:0.0,G6109-MONOMER:0.0,MONOMER0-1561:0.0,G7172-MONOMER:0.0):0.22878,(((TEHA-MONOMER+:0.0,EG11884-MONOMER:0.0):0.12404,(G7061-MONOMER:0.12556,(G6855-MONOMER:0.11145,(G7014-MONOMER:0.10003,G6321-MONOMER:0.09997):0.01355):0.01194):9.6E-4):0.04061,G7375-MONOMER:0.16739):0.06297):0.02026):0.11731):0.10544,(((G7647-MONOMER:0.0897,G6500-MONOMER:0.1103):0.09167,((EG11399-MONOMER:0.0,EG11495-MONOMER:0.0):0.16651,G6158-MONOMER:0.16649):0.05833):0.16516,((G7005-MONOMER:0.18755,(G6606-MONOMER:0.11474,G6570-MONOMER:0.13526):0.06245):0.05056,(EG11246-MONOMER:0.0,EG11877-MONOMER:0.0,G6699-MONOMER:0.0,G7031-MONOMER:0.0,EG12231-MONOMER:0.0,G6702-MONOMER:0.0,EG10977-MONOMER:0.0,G7743-MONOMER:0.0,EG11182-MONOMER:0.0,EG10780-MONOMER:0.0,EG10776-MONOMER:0.0,MONOMER0-2841:0.0,G6357-MONOMER:0.0,EG10779-MONOMER:0.0,EG11429-MONOMER:0.0,G6334-MONOMER:0.0,EG11881-MONOMER:0.0,EG11390-MONOMER:0.0,G7532-MONOMER:0.0,G7471-MONOMER:0.0,EG11734-MONOMER:0.0,EG10978-MONOMER:0.0,G6938-MONOMER:0.0):0.26194):0.10315):0.10135):0.01537,(((G6784-MONOMER:0.09998,(EG11972-MONOMER:0.0,BETT-MONOMER+:0.0):0.10002):0.00419,EG12634-MONOMER:0.09581):0.00745,((MONOMER0-282+:0.08872,(ARSF-MONOMER+:0.07783,(PSTS-MONOMER+:0.06249,YADQ-MONOMER+:0.06251):0.00267):0.02328):0.01445,(((MONOMER0-2682:0.0,G7171-MONOMER:0.0):0.10045,(((EMRB-MONOMER+:0.0,EG11952-MONOMER:0.0,EG12020-MONOMER:0.0,YJCQ-MONOMER+:0.0,B1065-MONOMER:0.0,FSR-MONOMER:0.0,YIDY-MONOMER+:0.0,YJIO-MONOMER+:0.0,YHIV-MONOMER+:0.0):0.08351,YOJI-MONOMER+:0.08349):0.00908,(EMRD-MONOMER+:0.07222,(BCR-MONOMER:0.06652,((YEJB-MONOMER+:0.0,YEJE-MONOMER+:0.0,YEJA-MONOMER+:0.0,YEJF-MONOMER+:0.0):0.06346,(MACB:0.0555,(YIEO-MONOMER+:0.0,B1828-MONOMER:0.0,B2077-MONOMER:0.0,YCEE-MONOMER+:0.0):0.0555):0.00604):0.00498):0.00378):0.02148):0.00677):0.0115,((((EG10292-MONOMER:0.07223,YBDE-MONOMER+:0.05277):0.02012,(EG11012-MONOMER:0.01368,(EG10528-MONOMER:0.01555,(EG10302-MONOMER:0.01428,(EG10126-MONOMER:0.01377,(EG10669-MONOMER:0.01066,((EG11035-MONOMER:0.0,EG10671-MONOMER:0.0,EG10670-MONOMER:0.0):0.00422,(EG10280-MONOMER:0.0,((G7479-MONOMER:0.0,EG11739-MONOMER:0.0):0.0,(EG11740-MONOMER:0.10394,CPLX0-7725:0.09606):0.17008):0.018):0.01378):0.00634):0.00323):0.00272):0.00145):0.00182):0.05133):0.02335,(EG11009-MONOMER:0.03759,(DPPA-MONOMER+:0.0,((OPPD-MONOMER+:0.05549,(((DPPB-MONOMER+:0.0,DPPD-MONOMER+:0.0,DPPF-MONOMER+:0.0,DPPC-MONOMER+:0.0):0.05276,(B1634-MONOMER:0.04999,(OPPB-MONOMER+:0.0,G6665-MONOMER:0.0):0.05001):0.00274):0.00275,(YDDS-MONOMER+:0.0,OPPC-MONOMER+:0.0,SAPF-MONOMER+:0.0,OPPF-MONOMER+:0.0,SAPC-MONOMER+:0.0,SAPB-MONOMER+:0.0,YDDR-MONOMER+:0.0,YDDO-MONOMER+:0.0,YDDQ-MONOMER+:0.0,OPPA-MONOMER+:0.0,YDDP-MONOMER+:0.0,SAPD-MONOMER+:0.0,SAPA-MONOMER+:0.0):0.0555):1.0E-5):0.01588,(YCFV-MONOMER+:0.0715,(G7536-MONOMER:0.0,EG11293-MONOMER:0.0,G6465-MONOMER:0.0,G7711-MONOMER:0.0):0.0715,((EG11007-MONOMER:0.0,EG11010-MONOMER:0.0,EG11008-MONOMER:0.0):0.0625,(EG10272-MONOMER:0.0,EG10271-MONOMER:0.0,EG11011-MONOMER:0.0):0.0625):0.0090):1.2E-4):0.05447):0.02643):0.06049):0.00701,((PROP-MONOMER+:0.05353,(G7685-MONOMER:0.04208,(G6421-MONOMER:0.10049,((T-MONOMER:0.08219,((YJHF-MONOMER+:0.0,DSDX-MONOMER+:0.0,B2740-MONOMER:0.0):0.08348,(TAUB-MONOMER+:0.0835,(B2975-MONOMER:0.0,LCTP-MONOMER+:0.0):0.0835):2.0E-5):0.00131):0.01416,((DCTA-MONOMER+:0.08217,((GLTP-MONOMER+:0.0,G6934-MONOMER:0.0):0.0835,(G7190-MONOMER:0.0,DCUC-MONOMER+:0.0,DCUB-MONOMER+:0.0,DCUA-MONOMER+:0.0,YHCL-MONOMER+:0.0):0.0835):0.00133):0.00771,(YGJU-MONOMER+:0.07149,((GABP-MONOMER+:0.0,EG12713-MONOMER:0.0,ABC-MONOMER:0.0):0.0,(G6984-MONOMER:0.067,(BRNQ-MONOMER+:0.06251,(G7406-MONOMER:0.0,G7405-MONOMER:0.0):0.06249):0.0045):0.00452,(YHDW-MONOMER+:0.0,TDCC-MONOMER+:0.0,G7037-MONOMER:0.0,YIFK-MONOMER+:0.0,LIVJ-MONOMER+:0.0,GLTJ-MONOMER+:0.0,LIVM-MONOMER+:0.0,LIVG-MONOMER+:0.0,YGJI-MONOMER+:0.0,YGGA-MONOMER+:0.0,METQ-MONOMER+:0.0,TYRP-MONOMER+:0.0,ARTJ-MONOMER+:0.0,YCAM:0.0,GLNP-MONOMER+:0.0,ANSP-MONOMER+:0.0,ARTM-MONOMER+:0.0,MTR-MONOMER:0.0,PROW-MONOMER+:0.0,ABGT-MONOMER+:0.0,LYSP-MONOMER+:0.0,HISQ-MONOMER+:0.0,YHDY-MONOMER+:0.0,ARTP-MONOMER+:0.0,YJEM-MONOMER+:0.0,GLTL-MONOMER+:0.0,LIVF-MONOMER+:0.0,EG11639-MONOMER:0.0,B0260-MONOMER:0.0,G6359-MONOMER:0.0,CYCA-MONOMER+:0.0,YEEF-MONOMER+:0.0,ARCD-MONOMER+:0.0,GLTK-MONOMER+:0.0,RHTC-MONOMER+:0.0,CADB-MONOMER+:0.0,B0486-MONOMER:0.0,GLNQ-MONOMER+:0.0,HISP-MONOMER+:0.0,GLNH-MONOMER+:0.0,HISJ-MONOMER+:0.0,POTE-MONOMER+:0.0,METI-MONOMER+:0.0,HISM-MONOMER+:0.0,G6193-MONOMER:0.0,EG12347-MONOMER:0.0,RHTB-MONOMER+:0.0,ARGT-MONOMER+:0.0,ARTI-MONOMER+:0.0,PROV-MONOMER+:0.0,PROY-MONOMER+:0.0,EG12445-MONOMER:0.0,ARTQ-MONOMER+:0.0,B4141-MONOMER:0.0,YHDX-MONOMER+:0.0,PROX-MONOMER+:0.0,YHFM-MONOMER+:0.0,PHEP-MONOMER+:0.0,AROP-MONOMER+:0.0,LIVK-MONOMER+:0.0,YHDZ-MONOMER+:0.0,LIVH-MONOMER+:0.0):0.07148):1.0E-5):0.02079):0.00647):0.00157):0.05792):0.0263):0.02349,((((POTG-MONOMER+:0.0,POTA-MONOMER+:0.0):0.1,(B1599-MONOMER:0.0,B1600-MONOMER:0.0):0.1):0.06644,((B2098-MONOMER:0.0,NUPG-MONOMER+:0.0):0.16648,(((BTUD-MONOMER+:0.0,BTUC-MONOMER+:0.0):0.12496,(SFUC-MONOMER+:0.125,MONOMER0-2839:0.125):4.0E-5):0.04147,((YLIA-MONOMER+:0.12501,(B0709-MONOMER:0.0,YHIP-MONOMER+:0.0,YJDL-MONOMER+:0.0):0.12499):0.04147,((EG11671-MONOMER:0.125,(EG10613-MONOMER:0.0,EG12455-MONOMER:0.0):0.125):0.04149,(YBDA-MONOMER+:0.16649,((G7664-MONOMER:0.0,YHBN-MONOMER+:0.0,YHBG-MONOMER+:0.0):0.1665,(EG12173-MONOMER:0.0,G7535-MONOMER:0.0):0.1665,(YPHE-MONOMER+:0.0,YHES-MONOMER+:0.0,EG12282-MONOMER:0.0,G6282-MONOMER:0.0,YEHY-MONOMER+:0.0,FOCA-MONOMER+:0.0,POTD-MONOMER+:0.0,YADG-MONOMER+:0.0,B1543-MONOMER:0.0,SHIA-MONOMER+:0.0,YDEX-MONOMER+:0.0,G6387-MONOMER:0.0,EG11141-MONOMER:0.0,EG11743-MONOMER:0.0,G7903-MONOMER:0.0,YIHN-MONOMER+:0.0,G6762-MONOMER:0.0,G6361-MONOMER:0.0,G7639-MONOMER:0.0,KGTP-MONOMER+:0.0,EG11988-MONOMER:0.0,B1657-MONOMER:0.0,TORT-MONOMER+:0.0,SFUA-MONOMER+:0.0,B2775-MONOMER:0.0,G7209-MONOMER:0.0,YDEF-MONOMER+:0.0,YHFC-MONOMER+:0.0,YGIS-MONOMER+:0.0,EG12106-MONOMER:0.0,CYNX-MONOMER+:0.0,ACRB-MONOMER+:0.0,G7840-MONOMER:0.0,B2075-MONOMER:0.0,POTF-MONOMER+:0.0,POTI-MONOMER+:0.0,YHJE-MONOMER+:0.0,YCJN-MONOMER+:0.0,YEHX-MONOMER+:0.0,POTC-MONOMER+:0.0,SDAC-MONOMER+:0.0,B0427-MONOMER:0.0,B1775-MONOMER:0.0,EG11902-MONOMER:0.0,G6482-MONOMER:0.0,YGAY-MONOMER+:0.0,CYDD-MONOMER+:0.0,EG11688-MONOMER:0.0,YHAU-MONOMER+:0.0,YBHS-MONOMER+:0.0,YHAO-MONOMER+:0.0,EG11691-MONOMER:0.0,YLIC-MONOMER+:0.0,B1596-MONOMER:0.0,YBBL-MONOMER+:0.0,YCJP-MONOMER+:0.0,YHIH-MONOMER+:0.0,G7342-MONOMER:0.0,G7075-MONOMER:0.0,G6908-MONOMER:0.0,EG11290-MONOMER:0.0,G7058-MONOMER:0.0,B2845-MONOMER:0.0,YCBE-MONOMER+:0.0,YJJK-MONOMER+:0.0,YNJC-MONOMER+:0.0,B2246-MONOMER:0.0,G6443-MONOMER:0.0,G6949-MONOMER:0.0,G7282-MONOMER:0.0,EG11939-MONOMER:0.0,TAUA-MONOMER+:0.0,UGPB-MONOMER+:0.0,B1691-MONOMER:0.0,UGPE-MONOMER+:0.0,G7670-MONOMER:0.0,G7504-MONOMER:0.0,YJFF-MONOMER+:0.0,YICE-MONOMER+:0.0,G7208-MONOMER:0.0,CMR-MONOMER:0.0,EG10311-MONOMER:0.0,MHPT-MONOMER+:0.0,MDLB-MONOMER+:0.0,YCFU-MONOMER+:0.0,G7217-MONOMER:0.0,G7310-MONOMER:0.0,YDCU-MONOMER+:0.0,EG12283-MONOMER:0.0,G6885-MONOMER:0.0,G6370-MONOMER:0.0,YIDT-MONOMER+:0.0,B1006-MONOMER:0.0,MONOMER0-422+:0.0,HCAT-MONOMER+:0.0,POTB-MONOMER+:0.0,EG11445-MONOMER:0.0,G7526-MONOMER:0.0,CYDC-MONOMER+:0.0,YBHR-MONOMER+:0.0,YJHB-MONOMER+:0.0,YPHD-MONOMER+:0.0,PNUC-MONOMER+:0.0,YDEZ-MONOMER+:0.0,YDHC-MONOMER+:0.0,YCFW-MONOMER+:0.0,YGFO-MONOMER+:0.0,YBHF-MONOMER+:0.0,G6773-MONOMER:0.0,B2076-MONOMER:0.0,YTFR-MONOMER+:0.0,EG11359-MONOMER:0.0,YLIB-MONOMER+:0.0,B2771-MONOMER:0.0,EG11499-MONOMER:0.0,G7039-MONOMER:0.0,B2789-MONOMER:0.0,UUP-MONOMER:0.0,YHJV-MONOMER+:0.0,YCJV-MONOMER+:0.0,YDJE-MONOMER+:0.0,EG12134-MONOMER:0.0,EG12248-MONOMER:0.0,YHHS-MONOMER+:0.0,POTH-MONOMER+:0.0,G7837-MONOMER:0.0,SBMA-MONOMER+:0.0,G6795-MONOMER:0.0,YEHW-MONOMER+:0.0,YEHZ-MONOMER+:0.0,YLID-MONOMER+:0.0,YHHJ-MONOMER+:0.0,TAUC-MONOMER+:0.0,G6292-MONOMER:0.0,URAA-MONOMER+:0.0,YCAD-MONOMER+:0.0,SUGE-MONOMER+:0.0,B2322-MONOMER:0.0,YEIJ-MONOMER+:0.0,YEIM-MONOMER+:0.0,G6423-MONOMER:0.0,B1690-MONOMER:0.0,YNJD-MONOMER+:0.0,EMRY-MONOMER+:0.0,YHJX-MONOMER+:0.0,MDLA-MONOMER+:0.0,YCJO-MONOMER+:0.0,YDCT-MONOMER+:0.0,EG13217-MONOMER:0.0,YEAV-MONOMER+:0.0,YAAU-MONOMER+:0.0,YDDA-MONOMER+:0.0,NUPC-MONOMER+:0.0,B1791-MONOMER:0.0,YBBP-MONOMER+:0.0,FOCB-MONOMER+:0.0,YADH-MONOMER+:0.0,YDEY-MONOMER+:0.0,YRBF-MONOMER+:0.0,EG11724-MONOMER:0.0,YTFQ-MONOMER+:0.0,UGPA-MONOMER+:0.0,G7404-MONOMER:0.0,YDCS-MONOMER+:0.0,YTFT-MONOMER+:0.0,YICM-MONOMER+:0.0,YDCV-MONOMER+:0.0,SFUB-MONOMER+:0.0,YBBA-MONOMER+:0.0,G7585-MONOMER:0.0,YGFU-MONOMER+:0.0,CAIT-MONOMER+:0.0,EG11466-MONOMER:0.0,B2372-MONOMER:0.0,ARAJ-MONOMER+:0.0):0.1665):1.0E-5):1.0E-5):3.0E-5):3.0E-5):2.0E-5):6.0E-5):0.0011,(((UGPC-MONOMER+:0.09869,GLPF-MONOMER+:0.10131):0.04657,((((G7814-MONOMER:0.0,G7921-MONOMER:0.0,G6866-MONOMER:0.0):0.11182,(G6504-MONOMER:0.09857,(MALF-MONOMER+:0.0,MALK-MONOMER+:0.0,MALE-MONOMER+:0.0,MALG-MONOMER+:0.0):0.10143):0.01318):0.0099,((B0070-MONOMER:0.08345,(YJIZ-MONOMER+:0.0835,RHAT-MONOMER+:0.0835):5.0E-5):0.01647,((XYLF-MONOMER+:0.0,XYLH-MONOMER+:0.0,XYLG-MONOMER+:0.0):0.08351,ARAG-MONOMER+:0.08349):0.01653):0.02447):9.7E-4,(YJCV-MONOMER+:0.0,ARAH-MONOMER+:0.0,UHPC-MONOMER+:0.0,B3659-MONOMER:0.0,EG10559-MONOMER:0.0,RBSA-MONOMER+:0.0,MGLA-MONOMER+:0.0,YDEA-MONOMER+:0.0,RBSC-MONOMER+:0.0,LACY-MONOMER+:0.0,UHPT-MONOMER+:0.0,YJCW-MONOMER+:0.0,ARAF-MONOMER+:0.0,YJCX-MONOMER+:0.0,MGLC-MONOMER+:0.0,KDGT-MONOMER+:0.0):0.12559):0.01993):0.01701,((G6657-MONOMER:0.0,EG10659-MONOMER:0.0,G7053-MONOMER:0.0,G7052-MONOMER:0.0,MONOMER0-82:0.0,G6700-MONOMER:0.0,G7054-MONOMER:0.0,EG11364-MONOMER:0.0):0.12566,(((((PSTB-MONOMER+:0.0,PITB-MONOMER+:0.0,PSTA-MONOMER+:0.0,PITA-MONOMER+:0.0,EG10735-MONOMER:0.0,PSTC-MONOMER+:0.0,EG11919-MONOMER:0.0):0.08349,((YNFJ-MONOMER+:0.0,G7251-MONOMER:0.0):0.0835,(CYSP-MONOMER+:0.0,SBP-MONOMER:0.0,G6952-MONOMER:0.0,YCHM-MONOMER+:0.0,EG11600-MONOMER:0.0,CYSA-MONOMER+:0.0,CYST-MONOMER+:0.0,CYSW-MONOMER+:0.0):0.0835):1.0E-5):5.0E-4,((MODB-MONOMER+:0.0,MODA-MONOMER+:0.0):0.07251,MODC-MONOMER+:0.07049):0.0115):0.0163,(PHNK-MONOMER+:0.07136,((EG10719-MONOMER:0.0,PHNE-MONOMER+:0.0,PHND-MONOMER+:0.0,PHNC-MONOMER+:0.0):0.0715,(EG10723-MONOMER:0.0,EG11210-MONOMER:0.0,EG10725-MONOMER:0.0,EG10722-MONOMER:0.0,EG10718-MONOMER:0.0,G7822-MONOMER:0.0,PHNL-MONOMER+:0.0,EG10717-MONOMER:0.0):0.0715):1.4E-4):0.0287):0.02152,(AMTB-MONOMER+:0.10069,((((UIDB-MONOMER+:0.0,MELB-MONOMER+:0.0):0.06155,((GLTS-MONOMER+:0.04151,PUTP-MONOMER+:0.04149):0.02026,(PANF-MONOMER+:0.06243,(B0612-MONOMER:0.0,YIHP-MONOMER+:0.0,YGJE-MONOMER+:0.0,YAAJ-MONOMER+:0.0,B0770-MONOMER:0.0,B0270-MONOMER:0.0,YJCG-MONOMER+:0.0,EG12376-MONOMER:0.0,YIDK-MONOMER+:0.0,YIHO-MONOMER+:0.0,YICJ-MONOMER+:0.0):0.06257):7.4E-4):9.5E-4):0.00818,(EG10513-MONOMER:0.0,G7717-MONOMER:0.0,EG10515-MONOMER:0.0,KUP-MONOMER:0.0,TRKH-MONOMER+:0.0,TRKG-MONOMER+:0.0,EG11568-MONOMER:0.0):0.07232):0.01155,(((NIKB-MONOMER+:0.0,NIKE-MONOMER+:0.0,NIKD-MONOMER+:0.0,NIKC-MONOMER+:0.0):0.06938,((CORA-MONOMER+:0.0555,G7138-MONOMER:0.0555):0.00707,((EG10306-MONOMER:0.0,EG10286-MONOMER:0.0,G6414-MONOMER:0.0,EG10293-MONOMER:0.0):0.05546,((YFEP-MONOMER+:0.05,(FEOB-MONOMER+:0.0,G6525-MONOMER:0.0,G6527-MONOMER:0.0):0.05):0.00547,(YAGC-MONOMER+:0.0555,(FECD-MONOMER+:0.0,FEPD-MONOMER+:0.0,FEPG-MONOMER+:0.0,EG10155-MONOMER:0.0,FECC-MONOMER+:0.0,G6137-MONOMER:0.0,FEPC-MONOMER+:0.0,FHUC-MONOMER+:0.0,FHUB-MONOMER+:0.0,FECE-MONOMER+:0.0,EG10299-MONOMER:0.0,EG12101-MONOMER:0.0):0.0555):3.0E-5):4.0E-5):0.00693):0.00662):0.00218,(ZNUB-MONOMER+:0.0,B0752-MONOMER:0.0,ZNUC-MONOMER+:0.0,G6674-MONOMER:0.0):0.07157):0.01245):0.01581):0.02017):0.0035):0.03653):0.00291):0.04117):0.0168):0.00411):0.00596):0.00622):0.14796):0.05171):0.03412):0.05707):0.02551):0.02969):0.02884):0.04267):0.02449):0.02214):0.07074):0.01726):0.05252):0.04713):0.04037):0.02924):0.21348):0.02836):0.01462):0.02822):0.01632):0.01609):0.01279):0.00517):3.6E-4):0.00184,(G6096-MONOMER:0.02228,(ILES-MONOMER+:0.01521,(((ASNSYNA-MONOMER:0.01452,SERS-MONOMER+:0.01448):9.4E-4,((TRPS-MONOMER+:0.0,PROS-MONOMER+:0.0,VALS-MONOMER+:0.0,METG-MONOMER+:0.0,CYSS-MONOMER+:0.0,TYRS-MONOMER+:0.0,LEUS-MONOMER+:0.0,HISS-MONOMER+:0.0):0.0,(GLNS-MONOMER+:0.015,GLURS-MONOMER:0.015):5.0E-4,(EG11211-MONOMER:0.0,LYSS-MONOMER+:0.0,LYSU-MONOMER+:0.0):0.0155,(ARGS-MONOMER+:0.01525,(GLYQ-MONOMER+:0.015,GLYS-MONOMER+:0.015):2.5E-4):2.5E-4,(ASPS-MONOMER+:0.015,ASNS-MONOMER+:0.015):5.0E-4):6.0E-5):4.0E-5,(PHES-MONOMER+:0.01546,(PHET-MONOMER+:0.01322,(EG11362-MONOMER:0.0094,((((G7431-MONOMER:0.01296,(EG10812-MONOMER:0.0,EG10996-MONOMER:0.0):0.01304):4.2E-4,(G7452-MONOMER:0.00948,GTP-CYCLOHYDRO-I-MONOMER:0.00952):0.00258):0.00901,(((EG11299-MONOMER:0.02616,(EG11153-MONOMER:0.025,EG11178-MONOMER:0.025):0.00184):7.5E-4,((G7698-MONOMER:0.02227,(EG12609-MONOMER:0.01973,(G6581-MONOMER:0.0,EG11118-MONOMER:0.0,EG11921-MONOMER:0.0,EG12433-MONOMER:0.0,EG12044-MONOMER:0.0):0.02027):0.00273):0.00126,((EG10523-MONOMER:0.01433,EG12098-MONOMER:0.01667):0.00386,(EG12401-MONOMER:0.0176,((EG11507-MONOMER:0.01589,G7845-MONOMER:0.01811):0.00106,(EG10376-MONOMER:0.01837,(G6501-MONOMER:0.01841,(G7008-MONOMER:0.0,G6488-MONOMER:0.0,EG10343-MONOMER:0.0,G7950-MONOMER:0.0,G7603-MONOMER:0.0,EG12207-MONOMER:0.0,G6449-MONOMER:0.0,EG11254-MONOMER:0.0,EG12366-MONOMER:0.0,G6416-MONOMER:0.0,EG11247-MONOMER:0.0):0.01859):1.3E-4):4.4E-4):6.5E-4):0.0022):0.00215):0.00267):0.00633,(((((G7422-MONOMER:0.0,G7449-MONOMER:0.0,EG10454-MONOMER:0.0,EG11177-MONOMER:0.0):0.0265,(EG11344-MONOMER:0.0,G6675-MONOMER:0.0,EG11779-MONOMER:0.0):0.0265):1.0E-4,(EG11932-MONOMER:0.02569,(((G7297-MONOMER:0.025,EG11372-MONOMER:0.025):2.0E-5,(EG11768-MONOMER:0.02397,(G7021-MONOMER:0.0,G7020-MONOMER:0.0):0.02403):9.8E-4):1.2E-4,G7199-MONOMER:0.02488):8.1E-4):6.5E-4):4.2E-4,((EG10375-MONOMER:0.02098,(G7327-MONOMER:0.0,EG11538-MONOMER:0.0,EG11023-MONOMER:0.0,EG11022-MONOMER:0.0):0.02102):0.00105,EG10997-MONOMER:0.01995):0.00486):0.00441,((EG11311-MONOMER:0.0,EG12022-MONOMER:0.0):0.03138,((G7928-MONOMER:0.0,EG10862-MONOMER:0.0,EG10136-MONOMER:0.0):0.0,(EG10863-MONOMER:0.0,EG10967-MONOMER:0.0,EG10595-MONOMER:0.0,G7714-MONOMER:0.0,EG12876-MONOMER:0.0,EG11547-MONOMER:0.0,EG11661-MONOMER:0.0,EG11894-MONOMER:0.0,EG10858-MONOMER:0.0,EG12216-MONOMER:0.0,EG11851-MONOMER:0.0,G7712-MONOMER:0.0,G7713-MONOMER:0.0):0.0315):1.2E-4):3.3E-4):0.00249):0.00548):0.00142,(G7325-MONOMER:0.01475,(GMP-SYN-MONOMER:0.01851,(G7511-MONOMER:0.02579,(G6245-MONOMER:0.00296,(ACETYLORNDEACET-MONOMER:0.01573,(MONOMER0-1981:0.00971,((DIHYDROFOLATEREDUCT-MONOMER:0.0095,(FOLD-MONOMER+:0.00793,((CPLX0-2901:0.02151,ASPDECARBOX-MONOMER:0.02149):0.00341,(HOMOCYSMETB12-MONOMER:0.01774,(PABASYN-COMPII-MONOMER:0.00931,(((H2PTEROATESYNTH-MONOMER:0.01451,(((H2NTPEPIM-MONOMER:0.07598,(H2PTERIDINEPYROPHOSPHOKIN-MONOMER:0.0,H2NEOPTERINALDOL-MONOMER:0.0,PABASYN-COMPI-MONOMER:0.0,ADCLY-MONOMER:0.0):0.00702):0.00716,FOLC-MONOMER+:0.01184):0.00418,G6862-MONOMER:0.01282):0.00549):0.01437,(NAPA-MONOMER+:0.02087,(EG11597-MONOMER:0.02907,(EG11666-MONOMER:0.0,EG10153-MONOMER:0.0,EG11828-MONOMER:0.0,MONOMER0-1501:0.0,EG11595-MONOMER:0.0,EG11598-MONOMER:0.0,EG10154-MONOMER:0.0,G7162-MONOMER:0.0,EG11511-MONOMER:0.0,EG11829-MONOMER:0.0):0.02993):0.00863):0.0162):0.00774,(EG11306-MONOMER:0.04869,(((GLUTCYSLIG-MONOMER:0.0,G6326-MONOMER:0.0,EG10374-MONOMER:0.0,GLUTATHIONE-SYN-MONOMER:0.0):0.05711,((-DEHYDROPANTOATE-REDUCT-MONOMER:0.03633,(-CH3-2-OXOBUTANOATE-OH-CH3-XFER-MONOMER:0.0,PANTOATE-BETA-ALANINE-LIG-MONOMER:0.0):0.04067):0.01175,(EG10004-MONOMER:0.03422,(EG11161-MONOMER:0.0,EG12312-MONOMER:0.0,PANTEPADENYLYLTRAN-MONOMER:0.0,PANTOTHENATE-KIN-MONOMER:0.0):0.04878):0.00375):0.00614):0.00274,((((DHHB-METHYLTRANSFER-MONOMER:0.0,UBIX-MONOMER+:0.0,-OCTAPRENYLPHENOL-HYDROX-MONOMER:0.0,OHBENZOATE-OCTAPRENYLTRANSFER-MONOMER:0.0,EG11396-MONOMER:0.0):0.03765,(OCTAPRENYL-METHOXYPHENOL-OH-MONOMER:0.0,OCTAPRENYL-METHYL-METHOXY-BENZOQ-OH-MON:0.0,EG11333-MONOMER:0.0):0.03335):0.00431,(-OCTAPRENYL-METHOXY-BENZOQ-METH-MONOMER:0.02631,(MEND-MONOMER+:0.0,EG12438-MONOMER:0.0,DMK-MONOMER:0.0,O-SUCCINYLBENZOATE-COA-LIG-MONOMER:0.0,MENF-MONOMER+:0.0,O-SUCCINYLBENZOATE-COA-SYN-MONOMER:0.0,NAPHTHOATE-SYN-MONOMER:0.0):0.02669):0.01469):0.00456,CHORPYRLY-MONOMER:0.03094):0.01459):0.0019):6.6E-4):0.01366):0.00832):0.00545):0.00792):0.00663):0.00521,((((G6644-MONOMER:0.02251,ASNSYNB-MONOMER:0.02249):0.00219,(EG11090-MONOMER:0.03084,((CTPSYN-MONOMER:0.03451,((ARGDECARBOXDEG-MONOMER:0.01493,(GLUTDECARBOXB-MONOMER:0.0,GLUTDECARBOXA-MONOMER:0.0):0.02107):0.0181,(DCYSDESULF-MONOMER:0.04046,((G6261-MONOMER:0.03529,G6107-MONOMER:0.04171):0.00535,(G6906-MONOMER:0.04528,((ASPARTASE-MONOMER:0.0415,ANSB-MONOMER+:0.0415):0.0039,(DSERDEAM-MONOMER:0.0455,(G7646-MONOMER:0.0,LDC2-MONOMER+:0.0,ANSA-MONOMER+:0.0,LYSDECARBOX-MONOMER:0.0,EUTC-MONOMER+:0.0,EUTB-MONOMER+:0.0,EG11157-MONOMER:0.0):0.0455):1.0E-4):2.2E-4):0.00165):0.00254):0.00715):0.00899):2.9E-4,(((((G6646-MONOMER:0.0189,(B1296-MONOMER:0.02394,((G6755-MONOMER:0.0,ALDHDEHYDROG-MONOMER+:0.0):0.02369,G7596-MONOMER:0.02631):0.00106):0.0061):0.00571,(TRYPTOPHAN-MONOMER:0.01707,TNAB-MONOMER+:0.01393):0.01167):0.00699,((SUCCGLUALDDEHYD-MONOMER:0.01866,(SUCCORNTRANSAM-MONOMER:0.02679,(SUCCARGDIHYDRO-MONOMER:0.0,ARGSUCCTRAN-MONOMER:0.0,SUCCGLUDESUCC-MONOMER:0.0):0.01821):0.00234):0.00568,(DALADEHYDROGA-MONOMER:0.03057,((((GCVH-MONOMER+:0.0,GCVT-MONOMER+:0.0,DIHYDROLIPOYL-GCVH:0.0):0.02505,GCVP-MONOMER+:0.02295):0.00678,((G6810-MONOMER:0.02807,MONOMER0-3:0.02793):0.00301,(PROPKIN-MONOMER:0.02349,(THREDEHYDCAT-MONOMER+:0.02204,THREODEHYD-MONOMER:0.01996):0.00551):0.00349):5.3E-4):3.1E-4,(GALACTONATE-DEHYDRATASE-MONOMER:0.03143,((G7160-MONOMER:0.0,G7446-MONOMER:0.0,G6661-MONOMER:0.0,G6839-MONOMER:0.0):0.03151,EG11852-MONOMER:0.03149):7.0E-5):6.6E-4):3.0E-4):0.00279):0.00317):0.00422,((((CARBODEHYDRAT-MONOMER:0.03844,CYANLY-MONOMER:0.03856):0.04729,((((GLYOXII-MONOMER:0.0,GLYOXIII-MONOMER:0.0,GLYOXI-MONOMER:0.0):0.05472,(G6487-MONOMER:0.07175,EG10040-MONOMER:0.07125):0.00778):0.01049,(EG12026-MONOMER:0.05561,ADHC-MONOMER+:0.04439):0.04401):0.00725,((EG12432-MONOMER:0.10364,((MHPELY-MONOMER:0.0,MHPDHYDROL-MONOMER:0.0,MHPCHYDROL-MONOMER:0.0):0.07443,(PHENYLPRODIOXY-MONOMER:0.0,DHPDIOXYGEN-MONOMER:0.0,HCAD-MONOMER+:0.0,PHENPRODIOLDEHYDROG-MONOMER:0.0,HCAA2-MONOMER:0.0):0.06857):0.02486):0.00338,(MONOMER-162:0.06013,MONOMER0-146+:0.03987):0.03837):0.00185):0.00648):0.01834,((FORMATEDEHYDROGH-MONOMER:0.08209,G6986-MONOMER:0.08491):0.0148,((G7855-MONOMER:0.0557,G7860-MONOMER:0.0693):0.02674,((G7236-MONOMER:0.05066,(GLUCARDEHYDRA-MONOMER:0.03514,(GALACTARDEHYDRA-MONOMER:0.03177,(GKI-MONOMER:0.02301,KDGALDOL-MONOMER:0.02499):0.00323):0.00336):0.01534):0.01107,(((((EXUT-MONOMER+:0.03067,(ALTRO-OXIDOREDUCT-MONOMER:0.03078,ALTRODEHYDRAT-MONOMER:0.03622):0.00283):0.00704,(MANNONOXIDOREDUCT-MONOMER:0.0308,(MANNONDEHYDRAT-MONOMER:0.03352,(DEOXYGLUCONOKIN-MONOMER:0.0,UXAC-MONOMER+:0.0):0.03348):0.0027):0.00996):0.00619,G6200-MONOMER:0.05181):0.00389,(((G7545-MONOMER:0.0,G7544-MONOMER:0.0):0.03461,(GLY3KIN-MONOMER:0.02528,GLYOCARBOLIG-MONOMER+:0.03072):0.00839):0.00355,MONOMER0-561+:0.02995):0.00891):0.0023,(G7945-MONOMER:0.04292,(DEHYDDEOXGALACTKIN-MONOMER:0.0,DEHYDDEOXPHOSGALACT-ALDOL-MONOMER:0.0):0.04808):0.01197):0.00265):0.02329):0.00603):0.01872):0.00761,MHPF-MONOMER+:0.0342):0.00481):0.00868,G6645-MONOMER:0.02):0.00794):0.00462):0.00856):0.0043,((GLYOHMETRANS-MONOMER+:0.02159,(LTAA-MONOMER+:0.02838,(PGLYCDEHYDROG-MONOMER:0.02422,PSERPHOSPHA-MONOMER:0.02578):0.00262):0.00191):0.00387,((((((N-ACETYLGLUTPREDUCT-MONOMER:0.02424,(ACETYLORNTRANSAM-MONOMER:0.02496,(ARGSUCCINLYA-MONOMER+:0.025,(CHAINF-MONOMER:0.0,CHAINI-MONOMER:0.0,N-ACETYLTRANSFER-MONOMER:0.0,ARGSUCCINSYN-MONOMER+:0.0,ACETYLGLUTKIN-MONOMER:0.0):0.025):4.0E-5):7.6E-4):0.00258,(EG12384-MONOMER:0.0,G6188-MONOMER:0.0,G7493-MONOMER:0.0):0.02842):7.6E-4,((GLUTKIN-MONOMER:0.02578,(GLUTSEMIALDEHYDROG-MONOMER:0.0,PYRROLINECARBREDUCT-MONOMER:0.0):0.02422):0.00264,(GLUTAMINESYN-MONOMER+:0.0265,(GLUSYNLARGE-MONOMER:0.02399,(EG12409-MONOMER:0.0,GLUSYNSMALL-MONOMER:0.0,GDHA-MONOMER+:0.0,G7506-MONOMER:0.0):0.02401):0.0010):0.00186):7.4E-4):0.00205,(HISTDEHYD-MONOMER:0.02424,(GLUTAMIDOTRANS-MONOMER:0.02494,(HISTCYCLOPRATPPHOS:0.0,ATPPHOSRIBOSTRANS-MONOMER:0.0,IMIDPHOSPHADEHYDHISTIDPHOSPHA-MONOMER:0.0,EG11269-MONOMER:0.0,HISTPHOSTRANS-MONOMER:0.0,PRIBFAICARPISOM-MONOMER:0.0,CYCLASE-MONOMER:0.0):0.02506):7.6E-4):0.00549):5.9E-4,(EG11059-MONOMER:0.03174,((-ISOPROPYLMALDEHYDROG-MONOMER:0.02422,(LEUC-MONOMER+:0.0,-ISOPROPYLMALATESYN-MONOMER:0.0,LEUD-MONOMER+:0.0):0.02578):0.00262,(((EG11275-MONOMER:0.0,SMALLILVM-MONOMER:0.0,LARGEILVG-MONOMER:0.0,G8221-MONOMER:0.0,EG11270-MONOMER:0.0):0.02803,BRANCHED-CHAINAMINOTRANSFER-MONOMER:0.02797):1.9E-4,(THREDEHYDSYN-MONOMER+:0.0254,(KETOLREDUCTOISOM-MONOMER:0.02171,(SMALLILVN-MONOMER:0.0,DIHYDROXYACIDDEHYDRAT-MONOMER:0.0,ACETOLACTSYNIII-HCHAIN-MONOMER:0.0,LARGEILVB-MONOMER:0.0,ACETOLACTSYNIII-ICHAIN-MONOMER:0.0):0.02329):0.0021):0.00281):1.9E-4):0.00336):7.0E-5):4.7E-4,((S-ADENMETSYN-MONOMER+:0.02464,((METHYLENETHFREDUCT-MONOMER:0.02023,(HOMSUCTRAN-MONOMER:0.02097,(CYSTATHIONINE-BETA-LYASE-MONOMER:0.0,HOMOCYSMET-MONOMER:0.0,O-SUCCHOMOSERLYASE-MONOMER:0.0,MMUM-MONOMER+:0.0):0.02103):7.7E-4):0.00419,((ALPHACOMP-MONOMER:0.01691,(PAPSSULFOTRANS-MONOMER:0.0185,BETACOMP-MONOMER:0.0185):0.00159):8.5E-4,(EG10003-MONOMER:0.01987,(SERINE-O-ACETTRAN-MONOMER:0.0,ACSERLYA-MONOMER:0.0,ACSERLYB-MONOMER:0.0):0.02213):4.0E-4):0.00344):8.6E-4):0.00466,(((((DIHYDROPICRED-MONOMER:0.01822,(MONOMER0-2001:0.0,G6140-MONOMER:0.0,G7911-MONOMER:0.0,DIHYDRODIPICSYN-MONOMER:0.0):0.01978):0.00197,((ASP-SEMIALDEHYDE-DEHYDROGENASE-MONOMER:0.01776,(ASPKINIII-MONOMER:0.01929,ASPKINIHOMOSERDEHYDROGI-MONOMER:0.01771):2.4E-4):1.5E-4,ASPKINIIHOMOSERDEHYDROGII-MONOMER:0.01785):0.00222):1.9E-4,(DIAMINOPIMDECARB-MONOMER:0.0,DIAMINOPIMEPIM-MONOMER:0.0):0.02215):0.00688,(THRESYN-MONOMER:0.02663,HOMOSERKIN-MONOMER:0.02337):0.00243):0.00238,((AROE-MONOMER+:0.0,EG11234-MONOMER:0.0):0.02174,((CHORISMUTPREPHENDEHYDROG-MONOMER:0.01889,(CHORISMUTPREPHENDEHYDRAT-MONOMER:0.02008,(ASPAMINOTRANS-MONOMER:0.01705,TYRB-MONOMER+:0.01695):0.00292):3.6E-4):0.0026,((ANTHRANSYNCOMPII-MONOMER:0.01443,(PRAI-IGPS:0.0,EG11274-MONOMER:0.0,TRYPSYN-APROTEIN:0.0,TRYPSYN-BPROTEIN:0.0,ANTHRANSYNCOMPI-MONOMER:0.0):0.01457):0.00774,(AROF-MONOMER+:0.0,AROC-MONOMER+:0.0,AROL-MONOMER+:0.0,AROK-MONOMER+:0.0,AROH-MONOMER+:0.0,AROB-MONOMER+:0.0,EG10083-MONOMER:0.0,AROG-MONOMER+:0.0,AROA-MONOMER+:0.0,AROD-MONOMER+:0.0):0.02276):2.8E-4):2.6E-4):0.00774):1.9E-4):6.1E-4):0.00112):0.00123):0.00328,((ARGDECARBOXBIO-MONOMER:0.01817,((ORNDECARBOX-BIO-MONOMER:0.0,ORNDECARBOXDEG-MONOMER:0.0):0.02331,((SPED-MONOMER+:0.0,SPERMIDINESYN-MONOMER:0.0):0.02501,AGMATIN-MONOMER:0.02499):0.00169):0.00208):0.00927,(BADH-MONOMER+:0.01837,(CHD-MONOMER:0.01365,((G7292-MONOMER:0.04828,G7291-MONOMER:0.05172):0.01491,((EG11563-MONOMER:0.0,EG11562-MONOMER:0.0):0.03793,(AMINEOXID-MONOMER:0.11045,(ADHE-MONOMER+:0.05295,((EG12113-MONOMER:0.0,(EG12234-MONOMER:0.24992,EG12319-MONOMER:0.25008):0.1665):0.18678,(((((((EG12237-MONOMER:0.0,G7373-MONOMER:0.0):0.10011,EG12318-MONOMER:0.09989):0.0307,G7564-MONOMER:0.1193):0.03442,(EG11784-MONOMER:0.20149,(EG10680-MONOMER:0.0,DLACTDEHYDROGNAD-MONOMER:0.0):0.13151):0.02808):0.15614,(G7868-MONOMER:0.16652,(PNTB-MONOMER+:0.0,G6651-MONOMER:0.0,G6791-MONOMER:0.0,G6887-MONOMER:0.0,HYBC-MONOMER+:0.0,SORB6PDEHYDROG-MONOMER:0.0,G6963-MONOMER:0.0,G6890-MONOMER:0.0,G7432-MONOMER:0.0,CROBETREDUCT-MONOMER+:0.0,EG11581-MONOMER:0.0,G7145-MONOMER:0.0,EG12702-MONOMER:0.0,G6708-MONOMER:0.0,EG12345-MONOMER:0.0,G6816-MONOMER:0.0,KDUD-MONOMER+:0.0,PYRUVOXID-MONOMER:0.0,G6918-MONOMER:0.0,EG10124-MONOMER:0.0,UDPMANNACADEHYDROG-MONOMER:0.0,EG11309-MONOMER:0.0,G7266-MONOMER:0.0,G6523-MONOMER:0.0,G6838-MONOMER:0.0,SARCOX-MONOMER:0.0,EG11822-MONOMER:0.0,G6335-MONOMER:0.0,G7880-MONOMER:0.0,EG12036-MONOMER:0.0,ALDDEHYDROGB-MONOMER+:0.0,G6539-MONOMER:0.0,G6519-MONOMER:0.0,EG11436-MONOMER:0.0,G7285-MONOMER:0.0,EG11134-MONOMER:0.0,EG12450-MONOMER:0.0,G6653-MONOMER:0.0,DIENOYLCOAREDUCT-MONOMER:0.0,EG11315-MONOMER:0.0,EG12692-MONOMER:0.0,G7606-MONOMER:0.0,G6236-MONOMER:0.0,MONOMER0-150+:0.0,MONOMER0-151+:0.0,G7307-MONOMER:0.0,MONOMER0-154+:0.0,GLUCDEHYDROG-MONOMER+:0.0,HYAB-MONOMER+:0.0,G7514-MONOMER:0.0,EG11261-MONOMER:0.0,HYBA-MONOMER+:0.0,EG12019-MONOMER:0.0,G6958-MONOMER:0.0,QOR-MONOMER:0.0,G7520-MONOMER:0.0,G6961-MONOMER:0.0,EG12293-MONOMER:0.0,HYCD-MONOMER+:0.0,HYCG-MONOMER+:0.0,G7312-MONOMER:0.0,EG11292-MONOMER:0.0,ANGLYC3PDEHYDROGSUBUNITB-MONOMER:0.0,G7440-MONOMER:0.0,DIHYDROPTERIREDUCT-MONOMER:0.0,G7022-MONOMER:0.0,G6901-MONOMER:0.0,ADHP-MONOMER+:0.0,YPHC-MONOMER+:0.0,UGD-MONOMER:0.0,G7439-MONOMER:0.0,MANNPDEHYDROG-MONOMER:0.0,G6190-MONOMER:0.0,G7462-MONOMER:0.0,MALIC-NADP-MONOMER:0.0,G7757-MONOMER:0.0,G7283-MONOMER:0.0,EG12133-MONOMER:0.0,G6846-MONOMER:0.0,G6518-MONOMER:0.0,G6457-MONOMER:0.0,HYAA-MONOMER+:0.0,PHENDEHYD-MONOMER:0.0,G6922-MONOMER:0.0,HYCELARGE-MONOMER:0.0,G6868-MONOMER:0.0,G6760-MONOMER:0.0,G6269-MONOMER:0.0,EG12394-MONOMER:0.0,EG11759-MONOMER:0.0,G6731-MONOMER:0.0,G6845-MONOMER:0.0,G6967-MONOMER:0.0,G7681-MONOMER:0.0,G7901-MONOMER:0.0,EG12279-MONOMER:0.0,MONOMER0-145+:0.0,MONOMER0-147+:0.0):0.33348):0.04186):0.05901,((NARW-MONOMER+:0.0,NARJ-MONOMER+:0.0):0.21687,(G6103-MONOMER:0.0,GLND-MONOMER+:0.0,G6348-MONOMER:0.0,G7015-MONOMER:0.0):0.28313):0.15974):0.0488,(G7916-MONOMER:0.0,EG11195-MONOMER:0.0,G6759-MONOMER:0.0,G6364-MONOMER:0.0,ALKAPHOSPHA-MONOMER:0.0,CARNRACE-MONOMER:0.0,G6425-MONOMER:0.0,EG12167-MONOMER:0.0,EG11651-MONOMER:0.0,G7907-MONOMER:0.0,EG11613-MONOMER:0.0,PHOSACETYLTRANS-MONOMER:0.0,G6655-MONOMER:0.0,G7174-MONOMER:0.0,G7490-MONOMER:0.0,EG11705-MONOMER:0.0,G6442-MONOMER:0.0,EG11833-MONOMER:0.0,EG11850-MONOMER:0.0,METHYLMALONYL-COA-MUT-MONOMER:0.0,G7886-MONOMER:0.0,G7918-MONOMER:0.0,G7829-MONOMER:0.0,EG12211-MONOMER:0.0,G7408-MONOMER:0.0,G7917-MONOMER:0.0,G6770-MONOMER:0.0,G7048-MONOMER:0.0,G7516-MONOMER:0.0,G7641-MONOMER:0.0,G7758-MONOMER:0.0,EG11470-MONOMER:0.0,G7650-MONOMER:0.0,G6401-MONOMER:0.0,G6617-MONOMER:0.0,G6719-MONOMER:0.0,G7456-MONOMER:0.0,G6196-MONOMER:0.0,G6932-MONOMER:0.0,G7742-MONOMER:0.0,EG12267-MONOMER:0.0,EG11725-MONOMER:0.0,EG12378-MONOMER:0.0,EG12270-MONOMER:0.0,G7350-MONOMER:0.0,G7464-MONOMER:0.0,G6522-MONOMER:0.0,EG10851-MONOMER:0.0,G7669-MONOMER:0.0,AAS-MONOMER:0.0,EG11101-MONOMER:0.0,G6499-MONOMER:0.0,ARYLSULFAT-MONOMER:0.0,G6551-MONOMER:0.0,EG11241-MONOMER:0.0,EG11846-MONOMER:0.0,G7915-MONOMER:0.0,G7497-MONOMER:0.0,SPERMACTRAN-MONOMER:0.0,CAIC-MONOMER+:0.0,TRANSKETOII-MONOMER:0.0,KDPGALDOL-4OH2OXOGLUTARALDOL-MONOMER+:0.0,EG11914-MONOMER:0.0,G6331-MONOMER:0.0,G6246-MONOMER:0.0,EG11853-MONOMER:0.0,G6118-MONOMER:0.0,EG11207-MONOMER:0.0,ACS-MONOMER:0.0,G6141-MONOMER:0.0,G7288-MONOMER:0.0,TRANSKETOI-MONOMER:0.0,G6806-MONOMER:0.0,G7040-MONOMER:0.0,G7237-MONOMER:0.0,EG11714-MONOMER:0.0,G7655-MONOMER:0.0,EG11580-MONOMER:0.0,G7454-MONOMER:0.0,G6418-MONOMER:0.0,EG12049-MONOMER:0.0,G6804-MONOMER:0.0,G6287-MONOMER:0.0,G6100-MONOMER:0.0,G7910-MONOMER:0.0,CARNDEHYDRA-MONOMER:0.0,G7187-MONOMER:0.0,G7897-MONOMER:0.0,G7269-MONOMER:0.0,G7234-MONOMER:0.0,G6788-MONOMER:0.0):0.56058):0.10497):0.06936):0.07708):0.01482):0.01379):0.01226):0.0022):0.00701):0.00383):0.00793):0.02174):0.00561):0.02241):0.00492):0.00147):0.00444):0.0066):0.00728):0.00348):0.00214):1.3E-4):3.0E-4):0.00601):0.00361):2.7E-4):0.00468):9.6E-4):1.8E-4):1.0E-5,(G6183-MONOMER:0.0,PHOSPHO-ATOC+:0.0,PHOSPHO-HYDG+:0.0,PHOSPHO-BAER+:0.0,G7547-MONOMER:0.0):0.02995):5.5E-4,(EG10777-MONOMER:0.02806,(EG10423-MONOMER:0.0,EG10424-MONOMER:0.0):0.02794):7.5E-4):0.00207,((EG10467-MONOMER:0.0,EG10466-MONOMER:0.0):0.01213,(EG11252-MONOMER:0.0,EG12165-MONOMER:0.0,EG10618-MONOMER:0.0):0.01787):0.01568):0.00133,((EG10239-MONOMER:0.02047,(EG10236-MONOMER:0.0,EG10764-MONOMER:0.0,EG10763-MONOMER:0.0,EG10244-MONOMER:0.0,EG10237-MONOMER:0.0,EG10765-MONOMER:0.0):0.02753):0.0035,(((EG10927-MONOMER:0.0,EG11094-MONOMER:0.0):0.02946,((G6133-MONOMER:0.0295,(G6540-MONOMER:0.0,EG10242-MONOMER:0.0,EG10245-MONOMER:0.0,EG10238-MONOMER:0.0,EG11414-MONOMER:0.0,G6634-MONOMER:0.0,EG11500-MONOMER:0.0,TDK-MONOMER:0.0,G7227-MONOMER:0.0,EG11263-MONOMER:0.0,EG10243-MONOMER:0.0,EG11413-MONOMER:0.0,EG11505-MONOMER:0.0,EG11412-MONOMER:0.0):0.0295):2.0E-5,((EG11038-MONOMER:0.028,MONOMER0-2383:0.028):1.0E-5,(EG10686-MONOMER:0.02649,(EG11013-MONOMER:0.0,EG11014-MONOMER:0.0):0.02651):0.00149):0.00148):4.0E-5):6.4E-4,((EG10241-MONOMER:0.02254,EG10240-MONOMER:0.02246):0.00365,((EG10626-MONOMER:0.0,EG10534-MONOMER:0.0,EG10746-MONOMER:0.0):0.02099,(EG11334-MONOMER:0.02098,(G6115-MONOMER:0.02013,(EG10837-MONOMER:0.01974,((EG11064-MONOMER:0.01649,EG11056-MONOMER:0.01651):5.0E-5,(EG10976-MONOMER:0.0161,((EG10747-MONOMER:0.0,EG10828-MONOMER:0.0):0.01523,(H2NEOPTERINP3PYROPHOSPHOHYDRO-MONOMER:0.0251,(EG10426-MONOMER:0.02293,(EG10736-MONOMER:0.02756,(GPH-MONOMER:0.02803,(MODF-MONOMER+:0.02938,(((EG11357-MONOMER:0.0,EG10834-MONOMER:0.0,EG10831-MONOMER:0.0,G6306-MONOMER:0.0,EG10830-MONOMER:0.0,EG10826-MONOMER:0.0,EG10829-MONOMER:0.0,G7525-MONOMER:0.0,EG10925-MONOMER:0.0,EG10832-MONOMER:0.0):0.02938,(((EG11062-MONOMER:0.0,EG11061-MONOMER:0.0,EG11063-MONOMER:0.0):0.0225,(G6937-MONOMER:0.0,G6558-MONOMER:0.0,EG11808-MONOMER:0.0):0.0225):1.0E-4,(EG10923-MONOMER:0.0,EG10833-MONOMER:0.0,EG10823-MONOMER:0.0,EG10924-MONOMER:0.0):0.0224):0.00562):5.6E-4,(((EG10926-MONOMER:0.0215,EG12717-MONOMER:0.0215):0.00658,((G6383-MONOMER:0.0,EG10329-MONOMER:0.0):0.028,(EG11058-MONOMER:0.0,EG10627-MONOMER:0.0,EG10662-MONOMER:0.0,EG10986-MONOMER:0.0,EG11222-MONOMER:0.0):0.028):0.00142):5.8E-4,((EG10624-MONOMER:0.02745,(EG11281-MONOMER:0.0,G6303-MONOMER:0.0,EG10625-MONOMER:0.0,EG11068-MONOMER:0.0):0.02855):0.0013,((EG10037-MONOMER:0.0,EG11811-MONOMER:0.0):0.02935,(EG10668-MONOMER:0.0,G6122-MONOMER:0.0,EG11296-MONOMER:0.0,EG11312-MONOMER:0.0,G6251-MONOMER:0.0,EG10824-MONOMER:0.0,EG11073-MONOMER:0.0,EG10651-MONOMER:0.0,G7016-MONOMER:0.0,G7649-MONOMER:0.0,G7379-MONOMER:0.0,EG11915-MONOMER:0.0,G7082-MONOMER:0.0,EG10825-MONOMER:0.0):0.02965):2.0E-4):1.7E-4):1.4E-4):1.5E-4):0.00147):0.0019):0.0065):0.00445):0.01041):8.8E-4):4.5E-4):0.00237):3.7E-4):7.7E-4):1.0E-5):0.00592):0.00228):0.00152):0.00153):0.0057,((NRDE-MONOMER+:0.0,NRDA-MONOMER+:0.0):0.02,(NRDB-MONOMER+:0.0,NRDF-MONOMER+:0.0):0.02):0.00699):0.02382,((G6992-MONOMER:0.0,G7746-MONOMER:0.0):0.11992,(((((XAPB-MONOMER+:0.05103,(CODB-MONOMER+:0.03845,B0511-MONOMER:0.03855):0.01047):0.01953,(((EG11692-MONOMER:0.03555,G7492-MONOMER:0.03545):0.00771,(G6275-MONOMER:0.02841,(G6281-MONOMER:0.02735,G6286-MONOMER:0.02565):0.00109):0.00579):0.01182,(((((G6358-MONOMER:0.0,EG12030-MONOMER:0.0):0.05,CYTDEAM-MONOMER:0.05):2.0E-5,EG11082-MONOMER:0.04998):1.6E-4,DEOA-MONOMER+:0.04984):0.00106,(EG12115-MONOMER:0.03687,(URACIL-PRIBOSYLTRANS-MONOMER+:0.04132,UDK-MONOMER:0.04168):0.00163):0.00781):0.00747):0.01287):0.01244,((RIBONUCLEOSIDE-TRIP-REDUCT-MONOMER:0.06251,RNTRACTIV-MONOMER:0.06249):0.01766,((G7747-MONOMER:0.0,AMP-NUCLEOSID-MONOMER:0.0):0.07247,((XANTHOSINEPHOSPHORY-MONOMER:0.06561,DEOD-MONOMER+:0.05939):0.00544,(CYTIDEAM-MONOMER:0.06314,((RELA-MONOMER+:0.0,SPOT-MONOMER+:0.0):0.05145,((GPT-MONOMER:0.024,HYPOXANPRIBOSYLTRAN-MONOMER:0.024):0.01278,((ADENPRIBOSYLTRAN-MONOMER:0.028,G7487-MONOMER:0.028):0.0016,(G6157-MONOMER:0.0,G7485-MONOMER:0.0,G6156-MONOMER:0.0,G6155-MONOMER:0.0,G7486-MONOMER:0.0,G7500-MONOMER:0.0):0.0264):0.00622):0.01305):0.01186):0.00806):0.00128):0.00897):0.00296):0.01116,(((PRPPSYN-MONOMER:0.02811,((FORMYLTHFDEFORMYL-MONOMER:0.01625,(GART-MONOMER+:0.01507,(FGAMSYN-MONOMER:0.01869,((IMP-DEHYDROG-MONOMER+:0.01974,(ADENODEAMIN-MONOMER:0.02151,((ASL-MONOMER:0.0,AICARTRANSIMPCYCLO-CPLX:0.0):0.02,(AIRS-MONOMER+:0.0,PURK-MONOMER+:0.0,PURE-MONOMER+:0.0):0.02):0.00149):0.00176):0.01123,ADENYL-KIN-MONOMER:0.03427):0.00231):0.00393):0.00225):0.01458,(G377-MONOMER+:0.00791,(DGTPTRIPHYDRO-MONOMER:0.03644,(((EG11239-MONOMER:0.02163,NUCLEOSIDE-DIP-KIN-MONOMER:0.02137):0.00193,((MGTA-MONOMER+:0.01599,KDPB-MONOMER+:0.01601):0.00252,((ATPD-MONOMER+:0.0,ATPG-MONOMER+:0.0,ATPA-MONOMER+:0.0,ATPC-MONOMER+:0.0):0.012,(ATPB-MONOMER+:0.0,ATPE-MONOMER+:0.0,ATPF-MONOMER+:0.0,ATPH-MONOMER+:0.0,EG10106-MONOMER:0.0):0.012):0.00198):0.00182):0.00107,(YHHO-MONOMER+:0.01401,G6260-MONOMER:0.01399):0.00118):0.01156):0.00931):0.01087):0.01489):0.00721,(((URPHOS-MONOMER:0.04534,(USHA-MONOMER+:0.0,CPDB-MONOMER+:0.0):0.04566):0.00251,((G7732-MONOMER:0.0,PPENTOMUT-MONOMER:0.0):0.04339,DEOXYRIBOSE-P-ALD-MONOMER:0.03361):0.00449):0.01278,(EG12693-MONOMER:0.06278,(((CMPKI-MONOMER:0.05588,(OROPRIBTRANS-MONOMER+:0.0456,(G7185-MONOMER:0.03956,(DUTP-PYROP-MONOMER:0.02612,(DTMPKI-MONOMER:0.01858,DCTP-DEAM-MONOMER:0.01842):0.00688):0.01369):0.00615):0.00949):0.00389,(ADENYLATECYC-MONOMER+:0.0,EG11603-MONOMER:0.0):0.05948):0.00206,((GUANYL-KIN-MONOMER:0.05574,SAICARSYN-MONOMER:0.05526):8.2E-4,GMP-REDUCT-MONOMER:0.05468):0.00548):8.7E-4):0.00389):0.01234):0.00329,ADENYLOSUCCINATE-SYN-MONOMER+:0.0377):0.01159):0.00108,((((GLYCRIBONUCSYN-MONOMER:0.0,GARTRANSFORMYL2-MONOMER:0.0):0.02414,PRPPAMIDOTRANS-MONOMER:0.01886):0.00693,((DIHYDROOROT-MONOMER:0.02443,((DIHYDROOROTOX-MONOMER:0.01392,EG11289-MONOMER:0.01308):0.00819,(ASPCARBREG-MONOMER:0.02254,OROTPDECARB-MONOMER:0.02246):8.1E-4):0.00107):0.00502,((ASPCARBCAT-MONOMER:0.01736,((CARBPSYN-SMALL:0.01449,CARBPSYN-LARGE:0.01451):0.00123,UMPKI-MONOMER:0.01577):0.00139):0.00334,G7489-MONOMER:0.02153):0.00377):0.00155):0.00549,EG12285-MONOMER:0.03162):0.01369):0.01745):0.02364):0.00217,((((METHGLYSYN-MONOMER:0.09989,(EG12657-MONOMER:0.0,G6805-MONOMER:0.0):0.10011):0.00525,EG10169-MONOMER:0.09475):0.00836,((EG11653-MONOMER:0.05195,(G7324-MONOMER:0.0,EG12311-MONOMER:0.0,EG12132-MONOMER:0.0,G6909-MONOMER:0.0,EG11378-MONOMER:0.0,G6907-MONOMER:0.0):0.05905):0.0318,(ENTD-MONOMER+:0.0,(EG11105-MONOMER:0.03004,(ENTA-MONOMER+:0.01613,(ENTC-MONOMER+:0.0,ENTB-MONOMER+:0.0,ENTE-MONOMER+:0.0,ENTF-MONOMER+:0.0):0.01987):0.00496):0.018):0.03345):0.02014):0.00815,((PPK-MONOMER:0.05532,((INORGPYROPHOSPHAT-MONOMER:0.10478,(ACETATEKINA-MONOMER:0.07465,THIKIN-MONOMER:0.09235):0.01172):0.00646,PPX-MONOMER:0.09354):0.02818):0.05018,((((EG11166-MONOMER:0.0,G6988-MONOMER:0.0):0.12183,(G7158-MONOMER:0.0,EG11761-MONOMER:0.0):0.12817):0.02533,(((EG11723-MONOMER:0.07252,EMRE-MONOMER+:0.07048):0.01183,(MHPHYDROXY-MONOMER:0.02712,G6718-MONOMER:0.05588):0.01367):0.03965,((G6886-MONOMER:0.0835,(THIOREDOXIN-REDUCT-NADPH-MONOMER:0.0,SUPEROX-DISMUTMN-MONOMER:0.0):0.0835):0.01708,(SUPEROX-DISMUTFE-MONOMER:0.0578,(HYDROPEROXIDII-MONOMER:0.0,HYDROPEROXIDI-MONOMER:0.0):0.0422):0.02692):0.03366):0.0172):0.01821,((THIS-MONOMER+:0.12509,((EG10043-MONOMER:0.0,CYSN-MONOMER+:0.0,ADENYLYLSULFKIN-MONOMER:0.0):0.08351,CYSD-MONOMER+:0.08349):0.04141):0.04078,(G6453-MONOMER:0.0,G7089-MONOMER:0.0,G6454-MONOMER:0.0,G7196-MONOMER:0.0):0.16722):0.0067):0.02129):0.01957):0.02996):0.01476,(((GLUCOSAMINE-6-P-DEAMIN-MONOMER:0.02597,L-GLN-FRUCT-6-P-AMINOTRANS-MONOMER:0.02403):0.01343,(GALACTOACETYLTRAN-MONOMER:0.04363,(TREHALOSE6PSYN-MONOMER:0.03127,TREHALOSEPHOSPHASYN-MONOMER:0.03973):0.00387):0.02007):0.00513,((GLUC1PURIDYLTRANS-MONOMER:0.04772,((LSERINEDEAM3-MONOMER+:0.01552,(LSERINEDEAM1-MONOMER+:0.0,LSERINEDEAM2-MONOMER+:0.0):0.01548):0.00477,(PEPSYNTH-MONOMER:0.02109,(MALIC-NAD-MONOMER:0.02196,(PEPCARBOXYKIN-MONOMER:0.0,F16B-MONOMER+:0.0):0.02304):0.00141):0.00223):0.02078):0.00681,(((GATB-MONOMER+:0.0,GATA-MONOMER+:0.0,GATC-MONOMER+:0.0):0.04739,((GLYCPDIESTER-PERI-MONOMER:0.0,GLYCPDIESTER-CYTO-MONOMER:0.0):0.06664,(EG11517-MONOMER:0.05206,(GLYCEROL-KIN-MONOMER+:0.03941,((GLYCDEH-MONOMER:0.07549,(ANGLYC3PDEHYDROGSUBUNITA-MONOMER:0.05469,AERGLYC3PDEHYDROG-MONOMER:0.07031):0.00501):0.00862,(GLPT-MONOMER+:0.0794,(G6627-MONOMER:0.0,EG11245-MONOMER:0.0,MONOMER0-1261:0.0,EG10395-MONOMER:0.0):0.0876):0.00338):0.03809):0.01344):0.00936):0.03789):0.00464,((((TREHALACYTO-MONOMER:0.0,TREHALAPERI-MONOMER:0.0):0.07147,(MALTODEXGLUCOSID-MONOMER:0.0715,G6647-MONOMER:0.0715):3.0E-5):0.01191,PGLUCONDEHYDRAT-MONOMER:0.08359):0.00163,(((EG11848-MONOMER:0.0,G7132-MONOMER:0.0,G6959-MONOMER:0.0):0.0555,(LYXK-MONOMER+:0.0,EG12286-MONOMER:0.0):0.0555):0.00821,((EG10355-MONOMER:0.03548,FUCP-MONOMER+:0.03552):0.01885,(((ALDOSE1EPIM-MONOMER:0.0,GALACTURIDYLYLTRANS-MONOMER:0.0):0.0555,(EG11845-MONOMER:0.0,EG13236-MONOMER:0.0):0.0555,(EG11905-MONOMER:0.0,G6428-MONOMER:0.0):0.0555):6.8E-4,((GLU6PDEHYDROG-MONOMER:0.04707,(G7953-MONOMER:0.04697,(EG11911-MONOMER:0.0,G6427-MONOMER:0.0,PFLACTENZ-MONOMER:0.0):0.04403):0.00293):0.00118,(PHOSPHOGLUCMUT-MONOMER:0.0,PGLUCONOLACT-MONOMER+:0.0,PYRUVFORMLY-MONOMER:0.0,G6426-MONOMER:0.0,EG11910-MONOMER:0.0,KETOBUTFORMLY-INACT-MONOMER:0.0):0.05107):0.00482):0.00115):0.00579):0.01937):0.01485):0.01124):0.01392):0.01122):0.00508,(PDXK-MONOMER+:0.01912,(PDXY-MONOMER+:0.01105,(((ERYTH4PDEHYDROG-MONOMER:0.01995,(PSERTRANSAM-MONOMER:0.01803,((((DIOHBUTANONEPSYN-MONOMER:0.03411,(RIBOFLAVINSYNDEAM-MONOMER:0.03621,(GTP-CYCLOHYDRO-II-MONOMER:0.0,RIBOFLAVIN-SYN-MONOMER:0.0,RIBF-MONOMER+:0.0,LUMAZINESYN-MONOMER:0.0):0.04079):0.00439):0.01485,(PDXA-MONOMER+:0.03396,((ERYTHRON4PDEHYDROG-MONOMER:0.0,PDXH-MONOMER+:0.0):0.03621,PDXJ-MONOMER+:0.04079):0.00154):0.01859):0.0020,((HMP-KIN-MONOMER:0.0,THI-P-KIN-MONOMER:0.0,THIE-MONOMER+:0.0,THIG-MONOMER+:0.0,THZ-KIN-MONOMER:0.0,HMP-P-KIN-MONOMER:0.0,THIF-MONOMER+:0.0,THII-MONOMER+:0.0,THIC-MONOMER+:0.0,EG12073-MONOMER:0.0):0.0565,(THIH-MONOMER+:0.02798,(KAPSYN-MONOMER:0.0,BIOTIN-SYN-MONOMER:0.0,EG10119-MONOMER:0.0,EG10122-MONOMER:0.0,DAPASYN-MONOMER:0.0):0.02802):0.0095):0.00615):0.00118,(MONOMER0-148+:0.0,MONOMER0-149+:0.0):0.04726):0.02209):0.0080):0.01253,(DMBPPRIBOSYLTRANS-MONOMER:0.01011,(G7289-MONOMER:0.00593,(((G7531-MONOMER:0.0,GLUTRNAREDUCT-MONOMER:0.0,PROTOPORGENOXI-MONOMER:0.0,COPROGENOXI-MONOMER:0.0,HEMN-MONOMER+:0.0):0.03933,((UROGENIIISYN-MONOMER+:0.0,GSAAMINOTRANS-MONOMER:0.0,HEMX-MONOMER+:0.0):0.04154,(EG11260-MONOMER:0.03699,(EG10434-MONOMER:0.03552,((HEMEOSYN-MONOMER:0.0,UROGENDECARBOX-MONOMER:0.0):0.0,(OHMETHYLBILANESYN-MONOMER:0.0,PORPHOBILSYNTH-MONOMER:0.0,PROTOHEME-FERROCHELAT-MONOMER:0.0):0.0315):0.00398):0.00151):0.00446):0.00217):0.0034,((SIROHEMESYN-MONOMER:0.02581,(RIBAZOLEPHOSPHAT-MONOMER:0.0,COBALADENOSYLTRANS-MONOMER:0.0,COBS-MONOMER+:0.0,COBU-MONOMER+:0.0):0.03019):0.00669,(G6851-MONOMER:0.0,DETHIOBIOTIN-SYN-MONOMER:0.0):0.02131):0.00847):0.02289):0.01639):0.01444):0.00634,(NICOTINAMID-MONOMER:0.02259,(MONOMER0-541+:0.0216,(NICOTINATEPRIBOSYLTRANS-MONOMER:0.02025,(L-ASPARTATE-OXID-MONOMER:0.018,((NICONUCADENYLYLTRAN-MONOMER:0.0,NAD-SYNTH-MONOMER:0.0):0.0185,(QUINOLINATE-SYNTHA-MONOMER:0.0,QUINOPRIBOTRANS-MONOMER:0.0):0.0185):5.0E-4):0.00125):0.0014):9.1E-4):0.00656):0.01999):0.00683):0.00793):0.00652,(PGLUCISOM:0.01473,(IDONDEHYD-MONOMER:0.03359,((GALACTITOLPDEHYD-MONOMER:0.03158,((((EG12287-MONOMER:0.0205,(RIBULPEPIM-MONOMER:0.019,(RIBULOKIN-MONOMER:0.0,ARABISOM-MONOMER:0.0):0.019):0.0015):0.0045,XYLULOKIN-MONOMER:0.025):3.6E-4,(EG10817-MONOMER:0.02175,RIBOKIN-MONOMER:0.02325):0.00214):0.00375,((FLAVONADPREDUCT-MONOMER:0.02008,-PFK-MONOMER+:0.02492):0.00181,(GALACTOKIN-MONOMER:0.02419,((EG11956-MONOMER:0.0,EG11957-MONOMER:0.0):0.02539,(((GAPDH-A-MONOMER:0.0,EG12103-MONOMER:0.0,E1P-MONOMER:0.0,E1O-MONOMER:0.0,G8205-MONOMER:0.0):0.02073,(TAGAALDOL1-MONOMER:0.02096,(PFK-1-MONOMER:0.021,(PFK-2-MONOMER:0.0,E2P-MONOMER:0.0,GPMA-MONOMER+:0.0,PGAM2-MONOMER:0.0,PKI-MONOMER:0.0,PGK:0.0,GLUCOKIN-MONOMER:0.0,PKII-MONOMER+:0.0,FRUCTBISALD-CLASSII-MONOMER:0.0,PGMI-MONOMER+:0.0,FRUCBISALD-CLASSI-MONOMER:0.0,G6960-MONOMER:0.0,ENOLASE-MONOMER:0.0):0.021):4.0E-5):2.7E-4):0.00368,((RHAMNISOM-MONOMER:0.02249,(RHAMNULPALDOL-MONOMER:0.0,EG11865-MONOMER:0.0,RHAMNULOKIN-MONOMER:0.0):0.02251):0.00243,(L-LACTDEHYDROGFMN-MONOMER:0.01868,(LACTALDREDUCT-MONOMER:0.01962,(LACTALDDEHYDROG-MONOMER:0.01618,(FUCULOKIN-MONOMER:0.0,FUCPALDOL-MONOMER:0.0,FUCISOM-MONOMER:0.0):0.01682):0.00338):0.00207):0.0027):3.2E-4):1.4E-4):8.1E-4):5.4E-4):0.00221):0.00286):0.00368,(BETA-GLUCURONID-MONOMER:0.03553,(BETAGALACTOSID-MONOMER:0.03151,TRE6PHYDRO-MONOMER:0.03149):0.00397):6.1E-4):7.4E-4):0.01207):0.00274):0.00391,TPI-MONOMER:0.00276):0.00472,(G7858-MONOMER:0.02203,(((ACNEULY-MONOMER:0.0385,K-MONOMER:0.0385):0.02977,((G6199-MONOMER:0.04865,G6198-MONOMER:0.05135):0.00937,((GNTT-MONOMER+:0.0,GNTP-MONOMER+:0.0,GNTU-MONOMER+:0.0,YJGT-MONOMER+:0.0):0.04451,(GLUCONOKINI-MONOMER:0.0465,(MONOMER-43:0.0,GLUCONREDUCT-MONOMER+:0.0):0.0445):9.9E-4):0.01313):0.00773):0.00168,G7859-MONOMER:0.07382):0.02147):0.02269):0.00443,(EG11847-MONOMER:0.00977,(((TSA-REDUCT-MONOMER:0.01004,G6278-MONOMER:0.00996):8.9E-4,G7417-MONOMER:0.01111):8.1E-4,(PGLUCONDEHYDROG-MONOMER:0.0128,(RIB5PISOMB-MONOMER:0.014,(TRANSALDOLB-MONOMER:0.0,TRANSALDOLA-MONOMER:0.0):0.014,(RIB5PISOMA-MONOMER:0.0135,XYLISOM-MONOMER:0.0135):5.0E-4):0.0012):9.4E-4):0.00136):0.00192):0.01189,E3-MONOMER:0.0):0.00871,MALATE-DEHASE-MONOMER:0.00778):0.02324,((((CITTRANS-MONOMER:0.0,G7517-MONOMER:0.0):0.08589,CITRYLY-MONOMER:0.08111):0.05082,CITSYN-MONOMER:0.03268):0.00494,(ICITDEHASE-KIN-PHOSPHA:0.01943,(ISOCITDEH-SUBUNIT:0.01937,(((ISOCIT-LYASE-MONOMER+:0.0,MALATE-SYNTHASE:0.0):0.02008,MALSYNG-MONOMER:0.01992):6.2E-4,(ACONITASE-MONOMER:0.02033,(ACONITATEDEHYDRB-MONOMER:0.01072,(FUM-MEMB2:0.0706,((FUMC-MONOMER+:0.02441,((SDH-FLAVO:0.0,SDH-FE-S:0.0):0.02538,(EG12069-MONOMER:0.02873,((PEPCARBOX-MONOMER:0.0314,(SUCCCOASYN-BETA:0.0,FUMA-MONOMER+:0.0,SUCB-LIPOATE+:0.0,SUCCCOASYN-ALPHA:0.0,E2O-MONOMER:0.0):0.0316):3.4E-4,FUMB-MONOMER+:0.03116):0.00277):0.00412):0.00809):0.02583,(DLACTDEHYDROGFAD-MONOMER:0.05166,(SUCC-DEHASE:0.08772,(FDOG-MONOMER+:0.07674,((((NITRITREDUCT-CPLX:0.0,NITRATREDUCTZ-CPLX:0.0,FORMATEDEHYDROGN-CPLX:0.0,DIMESULFREDUCT-CPLX:0.0):0.07446,((TMAOREDUCTI-CPLX:0.06642,(NUOI-MONOMER+:0.05547,(TORA-MONOMER+:0.0,NUOF-MONOMER+:0.0,NUOH-MONOMER+:0.0):0.05553):0.00308):0.00631,(DMSA-MONOMER+:0.0,NUOE-MONOMER+:0.0,NUOJ-MONOMER+:0.0,NUOA-MONOMER+:0.0,FDNG-MONOMER+:0.0):0.06519):0.00154):0.00494,(NIRB-MONOMER+:0.0,NIRD-MONOMER+:0.0):0.05981):0.00246,((((G6898-MONOMER:0.0555,CYT-O-UBIOX-CPLX:0.0555):4.0E-5,(DMSC-MONOMER+:0.0499,G6848-MONOMER:0.0501):0.00546):0.00422,(CYOC-MONOMER+:0.03134,(((NUOL-MONOMER+:0.0,NUOK-MONOMER+:0.0):0.03366,(NUON-MONOMER+:0.0,NUOG-MONOMER+:0.0):0.03334):0.00181,(MONOMER0-153+:0.0,HYCC-MONOMER+:0.0,MONOMER0-141+:0.0,MONOMER0-142+:0.0,MONOMER0-143+:0.0):0.03569):0.00316):0.01559):0.00765,((NARZ-MONOMER+:0.0,NARV-MONOMER+:0.0,NARY-MONOMER+:0.0):0.03933,(NUOC-MONOMER+:0.0493,(FDOH-MONOMER+:0.04558,((FDOI-MONOMER+:0.0,G7062-MONOMER:0.0,CYTOCHROME-B561-MONOMER:0.0,G6554-MONOMER:0.0,HYAC-MONOMER+:0.0):0.04529,((FDNH-MONOMER+:0.0,DMSB-MONOMER+:0.0):0.04442,(CYOD-MONOMER+:0.04169,(EG11815-MONOMER:0.04104,((NADH-DHII-MONOMER:0.0385,CYOA-MONOMER+:0.0385):0.00206,(CYOB-MONOMER+:0.02924,(NADH-DHI-CPLX:0.01758,(NUOM-MONOMER+:0.01618,(NUOB-MONOMER+:0.01068,(CYT-D-UBIOX-CPLX:0.0,(AMPG-MONOMER+:0.12371,(YCGO-MONOMER+:0.0,(EG10921-MONOMER:0.0,((((((B2170-MONOMER:0.09906,(ARAE-MONOMER+:0.0,XYLE-MONOMER+:0.0,GALP-MONOMER+:0.0):0.10094):0.03897,G7146-MONOMER:0.11103):0.01702,(YEEO-MONOMER+:0.0,ACRD-MONOMER+:0.0,DINF-MONOMER+:0.0):0.09548):0.04436,(G6322-MONOMER:0.0,(YIDC:0.13752,(EG10266-MONOMER:0.02635,(G7686-MONOMER:0.0328,((EG12240-MONOMER:0.0,MACA:0.0):0.02955,(EG11703-MONOMER:0.02568,((EG11354-MONOMER:0.0,EG11954-MONOMER:0.0):0.01877,(G7233-MONOMER:0.01221,(((G7710-MONOMER:0.0,G6884-MONOMER:0.0,G7028-MONOMER:0.0,MDTA:0.0,EG11975-MONOMER:0.0,G6412-MONOMER:0.0,EG12224-MONOMER:0.0,EG11764-MONOMER:0.0,EG12290-MONOMER:0.0,EG11976-MONOMER:0.0,G370-MONOMER+:0.0,G6113-MONOMER:0.0):0.0385,(G7537-MONOMER:0.0,G7709-MONOMER:0.0,G7705-MONOMER:0.0,G7708-MONOMER:0.0,G7702-MONOMER:0.0,G7704-MONOMER:0.0,G7707-MONOMER:0.0,EG11798-MONOMER:0.0,G7703-MONOMER:0.0,G7706-MONOMER:0.0):0.0385):0.01248,((EG10346-MONOMER:0.02149,EG10300-MONOMER:0.03451):0.00529,(EG11977-MONOMER:0.03761,((SECA:0.03256,(SECE:0.02799,((SECD:0.0,SECF:0.0):0.028,(TATA:0.0,EG11305-MONOMER:0.0,G7808-MONOMER:0.0,SECG:0.0):0.028):1.0E-5):0.00444):9.8E-4,(EG11479-MONOMER:0.0,SECY:0.0):0.03352):0.00364):0.00221):0.01109):0.02529):0.00773):0.00658):0.00345):0.0022):0.00621):0.02887):0.03379):0.0338):0.06123,((KEFC-MONOMER+:0.0,YBAL-MONOMER+:0.0,KEFB-MONOMER+:0.0):0.04687,((((YJDE-MONOMER+:2.8E-4,(XASA-MONOMER+:0.03318,(G7024-MONOMER:0.04346,(((G7033-MONOMER:0.0,EG10113-MONOMER:0.0):0.0,(YIIP-MONOMER+:0.0,(CHAA-MONOMER+:0.0,(NHAA-MONOMER+:0.0,(YJCE-MONOMER+:0.07944,(G7572-MONOMER:0.143,G6859-MONOMER:0.0):0.09906):0.0315):0.0195):0.0325):0.021):0.0231,G7013-MONOMER:0.01559):0.0044):0.01091):0.01622):0.01259,(G6255-MONOMER:0.03498,(EG11160-MONOMER:0.0,EG11180-MONOMER:0.0):0.03602):0.0268):0.00198,NHAB-MONOMER+:0.01328):0.02343,AQPZ-MONOMER+:0.03251):0.0221):0.0385):0.01305,(EG10456-MONOMER:0.07723,(BTUE-MONOMER+:0.05425,(G7701-MONOMER:0.14596,((EG10724-MONOMER:0.11438,(NIRC-MONOMER+:0.0455,(NARU-MONOMER+:0.0,NARK-MONOMER+:0.0):0.0455):0.00712):0.02444,(PNTA-MONOMER+:0.06542,((EG11735-MONOMER:0.0455,FMNREDUCT-MONOMER:0.0455):0.01048,(G7558-MONOMER:0.04307,((YDHE-MONOMER+:0.04205,(G6320-MONOMER:0.02323,(ZNUA-MONOMER+:0.05917,((EG12334-MONOMER:0.03549,(FEPB-MONOMER+:0.0,FHUD-MONOMER+:0.0,FECB-MONOMER+:0.0):0.03551):0.00602,EG11167-MONOMER:0.04148):0.01733):0.02802):0.01982):0.01359,(G7186-MONOMER:0.0553,(G6445-MONOMER:0.0,TRKA-MONOMER+:0.0,KCH-MONOMER:0.0,EG11536-MONOMER:0.0):0.0557):0.02291):0.01468):0.01343):0.01018):0.0234):0.00508):0.02662):0.01009):0.03488):0.01556):0.04564):0.07748):0.06963):0.0207):0.01032):0.00142):0.00676):0.01061):5.9E-4):5.0E-4):0.00263):7.4E-4):2.6E-4):0.00371):0.00176):0.00853):0.00667):0.00227):0.00413):0.00575):0.00297):0.00285):0.02912):0.00302):0.01183):5.9E-4):7.5E-4):0.00127):0.02648):0.18336,EG11158-MONOMER:0.0):0.0715,EG11202-MONOMER:0.0):0.25,EG10443-MONOMER:0.99848):1.00152; From ranjithkurungadam at gmail.com Wed Jun 24 05:29:39 2009 From: ranjithkurungadam at gmail.com (ranjith kurungadam) Date: Wed, 24 Jun 2009 14:59:39 +0530 Subject: [Biojava-l] : prob in reading sequence Message-ID: hello //rof : m new to this community.. going on wit my final semester M.Sc project work. m trying to do some nucleotide sequence manipulation using biojava. //rof : while trying to read different bio formats i found that the method SeqIOTools.readEmbl( ) method instantiates the SequenceIterator object with some unknown values wen a genbank format is read, but its ok wen a fasta is read as stream.hasnext( ) gives Exception. i got confused as this is not the case wit other methods readFastaDNA( ) and readGenbank( ).. //Expecting ur support From holland at eaglegenomics.com Wed Jun 24 05:36:34 2009 From: holland at eaglegenomics.com (Richard Holland) Date: Wed, 24 Jun 2009 10:36:34 +0100 Subject: [Biojava-l] : prob in reading sequence In-Reply-To: References: Message-ID: <1245836195.4184.18.camel@buzzybee> readEmbl() is for reading EMBL format files. It's not suprising it causes problems if you use it to try to read Genbank or FASTA! Also, SeqIOTools is deprecated and not really supported any more. You should take a look at RichSequence.IOTools instead: http://www.biojava.org/docs/api15b/org/biojavax/bio/seq/RichSequence.IOTools.html cheers, Richard On Wed, 2009-06-24 at 14:59 +0530, ranjith kurungadam wrote: > hello > //rof : m new to this community.. > going on wit my final semester M.Sc project work. m trying to do some > nucleotide sequence manipulation using biojava. > > //rof : while trying to read different bio formats i found that the method > SeqIOTools.readEmbl( ) method instantiates the SequenceIterator object with > some unknown values wen a genbank format is read, but its ok wen a fasta is > read as stream.hasnext( ) gives Exception. > i got confused as this is not the case wit other methods readFastaDNA( ) and > readGenbank( ).. > > //Expecting ur support > _______________________________________________ > Biojava-l mailing list - Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l -- Richard Holland, BSc MBCS Operations and Delivery Director, Eagle Genomics Ltd T: +44 (0)1223 654481 ext 3 | E: holland at eaglegenomics.com http://www.eaglegenomics.com/ From andreas at sdsc.edu Thu Jun 25 01:37:25 2009 From: andreas at sdsc.edu (Andreas Prlic) Date: Wed, 24 Jun 2009 22:37:25 -0700 Subject: [Biojava-l] BOSC presentation Message-ID: <59a41c430906242237o45f0c6c6o2de4f3f0ad7f28a1@mail.gmail.com> Hi, Here the slides I prepared for the BioJava talk at BOSC on Sunday. http://biojava.org/wiki/BOSC2009_Presentation Andreas From noreply at netlogmail.com Thu Jun 25 14:47:30 2009 From: noreply at netlogmail.com (Saulo) Date: Thu, 25 Jun 2009 14:47:30 -0400 Subject: [Biojava-l] Visit my Netlog profile Message-ID: <200906251847.n5PIlU26006722@portal.open-bio.org> Hey, I have created a Netlog profile with my pictures, videos, blogs and events and I want to add you as a friend so you can see it. You first need to register on Netlog! When you log in, you can create your own profile. Take a look: http://en.netlog.com/go/mailurl/type=invite_1&mailid=342282513&id=1&url=-L2dvL3JlZ2lzdGVyL2lkPTExMjQ2MTU3OTMmaT10OTE_ Greetings, Saulo ---------------------------------------------------------------- Don't want to receive invitations from your friends anymore? http://en.netlog.com/go/mailurl/type=invite_1&mailid=342282513&id=2&url=-L2dvL25vbWFpbHMvaW52aXRlL2VtYWlsPS1ZbWx2YW1GMllTMXNRR3hwYzNSekxtOXdaVzR0WW1sdkxtOXlad19fJmNvZGU9MDE1MzI3MDYmaWQ9MTEyNDYxNTc5MyZpPXQ5Mg__ From jp at javaclass.co.uk Mon Jun 22 11:05:31 2009 From: jp at javaclass.co.uk (JP) Date: Mon, 22 Jun 2009 15:05:31 -0000 Subject: [Biojava-l] Reading a newick format tree file generates an ArrayIndexOutOfBoundsException (TreeBlock, getTreeAsWeightedJGraphT) Message-ID: <4adc29060906220805t16e3f7c3k84f1f306c3861c39@mail.gmail.com> I have tried to use the getTreeAsWeightedJGraphT functionality in TreesBlock as highlighted in the wikipedia page: My code for completeness sake (a direct and lazy copy and paste) String newickFileContents = FileUtils.readTextFile(treeFile, false); // > reads the text file without newlines > WeightedGraph jg = new > SimpleWeightedGraph(DefaultWeightedEdge.class); > TreesBlock sample_tree = new TreesBlock(); > TreesBlock.NewickTreeString s = new TreesBlock.NewickTreeString(); > s.setTreeString(newickFileContents); > sample_tree.addTree("test", s); > jg = sample_tree.getTreeAsWeightedJGraphT("test"); > System.out.println(newickFileContents); > System.out.println(jg.toString()); > The data file is attached (newwick format), and this is the returned error message... Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 79169 > at > org.biojavax.bio.phylo.io.nexus.TreesBlock.getTreeAsWeightedJGraphT(TreesBlock.java:562) > at > edu.imperial.msc.multiglass.tree.TreeBuilder.(TreeBuilder.java:50) > at > edu.imperial.msc.multiglass.launcher.MultiGlassLauncher.main(MultiGlassLauncher.java:59) Any idea why this is so ? -------------- next part -------------- A non-text attachment was scrubbed... Name: gene_association.ecocyc-EColi.goa.P.nj.known.cmp Type: application/octet-stream Size: 79170 bytes Desc: not available URL: From aumanga at biggjapan.com Fri Jun 12 05:53:36 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Fri, 12 Jun 2009 14:53:36 +0900 Subject: [Biojava-l] Drawing chromatogram with fixed width for all Callboxes (With of CallBoxBound ) Message-ID: <4A31ED60.8090600@biggjapan.com> Hi all, I want to draw the chromatogram of AB1 file with fixed width for all 'CallBoxes'.I want to do this because I am going to read .ace file and draw the Chromatograms of all AB1 with correct alignment with each other. (Just like in ChromasPro). Is there any option to do this? Or Do I have to modify the code ? Best Regrags, Umanga From aumanga at biggjapan.com Fri Jun 12 08:20:36 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Fri, 12 Jun 2009 17:20:36 +0900 Subject: [Biojava-l] Cannot update or checkout BioJava SVN source Message-ID: <4A320FD4.2090405@biggjapan.com> Greetings , I wanted to update my copy of SVN but it gives "svn: Can't find a temporary directory: Internal error" . Then I tried to checkout a new copy but still it give this error. I read somewhere this error is given because of not enough free space on the server. Any tips, Umanga From andreas at sdsc.edu Fri Jun 12 13:35:57 2009 From: andreas at sdsc.edu (Andreas Prlic) Date: Fri, 12 Jun 2009 06:35:57 -0700 Subject: [Biojava-l] Cannot update or checkout BioJava SVN source In-Reply-To: <4A320FD4.2090405@biggjapan.com> References: <4A320FD4.2090405@biggjapan.com> Message-ID: <59a41c430906120635k2d0ef3eag46ff44061566fa1c@mail.gmail.com> Hi Umanga, I just checked the anonymous access with svn list svn://code.open-bio.org/biojava and the developer access with svn list svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live/trunk both works for me and I assume the svn server works ok... Andreas On Fri, Jun 12, 2009 at 1:20 AM, Ashika Umanga Umagiliya wrote: > Greetings , > > I wanted to update my copy of SVN but it gives > "svn: Can't find a temporary directory: Internal error" . > Then I tried to checkout a new copy but still it give this error. > I read somewhere this error is given because of not enough free space on the > server. > > Any tips, > > Umanga > _______________________________________________ > Biojava-l mailing list ?- ?Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l > From koen.bruynseels at cropdesign.com Mon Jun 15 18:08:04 2009 From: koen.bruynseels at cropdesign.com (koen.bruynseels at cropdesign.com) Date: Mon, 15 Jun 2009 20:08:04 +0200 Subject: [Biojava-l] Koen Bruynseels is out of the office. Message-ID: I will be out of the office starting 06/14/2009 and will not return until 06/23/2009. I will respond to your message when I return. From aumanga at biggjapan.com Tue Jun 16 07:24:19 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Tue, 16 Jun 2009 16:24:19 +0900 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? Message-ID: <4A3748A3.8050807@biggjapan.com> Greetings all, Please refer to image 1 : http://i40.tinypic.com/11rsk00.png image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png As shown in image (1) , I draw the basecall sequences of AB1 file,by parsing the ACE file generated by Phrap.That is ,for upper part I do not read AB1 file.Only read values from ACE file.(values under 'RD' tag in ACE file.)In the example, two files are 'sampleA-S-R.AB1' and 'sampleA-S-F.AB1'. For the bottom part- that is to draw Chromatogram, I use Biojavas 'ChromatogramGraphic' class. I wanted to align these two parts- that is align 'sampleA-S-R.AB1' basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so on...(like in ChromasPro). But I noticed that basecall sequence of 'ChromatogramGraphic' is totally different than that of from ACE file. Refer to image (2) ; you can see the two sequences generated by same AB1 file is different in lenght also. What could be the problem here? Any suggestions please thanks in advance. umanga From aumanga at biggjapan.com Tue Jun 16 07:24:19 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Tue, 16 Jun 2009 16:24:19 +0900 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? Message-ID: <4A3748A3.8050807@biggjapan.com> Greetings all, Please refer to image 1 : http://i40.tinypic.com/11rsk00.png image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png As shown in image (1) , I draw the basecall sequences of AB1 file,by parsing the ACE file generated by Phrap.That is ,for upper part I do not read AB1 file.Only read values from ACE file.(values under 'RD' tag in ACE file.)In the example, two files are 'sampleA-S-R.AB1' and 'sampleA-S-F.AB1'. For the bottom part- that is to draw Chromatogram, I use Biojavas 'ChromatogramGraphic' class. I wanted to align these two parts- that is align 'sampleA-S-R.AB1' basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so on...(like in ChromasPro). But I noticed that basecall sequence of 'ChromatogramGraphic' is totally different than that of from ACE file. Refer to image (2) ; you can see the two sequences generated by same AB1 file is different in lenght also. What could be the problem here? Any suggestions please thanks in advance. umanga From aumanga at biggjapan.com Tue Jun 16 09:06:01 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Tue, 16 Jun 2009 18:06:01 +0900 Subject: [Biojava-l] Question about AB1 parser (ABIFChromatogram) Message-ID: <4A376079.8020902@biggjapan.com> Greetings all, When I parse a AB1 file using 'ABIFChromatogram' the number of basecalls read is lower than the basecalls in a Phrap ACE file. For example I parse the AB1 file using biojava ABIChromatogram , it gave the following basecalls: ttaagcaggttaagcgtcctccctgttggtaccgtcaagagtgcacaaa ttacttacacatatgttcttccctaataacagagttttacgatccgaag accttcatcactcacgcggcgttgctccgtcaggctttcgcccattgcg gaagattccctactgctgcctcccgtaggagtctggaccgtgtctcagt tccagtgtggccgatcaccctctcaggtcggctatgcatcgttgccttg gtaagccgttaccttaccaactagctaatgcagcgcggatccatctata agtgacagcaagaccgtctttcacttttgaaccatgcggttcaaaatat tatccggtattagctccggtttcccgaagttatcccagtcttataggta ggttatccacgtgttactcacccgtccgccgctaacatcagagaagcaa gcttctcgtccgttcgctcgatttgcatgtattaggcacgccgccagcg ttcatcctgagccaggatcaaactctccaa Total number is 520 , But in Phrap ACE file the corrosponding entry is : (should get compliment sequence to compare) RD 2008-10-24_A02_S_R.ab1 1404 0 0 gaatggttgtagagagattggtatgttgtagtggtgtgttgtgtgtgaat aggtagtaatggtaggagatgttcatgttttcgttgtgtaagaagattat cgagagagaagatatgttggtattaaatgggaggggataagaacaaaaga gaacaaatatgtgtgatatatagatttggggaaagggaggtggtagatat aattgggttgggtgggtaggactggtgattggattggtgtgatggggagg agttggtagtaatgtgttgtggttttttgattttgcgtttagttagacat atatgtaacgagaggattgattgagatagtaaatatgagacgggattagc caaggatcagaagaggaggggggaaaggtggggagaggaagggaggattg acgataggagaggtgtctagtgtgggtgagaggtgggtgaatatttggtg gagatgtgtgggtatttagatgttgtgagattggattgtggacgtagggt ggatgtggtttgggagttggagaatgggtgtgtagttgtggatatagtta tcaggttgtgagaagtggagaagaggggagagaagagagggggggaaaga ggaaagaagagagaaatagaaggagattatgggagggtggaagggacgta atgagtgttgatttatgatgtatagtttagatgggtggtatggatatttt tgggcgagggaaggagtgaggggatagatggacagagggttntggagcta ttgttttgtttcttgatgtgggtgttggggtgttgattttgtagttctac tttagtttgggtgtagaacagggggattcaaggtcagagtgagtgtgggg gtaaggaagttgatagttgtcagttccttntgaagtTGGAGAGTTTGATC CTGGCTCAGGATGAACGCTGGCGGCGTGCCTAATACATGCAAGTCGAGCG AACGGACGAGAAGCTTGCTTCTCTGATGTTAGCGGCGGACGGGTGAGTAA CACGTGGATAACCTACCTATAAGACTGGGATAACTTCGGGAAACCGGAGC TAATACCGGATAATATTTTGAACCGCATGGTTCAAAAGTGAAAGACGGTC TTGCTGTCACTTATAGATGGATCCGCGCTGCATTAGCTAGTTGGTAAGGT AACGGCTTACCAAGGCAACGATGCATAGCCGACCTGAGAGGGTGATCGGC CACACTGGAACTGAGACACGGTCCAGACTCCTACGGGAGGCAGCAGTAGG GAATCTTCCGCAATGGGCGAAAGCCTGACGGAGCAACGCCGCGTGAGTGA TGAAGGTCTTCGGATCGTAAAACTCTGTTATTAGGGAAGAACATATGTGT AAGTAACTGTGCACATCTTGACGGTACCtaacatggaggcctgttcctcg ttaa My question is why biojava parser only give 520 bases? Is there a way to parse all 1404 bases as seen in Phrap ACE file? Thanks in advance, umanga From aumanga at biggjapan.com Tue Jun 16 09:06:01 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Tue, 16 Jun 2009 18:06:01 +0900 Subject: [Biojava-l] Question about AB1 parser (ABIFChromatogram) Message-ID: <4A376079.8020902@biggjapan.com> Greetings all, When I parse a AB1 file using 'ABIFChromatogram' the number of basecalls read is lower than the basecalls in a Phrap ACE file. For example I parse the AB1 file using biojava ABIChromatogram , it gave the following basecalls: ttaagcaggttaagcgtcctccctgttggtaccgtcaagagtgcacaaa ttacttacacatatgttcttccctaataacagagttttacgatccgaag accttcatcactcacgcggcgttgctccgtcaggctttcgcccattgcg gaagattccctactgctgcctcccgtaggagtctggaccgtgtctcagt tccagtgtggccgatcaccctctcaggtcggctatgcatcgttgccttg gtaagccgttaccttaccaactagctaatgcagcgcggatccatctata agtgacagcaagaccgtctttcacttttgaaccatgcggttcaaaatat tatccggtattagctccggtttcccgaagttatcccagtcttataggta ggttatccacgtgttactcacccgtccgccgctaacatcagagaagcaa gcttctcgtccgttcgctcgatttgcatgtattaggcacgccgccagcg ttcatcctgagccaggatcaaactctccaa Total number is 520 , But in Phrap ACE file the corrosponding entry is : (should get compliment sequence to compare) RD 2008-10-24_A02_S_R.ab1 1404 0 0 gaatggttgtagagagattggtatgttgtagtggtgtgttgtgtgtgaat aggtagtaatggtaggagatgttcatgttttcgttgtgtaagaagattat cgagagagaagatatgttggtattaaatgggaggggataagaacaaaaga gaacaaatatgtgtgatatatagatttggggaaagggaggtggtagatat aattgggttgggtgggtaggactggtgattggattggtgtgatggggagg agttggtagtaatgtgttgtggttttttgattttgcgtttagttagacat atatgtaacgagaggattgattgagatagtaaatatgagacgggattagc caaggatcagaagaggaggggggaaaggtggggagaggaagggaggattg acgataggagaggtgtctagtgtgggtgagaggtgggtgaatatttggtg gagatgtgtgggtatttagatgttgtgagattggattgtggacgtagggt ggatgtggtttgggagttggagaatgggtgtgtagttgtggatatagtta tcaggttgtgagaagtggagaagaggggagagaagagagggggggaaaga ggaaagaagagagaaatagaaggagattatgggagggtggaagggacgta atgagtgttgatttatgatgtatagtttagatgggtggtatggatatttt tgggcgagggaaggagtgaggggatagatggacagagggttntggagcta ttgttttgtttcttgatgtgggtgttggggtgttgattttgtagttctac tttagtttgggtgtagaacagggggattcaaggtcagagtgagtgtgggg gtaaggaagttgatagttgtcagttccttntgaagtTGGAGAGTTTGATC CTGGCTCAGGATGAACGCTGGCGGCGTGCCTAATACATGCAAGTCGAGCG AACGGACGAGAAGCTTGCTTCTCTGATGTTAGCGGCGGACGGGTGAGTAA CACGTGGATAACCTACCTATAAGACTGGGATAACTTCGGGAAACCGGAGC TAATACCGGATAATATTTTGAACCGCATGGTTCAAAAGTGAAAGACGGTC TTGCTGTCACTTATAGATGGATCCGCGCTGCATTAGCTAGTTGGTAAGGT AACGGCTTACCAAGGCAACGATGCATAGCCGACCTGAGAGGGTGATCGGC CACACTGGAACTGAGACACGGTCCAGACTCCTACGGGAGGCAGCAGTAGG GAATCTTCCGCAATGGGCGAAAGCCTGACGGAGCAACGCCGCGTGAGTGA TGAAGGTCTTCGGATCGTAAAACTCTGTTATTAGGGAAGAACATATGTGT AAGTAACTGTGCACATCTTGACGGTACCtaacatggaggcctgttcctcg ttaa My question is why biojava parser only give 520 bases? Is there a way to parse all 1404 bases as seen in Phrap ACE file? Thanks in advance, umanga From ayates at ebi.ac.uk Tue Jun 16 09:10:54 2009 From: ayates at ebi.ac.uk (Andy Yates) Date: Tue, 16 Jun 2009 10:10:54 +0100 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? In-Reply-To: <4A3748A3.8050807@biggjapan.com> References: <4A3748A3.8050807@biggjapan.com> Message-ID: <4A37619E.4090807@ebi.ac.uk> Hi Ashika, AB1 files will contain a different basecall to one generated by phrap since (as far as my memory serves me) ABI's platform has a basecaller built in. This is the one which is coded into the AB1 file & therefore chromatogram graphic will pick up on that one. However it's very odd that the Phrap calls are so distant from the trace itself. I would have hoped that the ACE file would have contained some kind of called base -> peak position in the chromatogram. There is always the option of getting phred to output a SCF file which should contain this information & see what it thinks its doing. SCFs can be parsed by BioJava so you should be able to push it straight into your program & let it handle it. Andy Ashika Umanga Umagiliya wrote: > Greetings all, > > Please refer to image 1 : http://i40.tinypic.com/11rsk00.png > image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png > > > As shown in image (1) , I draw the basecall sequences of AB1 file,by > parsing the ACE file generated by Phrap.That is ,for upper part I do not > read AB1 file.Only read values from ACE file.(values under 'RD' tag in > ACE file.)In the example, two files are 'sampleA-S-R.AB1' and > 'sampleA-S-F.AB1'. > > For the bottom part- that is to draw Chromatogram, I use Biojavas > 'ChromatogramGraphic' class. > > I wanted to align these two parts- that is align 'sampleA-S-R.AB1' > basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so on...(like > in ChromasPro). > > But I noticed that basecall sequence of 'ChromatogramGraphic' is totally > different than that of from ACE file. > Refer to image (2) ; you can see the two sequences generated by same AB1 > file is different in lenght also. > > What could be the problem here? Any suggestions please > > thanks in advance. > umanga > _______________________________________________ > Biojava-l mailing list - Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l From ayates at ebi.ac.uk Tue Jun 16 09:21:12 2009 From: ayates at ebi.ac.uk (Andy Yates) Date: Tue, 16 Jun 2009 10:21:12 +0100 Subject: [Biojava-l] Question about AB1 parser (ABIFChromatogram) In-Reply-To: <4A376079.8020902@biggjapan.com> References: <4A376079.8020902@biggjapan.com> Message-ID: <4A376408.1090602@ebi.ac.uk> Hi, Are you sure that the AB1 file actually contains more than 520bp? Have a check there first (using something like trev should display the AB1 processed data) and then we can see if its a problem in the data or the program. Andy Ashika Umanga Umagiliya wrote: > Greetings all, > > When I parse a AB1 file using 'ABIFChromatogram' the number of basecalls > read is lower than the basecalls in a Phrap ACE file. > > For example I parse the AB1 file using biojava ABIChromatogram , it gave > the following basecalls: > > ttaagcaggttaagcgtcctccctgttggtaccgtcaagagtgcacaaa > ttacttacacatatgttcttccctaataacagagttttacgatccgaag > accttcatcactcacgcggcgttgctccgtcaggctttcgcccattgcg > gaagattccctactgctgcctcccgtaggagtctggaccgtgtctcagt > tccagtgtggccgatcaccctctcaggtcggctatgcatcgttgccttg > gtaagccgttaccttaccaactagctaatgcagcgcggatccatctata > agtgacagcaagaccgtctttcacttttgaaccatgcggttcaaaatat > tatccggtattagctccggtttcccgaagttatcccagtcttataggta > ggttatccacgtgttactcacccgtccgccgctaacatcagagaagcaa > gcttctcgtccgttcgctcgatttgcatgtattaggcacgccgccagcg > ttcatcctgagccaggatcaaactctccaa > > Total number is 520 , > > > But in Phrap ACE file the corrosponding entry is : > (should get compliment sequence to compare) > > RD 2008-10-24_A02_S_R.ab1 1404 0 0 > gaatggttgtagagagattggtatgttgtagtggtgtgttgtgtgtgaat > aggtagtaatggtaggagatgttcatgttttcgttgtgtaagaagattat > cgagagagaagatatgttggtattaaatgggaggggataagaacaaaaga > gaacaaatatgtgtgatatatagatttggggaaagggaggtggtagatat > aattgggttgggtgggtaggactggtgattggattggtgtgatggggagg > agttggtagtaatgtgttgtggttttttgattttgcgtttagttagacat > atatgtaacgagaggattgattgagatagtaaatatgagacgggattagc > caaggatcagaagaggaggggggaaaggtggggagaggaagggaggattg > acgataggagaggtgtctagtgtgggtgagaggtgggtgaatatttggtg > gagatgtgtgggtatttagatgttgtgagattggattgtggacgtagggt > ggatgtggtttgggagttggagaatgggtgtgtagttgtggatatagtta > tcaggttgtgagaagtggagaagaggggagagaagagagggggggaaaga > ggaaagaagagagaaatagaaggagattatgggagggtggaagggacgta > atgagtgttgatttatgatgtatagtttagatgggtggtatggatatttt > tgggcgagggaaggagtgaggggatagatggacagagggttntggagcta > ttgttttgtttcttgatgtgggtgttggggtgttgattttgtagttctac > tttagtttgggtgtagaacagggggattcaaggtcagagtgagtgtgggg > gtaaggaagttgatagttgtcagttccttntgaagtTGGAGAGTTTGATC > CTGGCTCAGGATGAACGCTGGCGGCGTGCCTAATACATGCAAGTCGAGCG > AACGGACGAGAAGCTTGCTTCTCTGATGTTAGCGGCGGACGGGTGAGTAA > CACGTGGATAACCTACCTATAAGACTGGGATAACTTCGGGAAACCGGAGC > TAATACCGGATAATATTTTGAACCGCATGGTTCAAAAGTGAAAGACGGTC > TTGCTGTCACTTATAGATGGATCCGCGCTGCATTAGCTAGTTGGTAAGGT > AACGGCTTACCAAGGCAACGATGCATAGCCGACCTGAGAGGGTGATCGGC > CACACTGGAACTGAGACACGGTCCAGACTCCTACGGGAGGCAGCAGTAGG > GAATCTTCCGCAATGGGCGAAAGCCTGACGGAGCAACGCCGCGTGAGTGA > TGAAGGTCTTCGGATCGTAAAACTCTGTTATTAGGGAAGAACATATGTGT > AAGTAACTGTGCACATCTTGACGGTACCtaacatggaggcctgttcctcg > ttaa > > My question is why biojava parser only give 520 bases? Is there a way to > parse all 1404 bases as seen in Phrap ACE file? > > Thanks in advance, > umanga > > _______________________________________________ > Biojava-l mailing list - Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l From aumanga at biggjapan.com Tue Jun 16 09:39:27 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Tue, 16 Jun 2009 18:39:27 +0900 Subject: [Biojava-l] Question about AB1 parser (ABIFChromatogram) In-Reply-To: <4A376408.1090602@ebi.ac.uk> References: <4A376079.8020902@biggjapan.com> <4A376408.1090602@ebi.ac.uk> Message-ID: <4A37684F.5080206@biggjapan.com> HI Andy, Thank you for the tip. I checked the AB1 with 'trev' and it gave the number of bases as 520. But I wonder in Phrap ACE file how it show 1404 bases. Best Regards, Umanga Andy Yates wrote: > Hi, > > Are you sure that the AB1 file actually contains more than 520bp? Have a > check there first (using something like trev should display the AB1 > processed data) and then we can see if its a problem in the data or the > program. > > Andy > > Ashika Umanga Umagiliya wrote: > >> Greetings all, >> >> When I parse a AB1 file using 'ABIFChromatogram' the number of basecalls >> read is lower than the basecalls in a Phrap ACE file. >> >> For example I parse the AB1 file using biojava ABIChromatogram , it gave >> the following basecalls: >> >> ttaagcaggttaagcgtcctccctgttggtaccgtcaagagtgcacaaa >> ttacttacacatatgttcttccctaataacagagttttacgatccgaag >> accttcatcactcacgcggcgttgctccgtcaggctttcgcccattgcg >> gaagattccctactgctgcctcccgtaggagtctggaccgtgtctcagt >> tccagtgtggccgatcaccctctcaggtcggctatgcatcgttgccttg >> gtaagccgttaccttaccaactagctaatgcagcgcggatccatctata >> agtgacagcaagaccgtctttcacttttgaaccatgcggttcaaaatat >> tatccggtattagctccggtttcccgaagttatcccagtcttataggta >> ggttatccacgtgttactcacccgtccgccgctaacatcagagaagcaa >> gcttctcgtccgttcgctcgatttgcatgtattaggcacgccgccagcg >> ttcatcctgagccaggatcaaactctccaa >> >> Total number is 520 , >> >> >> But in Phrap ACE file the corrosponding entry is : >> (should get compliment sequence to compare) >> >> RD 2008-10-24_A02_S_R.ab1 1404 0 0 >> gaatggttgtagagagattggtatgttgtagtggtgtgttgtgtgtgaat >> aggtagtaatggtaggagatgttcatgttttcgttgtgtaagaagattat >> cgagagagaagatatgttggtattaaatgggaggggataagaacaaaaga >> gaacaaatatgtgtgatatatagatttggggaaagggaggtggtagatat >> aattgggttgggtgggtaggactggtgattggattggtgtgatggggagg >> agttggtagtaatgtgttgtggttttttgattttgcgtttagttagacat >> atatgtaacgagaggattgattgagatagtaaatatgagacgggattagc >> caaggatcagaagaggaggggggaaaggtggggagaggaagggaggattg >> acgataggagaggtgtctagtgtgggtgagaggtgggtgaatatttggtg >> gagatgtgtgggtatttagatgttgtgagattggattgtggacgtagggt >> ggatgtggtttgggagttggagaatgggtgtgtagttgtggatatagtta >> tcaggttgtgagaagtggagaagaggggagagaagagagggggggaaaga >> ggaaagaagagagaaatagaaggagattatgggagggtggaagggacgta >> atgagtgttgatttatgatgtatagtttagatgggtggtatggatatttt >> tgggcgagggaaggagtgaggggatagatggacagagggttntggagcta >> ttgttttgtttcttgatgtgggtgttggggtgttgattttgtagttctac >> tttagtttgggtgtagaacagggggattcaaggtcagagtgagtgtgggg >> gtaaggaagttgatagttgtcagttccttntgaagtTGGAGAGTTTGATC >> CTGGCTCAGGATGAACGCTGGCGGCGTGCCTAATACATGCAAGTCGAGCG >> AACGGACGAGAAGCTTGCTTCTCTGATGTTAGCGGCGGACGGGTGAGTAA >> CACGTGGATAACCTACCTATAAGACTGGGATAACTTCGGGAAACCGGAGC >> TAATACCGGATAATATTTTGAACCGCATGGTTCAAAAGTGAAAGACGGTC >> TTGCTGTCACTTATAGATGGATCCGCGCTGCATTAGCTAGTTGGTAAGGT >> AACGGCTTACCAAGGCAACGATGCATAGCCGACCTGAGAGGGTGATCGGC >> CACACTGGAACTGAGACACGGTCCAGACTCCTACGGGAGGCAGCAGTAGG >> GAATCTTCCGCAATGGGCGAAAGCCTGACGGAGCAACGCCGCGTGAGTGA >> TGAAGGTCTTCGGATCGTAAAACTCTGTTATTAGGGAAGAACATATGTGT >> AAGTAACTGTGCACATCTTGACGGTACCtaacatggaggcctgttcctcg >> ttaa >> >> My question is why biojava parser only give 520 bases? Is there a way to >> parse all 1404 bases as seen in Phrap ACE file? >> >> Thanks in advance, >> umanga >> >> _______________________________________________ >> Biojava-l mailing list - Biojava-l at lists.open-bio.org >> http://lists.open-bio.org/mailman/listinfo/biojava-l >> From aumanga at biggjapan.com Tue Jun 16 09:41:54 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Tue, 16 Jun 2009 18:41:54 +0900 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? In-Reply-To: <4A37619E.4090807@ebi.ac.uk> References: <4A3748A3.8050807@biggjapan.com> <4A37619E.4090807@ebi.ac.uk> Message-ID: <4A3768E2.7090003@biggjapan.com> Hi Andy, Thank you for the reply. Earlier problem was I had not applied the compliment in the ChromatoGraph. Now I could inspect the alignment with the Phrap calls Please refer : http://i43.tinypic.com/e5iu12.png I have drawn orange underlines from where the two sequences matches. But I had to hardcode x1 and x2 offset values to make the graphs align with the Phrap basecalls. So as for my question http://lists.open-bio.org/pipermail/biojava-l/2009-June/006707.html , if somehow get all (or fill) all the callbases same as in ACE , I can align easily. Best Regards, Umanga Andy Yates wrote: > Hi Ashika, > > AB1 files will contain a different basecall to one generated by phrap > since (as far as my memory serves me) ABI's platform has a basecaller > built in. This is the one which is coded into the AB1 file & therefore > chromatogram graphic will pick up on that one. However it's very odd > that the Phrap calls are so distant from the trace itself. > > I would have hoped that the ACE file would have contained some kind of > called base -> peak position in the chromatogram. There is always the > option of getting phred to output a SCF file which should contain this > information & see what it thinks its doing. SCFs can be parsed by > BioJava so you should be able to push it straight into your program & > let it handle it. > > Andy > > Ashika Umanga Umagiliya wrote: > >> Greetings all, >> >> Please refer to image 1 : http://i40.tinypic.com/11rsk00.png >> image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png >> >> >> As shown in image (1) , I draw the basecall sequences of AB1 file,by >> parsing the ACE file generated by Phrap.That is ,for upper part I do not >> read AB1 file.Only read values from ACE file.(values under 'RD' tag in >> ACE file.)In the example, two files are 'sampleA-S-R.AB1' and >> 'sampleA-S-F.AB1'. >> >> For the bottom part- that is to draw Chromatogram, I use Biojavas >> 'ChromatogramGraphic' class. >> >> I wanted to align these two parts- that is align 'sampleA-S-R.AB1' >> basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so on...(like >> in ChromasPro). >> >> But I noticed that basecall sequence of 'ChromatogramGraphic' is totally >> different than that of from ACE file. >> Refer to image (2) ; you can see the two sequences generated by same AB1 >> file is different in lenght also. >> >> What could be the problem here? Any suggestions please >> >> thanks in advance. >> umanga >> _______________________________________________ >> Biojava-l mailing list - Biojava-l at lists.open-bio.org >> http://lists.open-bio.org/mailman/listinfo/biojava-l >> From ayates at ebi.ac.uk Tue Jun 16 09:56:10 2009 From: ayates at ebi.ac.uk (Andy Yates) Date: Tue, 16 Jun 2009 10:56:10 +0100 Subject: [Biojava-l] Question about AB1 parser (ABIFChromatogram) In-Reply-To: <4A37684F.5080206@biggjapan.com> References: <4A376079.8020902@biggjapan.com> <4A376408.1090602@ebi.ac.uk> <4A37684F.5080206@biggjapan.com> Message-ID: <4A376C3A.9020500@ebi.ac.uk> Well the most likely explanation is that since Phred is doing its own basecalling it will be using the unprocessed data which is in the AB1 file. This is always longer than the processed data you see in the AB1 file normally and has not been massaged WRT trace trimming, noise reduction and base lining. So my guess WRT such a huge number of bases is that phred has gone into the "soup" regions of a trace from the beginning and the end. Andy Ashika Umanga Umagiliya wrote: > HI Andy, > > Thank you for the tip. I checked the AB1 with 'trev' and it gave the > number of bases as 520. > But I wonder in Phrap ACE file how it show 1404 bases. > > Best Regards, > Umanga > > Andy Yates wrote: >> Hi, >> >> Are you sure that the AB1 file actually contains more than 520bp? Have a >> check there first (using something like trev should display the AB1 >> processed data) and then we can see if its a problem in the data or the >> program. >> >> Andy >> >> Ashika Umanga Umagiliya wrote: >> >>> Greetings all, >>> >>> When I parse a AB1 file using 'ABIFChromatogram' the number of basecalls >>> read is lower than the basecalls in a Phrap ACE file. >>> >>> For example I parse the AB1 file using biojava ABIChromatogram , it gave >>> the following basecalls: >>> >>> ttaagcaggttaagcgtcctccctgttggtaccgtcaagagtgcacaaa >>> ttacttacacatatgttcttccctaataacagagttttacgatccgaag >>> accttcatcactcacgcggcgttgctccgtcaggctttcgcccattgcg >>> gaagattccctactgctgcctcccgtaggagtctggaccgtgtctcagt >>> tccagtgtggccgatcaccctctcaggtcggctatgcatcgttgccttg >>> gtaagccgttaccttaccaactagctaatgcagcgcggatccatctata >>> agtgacagcaagaccgtctttcacttttgaaccatgcggttcaaaatat >>> tatccggtattagctccggtttcccgaagttatcccagtcttataggta >>> ggttatccacgtgttactcacccgtccgccgctaacatcagagaagcaa >>> gcttctcgtccgttcgctcgatttgcatgtattaggcacgccgccagcg >>> ttcatcctgagccaggatcaaactctccaa >>> >>> Total number is 520 , >>> >>> >>> But in Phrap ACE file the corrosponding entry is : >>> (should get compliment sequence to compare) >>> >>> RD 2008-10-24_A02_S_R.ab1 1404 0 0 >>> gaatggttgtagagagattggtatgttgtagtggtgtgttgtgtgtgaat >>> aggtagtaatggtaggagatgttcatgttttcgttgtgtaagaagattat >>> cgagagagaagatatgttggtattaaatgggaggggataagaacaaaaga >>> gaacaaatatgtgtgatatatagatttggggaaagggaggtggtagatat >>> aattgggttgggtgggtaggactggtgattggattggtgtgatggggagg >>> agttggtagtaatgtgttgtggttttttgattttgcgtttagttagacat >>> atatgtaacgagaggattgattgagatagtaaatatgagacgggattagc >>> caaggatcagaagaggaggggggaaaggtggggagaggaagggaggattg >>> acgataggagaggtgtctagtgtgggtgagaggtgggtgaatatttggtg >>> gagatgtgtgggtatttagatgttgtgagattggattgtggacgtagggt >>> ggatgtggtttgggagttggagaatgggtgtgtagttgtggatatagtta >>> tcaggttgtgagaagtggagaagaggggagagaagagagggggggaaaga >>> ggaaagaagagagaaatagaaggagattatgggagggtggaagggacgta >>> atgagtgttgatttatgatgtatagtttagatgggtggtatggatatttt >>> tgggcgagggaaggagtgaggggatagatggacagagggttntggagcta >>> ttgttttgtttcttgatgtgggtgttggggtgttgattttgtagttctac >>> tttagtttgggtgtagaacagggggattcaaggtcagagtgagtgtgggg >>> gtaaggaagttgatagttgtcagttccttntgaagtTGGAGAGTTTGATC >>> CTGGCTCAGGATGAACGCTGGCGGCGTGCCTAATACATGCAAGTCGAGCG >>> AACGGACGAGAAGCTTGCTTCTCTGATGTTAGCGGCGGACGGGTGAGTAA >>> CACGTGGATAACCTACCTATAAGACTGGGATAACTTCGGGAAACCGGAGC >>> TAATACCGGATAATATTTTGAACCGCATGGTTCAAAAGTGAAAGACGGTC >>> TTGCTGTCACTTATAGATGGATCCGCGCTGCATTAGCTAGTTGGTAAGGT >>> AACGGCTTACCAAGGCAACGATGCATAGCCGACCTGAGAGGGTGATCGGC >>> CACACTGGAACTGAGACACGGTCCAGACTCCTACGGGAGGCAGCAGTAGG >>> GAATCTTCCGCAATGGGCGAAAGCCTGACGGAGCAACGCCGCGTGAGTGA >>> TGAAGGTCTTCGGATCGTAAAACTCTGTTATTAGGGAAGAACATATGTGT >>> AAGTAACTGTGCACATCTTGACGGTACCtaacatggaggcctgttcctcg >>> ttaa >>> >>> My question is why biojava parser only give 520 bases? Is there a way to >>> parse all 1404 bases as seen in Phrap ACE file? >>> >>> Thanks in advance, >>> umanga >>> >>> _______________________________________________ >>> Biojava-l mailing list - Biojava-l at lists.open-bio.org >>> http://lists.open-bio.org/mailman/listinfo/biojava-l >>> From abdul.qaddos at gmail.com Wed Jun 17 00:48:55 2009 From: abdul.qaddos at gmail.com (Abdul Qaddus) Date: Wed, 17 Jun 2009 05:48:55 +0500 Subject: [Biojava-l] Fwd: Need help for resolving the args[0] issues. In-Reply-To: References: Message-ID: Hello Support, I am a new developer of biojava, I have a good knowledge about java and bio, but this is new tool for me, I have some problem while working in this tools, below I have write down the code for reading the Gen Bank file and then convert into "DNA", "RNA" or "Protein". I have already add the biojava library into my source code. When I have read this code I have come to know from your arguments portion for the execution of this code, I have need three argument, one for the filename, second for the file type and third is the alphabet. Now the problem is that how I will pass these three parameter values into source code for args[0], args[1] and args[2]. When I have passed these values by using the string pattern then this code generte a errors, "illegel statement". Please help me out how I can fixed this problem, I will be very thankful to you if you will reply me soon package biojava; import java.io.*; import org.biojava.bio.*; import org.biojava.bio.seq.*; import org.biojava.bio.seq.io.*; public class ReadFasta2 { /** * This program will read any file supported by SeqIOTools it takes three * arguments, the first is the file name the second is the name of * a file format supported by SeqIOTools. eg fasta, genbank etc. * The third argument is the alphabet (eg dna, rna, protein). * * Both the format and alphabet names are case insensitive. * */ public static void main(String[] args) { try { //prepare a BufferedReader for file io BufferedReader br = new BufferedReader(new FileReader(args[0])); String format = args[1]; String alphabet = args[2]; /* * get a Sequence Iterator over all the sequences in the file. * SeqIOTools.fileToBiojava() returns an Object. If the file read * is an alignment format like MSF and Alignment object is returned * otherwise a SequenceIterator is returned. */ SequenceIterator iter = (SequenceIterator)SeqIOTools.fileToBiojava(format,alphabet, br); } catch (FileNotFoundException ex) { //can't find file specified by args[0] ex.printStackTrace(); }catch (BioException ex) { //error parsing requested format ex.printStackTrace(); } } } -- Abdul Qaddus www.futurelinkers.com Cell No:- +92-3336540863 -- Abdul Qaddus www.futurelinkers.com Cell No:- +92-3336540863 From aumanga at biggjapan.com Wed Jun 17 02:49:46 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Wed, 17 Jun 2009 11:49:46 +0900 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? In-Reply-To: <4A377471.9090509@ebi.ac.uk> References: <4A3748A3.8050807@biggjapan.com> <4A37619E.4090807@ebi.ac.uk> <4A3768E2.7090003@biggjapan.com> <4A377471.9090509@ebi.ac.uk> Message-ID: <4A3859CA.5020803@biggjapan.com> Hi Andy , Thanks for the help.I was doing all wrong ! Instead of using AB1 raw data , I used SCF generated by Phrep and used the offset values from ACE file. Now all are aligned , here a snapshot : http://i39.tinypic.com/xbymf.png But still one problem .As can be seen in the picture, at the end of the graph, some part of the trace-plot is missing for last bases. Any idea whats going on here ? Thanks in advance, Umanga Andy Yates wrote: > Hi Umanga, > > In terms of getting the offset I'm not sure. That information should be > provided via the ACE file or from some other output from phrap; its not > the responsibility of the AB1 file to contain this information. The > phred output (which phrap uses under the scenes I think) which does > contain this information is the SCF output but in this situation you are > not rendering the processed output from the ABI sequencer. You are > actually displaying: > > ABI Raw output -> phred basecalled/processed > > So if there is a reason why you want to show the ABI processed data then > I'm not sure how to marry it to the phrap output. Otherwise just use the > traces phrap outputs and see what happens. > > Andy > > Ashika Umanga Umagiliya wrote: > >> Hi Andy, >> >> Thank you for the reply. >> Earlier problem was I had not applied the compliment in the ChromatoGraph. >> Now I could inspect the alignment with the Phrap calls >> >> Please refer : http://i43.tinypic.com/e5iu12.png >> >> I have drawn orange underlines from where the two sequences matches. >> But I had to hardcode x1 and x2 offset values to make the graphs align >> with the Phrap basecalls. >> So as for my question >> http://lists.open-bio.org/pipermail/biojava-l/2009-June/006707.html , if >> somehow get all (or fill) all the callbases same as in ACE , I can align >> easily. >> >> >> Best Regards, >> Umanga >> >> >> >> >> >> Andy Yates wrote: >> >>> Hi Ashika, >>> >>> AB1 files will contain a different basecall to one generated by phrap >>> since (as far as my memory serves me) ABI's platform has a basecaller >>> built in. This is the one which is coded into the AB1 file & therefore >>> chromatogram graphic will pick up on that one. However it's very odd >>> that the Phrap calls are so distant from the trace itself. >>> >>> I would have hoped that the ACE file would have contained some kind of >>> called base -> peak position in the chromatogram. There is always the >>> option of getting phred to output a SCF file which should contain this >>> information & see what it thinks its doing. SCFs can be parsed by >>> BioJava so you should be able to push it straight into your program & >>> let it handle it. >>> >>> Andy >>> >>> Ashika Umanga Umagiliya wrote: >>> >>> >>>> Greetings all, >>>> >>>> Please refer to image 1 : http://i40.tinypic.com/11rsk00.png >>>> image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png >>>> >>>> >>>> As shown in image (1) , I draw the basecall sequences of AB1 file,by >>>> parsing the ACE file generated by Phrap.That is ,for upper part I do not >>>> read AB1 file.Only read values from ACE file.(values under 'RD' tag in >>>> ACE file.)In the example, two files are 'sampleA-S-R.AB1' and >>>> 'sampleA-S-F.AB1'. >>>> >>>> For the bottom part- that is to draw Chromatogram, I use Biojavas >>>> 'ChromatogramGraphic' class. >>>> >>>> I wanted to align these two parts- that is align 'sampleA-S-R.AB1' >>>> basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so on...(like >>>> in ChromasPro). >>>> >>>> But I noticed that basecall sequence of 'ChromatogramGraphic' is totally >>>> different than that of from ACE file. >>>> Refer to image (2) ; you can see the two sequences generated by same AB1 >>>> file is different in lenght also. >>>> >>>> What could be the problem here? Any suggestions please >>>> >>>> thanks in advance. >>>> umanga >>>> _______________________________________________ >>>> Biojava-l mailing list - Biojava-l at lists.open-bio.org >>>> http://lists.open-bio.org/mailman/listinfo/biojava-l >>>> >>>> From ayates at ebi.ac.uk Wed Jun 17 08:16:58 2009 From: ayates at ebi.ac.uk (Andy Yates) Date: Wed, 17 Jun 2009 09:16:58 +0100 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? In-Reply-To: <4A3859CA.5020803@biggjapan.com> References: <4A3748A3.8050807@biggjapan.com> <4A37619E.4090807@ebi.ac.uk> <4A3768E2.7090003@biggjapan.com> <4A377471.9090509@ebi.ac.uk> <4A3859CA.5020803@biggjapan.com> Message-ID: <4A38A67A.1000509@ebi.ac.uk> Hi Umanga, Glad you've got it rendering though now :) My best guess is that the trace have been truncated by the generating program or the file writing is incomplete which I doubt due to the way SCF files are constructed. So my money is on Phrap/Phred doing a bit of quality control with the end of the trace. Why it hasn't truncated the base calls as well I do not know and is probably a question better suited to the people who write/maintain Phred & Phrap. Sorry I can't be of that much more help :( Andy Ashika Umanga Umagiliya wrote: > Hi Andy , > > Thanks for the help.I was doing all wrong ! > Instead of using AB1 raw data , I used SCF generated by Phrep and used > the offset values from ACE file. > Now all are aligned , here a snapshot : http://i39.tinypic.com/xbymf.png > > But still one problem .As can be seen in the picture, at the end of the > graph, some part of the trace-plot is missing for last bases. > Any idea whats going on here ? > > Thanks in advance, > Umanga > > Andy Yates wrote: >> Hi Umanga, >> >> In terms of getting the offset I'm not sure. That information should be >> provided via the ACE file or from some other output from phrap; its not >> the responsibility of the AB1 file to contain this information. The >> phred output (which phrap uses under the scenes I think) which does >> contain this information is the SCF output but in this situation you are >> not rendering the processed output from the ABI sequencer. You are >> actually displaying: >> >> ABI Raw output -> phred basecalled/processed >> >> So if there is a reason why you want to show the ABI processed data then >> I'm not sure how to marry it to the phrap output. Otherwise just use the >> traces phrap outputs and see what happens. >> >> Andy >> >> Ashika Umanga Umagiliya wrote: >> >>> Hi Andy, >>> >>> Thank you for the reply. >>> Earlier problem was I had not applied the compliment in the >>> ChromatoGraph. >>> Now I could inspect the alignment with the Phrap calls >>> >>> Please refer : http://i43.tinypic.com/e5iu12.png >>> >>> I have drawn orange underlines from where the two sequences matches. >>> But I had to hardcode x1 and x2 offset values to make the graphs align >>> with the Phrap basecalls. >>> So as for my question >>> http://lists.open-bio.org/pipermail/biojava-l/2009-June/006707.html , if >>> somehow get all (or fill) all the callbases same as in ACE , I can align >>> easily. >>> >>> >>> Best Regards, >>> Umanga >>> >>> >>> >>> >>> >>> Andy Yates wrote: >>> >>>> Hi Ashika, >>>> >>>> AB1 files will contain a different basecall to one generated by phrap >>>> since (as far as my memory serves me) ABI's platform has a basecaller >>>> built in. This is the one which is coded into the AB1 file & therefore >>>> chromatogram graphic will pick up on that one. However it's very odd >>>> that the Phrap calls are so distant from the trace itself. >>>> >>>> I would have hoped that the ACE file would have contained some kind of >>>> called base -> peak position in the chromatogram. There is always the >>>> option of getting phred to output a SCF file which should contain this >>>> information & see what it thinks its doing. SCFs can be parsed by >>>> BioJava so you should be able to push it straight into your program & >>>> let it handle it. >>>> >>>> Andy >>>> >>>> Ashika Umanga Umagiliya wrote: >>>> >>>> >>>>> Greetings all, >>>>> >>>>> Please refer to image 1 : http://i40.tinypic.com/11rsk00.png >>>>> image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png >>>>> >>>>> >>>>> As shown in image (1) , I draw the basecall sequences of AB1 file,by >>>>> parsing the ACE file generated by Phrap.That is ,for upper part I >>>>> do not >>>>> read AB1 file.Only read values from ACE file.(values under 'RD' tag in >>>>> ACE file.)In the example, two files are 'sampleA-S-R.AB1' and >>>>> 'sampleA-S-F.AB1'. >>>>> >>>>> For the bottom part- that is to draw Chromatogram, I use Biojavas >>>>> 'ChromatogramGraphic' class. >>>>> >>>>> I wanted to align these two parts- that is align 'sampleA-S-R.AB1' >>>>> basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so >>>>> on...(like >>>>> in ChromasPro). >>>>> >>>>> But I noticed that basecall sequence of 'ChromatogramGraphic' is >>>>> totally >>>>> different than that of from ACE file. >>>>> Refer to image (2) ; you can see the two sequences generated by >>>>> same AB1 >>>>> file is different in lenght also. >>>>> >>>>> What could be the problem here? Any suggestions please >>>>> >>>>> thanks in advance. >>>>> umanga >>>>> _______________________________________________ >>>>> Biojava-l mailing list - Biojava-l at lists.open-bio.org >>>>> http://lists.open-bio.org/mailman/listinfo/biojava-l >>>>> From aumanga at biggjapan.com Wed Jun 17 09:00:50 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Wed, 17 Jun 2009 18:00:50 +0900 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? In-Reply-To: <4A38A67A.1000509@ebi.ac.uk> References: <4A3748A3.8050807@biggjapan.com> <4A37619E.4090807@ebi.ac.uk> <4A3768E2.7090003@biggjapan.com> <4A377471.9090509@ebi.ac.uk> <4A3859CA.5020803@biggjapan.com> <4A38A67A.1000509@ebi.ac.uk> Message-ID: <4A38B0C2.4030806@biggjapan.com> Hi again Andy , Thank you for all your help , it was a matter of setting an option in ChromatogramGraphic ChromatogramGraphic chromaGfx; . . chromaGfx.setOption(Option.SUBPATH_LENGTH, new Integer( Integer.MAX_VALUE)); Now I can see the entire trace-plot .. Everything is just fine :) Best Regards, Umanga Andy Yates wrote: > Hi Umanga, > > Glad you've got it rendering though now :) > > My best guess is that the trace have been truncated by the generating > program or the file writing is incomplete which I doubt due to the way > SCF files are constructed. So my money is on Phrap/Phred doing a bit of > quality control with the end of the trace. Why it hasn't truncated the > base calls as well I do not know and is probably a question better > suited to the people who write/maintain Phred & Phrap. > > Sorry I can't be of that much more help :( > > Andy > > Ashika Umanga Umagiliya wrote: > >> Hi Andy , >> >> Thanks for the help.I was doing all wrong ! >> Instead of using AB1 raw data , I used SCF generated by Phrep and used >> the offset values from ACE file. >> Now all are aligned , here a snapshot : http://i39.tinypic.com/xbymf.png >> >> But still one problem .As can be seen in the picture, at the end of the >> graph, some part of the trace-plot is missing for last bases. >> Any idea whats going on here ? >> >> Thanks in advance, >> Umanga >> >> Andy Yates wrote: >> >>> Hi Umanga, >>> >>> In terms of getting the offset I'm not sure. That information should be >>> provided via the ACE file or from some other output from phrap; its not >>> the responsibility of the AB1 file to contain this information. The >>> phred output (which phrap uses under the scenes I think) which does >>> contain this information is the SCF output but in this situation you are >>> not rendering the processed output from the ABI sequencer. You are >>> actually displaying: >>> >>> ABI Raw output -> phred basecalled/processed >>> >>> So if there is a reason why you want to show the ABI processed data then >>> I'm not sure how to marry it to the phrap output. Otherwise just use the >>> traces phrap outputs and see what happens. >>> >>> Andy >>> >>> Ashika Umanga Umagiliya wrote: >>> >>> >>>> Hi Andy, >>>> >>>> Thank you for the reply. >>>> Earlier problem was I had not applied the compliment in the >>>> ChromatoGraph. >>>> Now I could inspect the alignment with the Phrap calls >>>> >>>> Please refer : http://i43.tinypic.com/e5iu12.png >>>> >>>> I have drawn orange underlines from where the two sequences matches. >>>> But I had to hardcode x1 and x2 offset values to make the graphs align >>>> with the Phrap basecalls. >>>> So as for my question >>>> http://lists.open-bio.org/pipermail/biojava-l/2009-June/006707.html , if >>>> somehow get all (or fill) all the callbases same as in ACE , I can align >>>> easily. >>>> >>>> >>>> Best Regards, >>>> Umanga >>>> >>>> >>>> >>>> >>>> >>>> Andy Yates wrote: >>>> >>>> >>>>> Hi Ashika, >>>>> >>>>> AB1 files will contain a different basecall to one generated by phrap >>>>> since (as far as my memory serves me) ABI's platform has a basecaller >>>>> built in. This is the one which is coded into the AB1 file & therefore >>>>> chromatogram graphic will pick up on that one. However it's very odd >>>>> that the Phrap calls are so distant from the trace itself. >>>>> >>>>> I would have hoped that the ACE file would have contained some kind of >>>>> called base -> peak position in the chromatogram. There is always the >>>>> option of getting phred to output a SCF file which should contain this >>>>> information & see what it thinks its doing. SCFs can be parsed by >>>>> BioJava so you should be able to push it straight into your program & >>>>> let it handle it. >>>>> >>>>> Andy >>>>> >>>>> Ashika Umanga Umagiliya wrote: >>>>> >>>>> >>>>> >>>>>> Greetings all, >>>>>> >>>>>> Please refer to image 1 : http://i40.tinypic.com/11rsk00.png >>>>>> image 2 (end of graph): http://i44.tinypic.com/2vt4iu8.png >>>>>> >>>>>> >>>>>> As shown in image (1) , I draw the basecall sequences of AB1 file,by >>>>>> parsing the ACE file generated by Phrap.That is ,for upper part I >>>>>> do not >>>>>> read AB1 file.Only read values from ACE file.(values under 'RD' tag in >>>>>> ACE file.)In the example, two files are 'sampleA-S-R.AB1' and >>>>>> 'sampleA-S-F.AB1'. >>>>>> >>>>>> For the bottom part- that is to draw Chromatogram, I use Biojavas >>>>>> 'ChromatogramGraphic' class. >>>>>> >>>>>> I wanted to align these two parts- that is align 'sampleA-S-R.AB1' >>>>>> basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so >>>>>> on...(like >>>>>> in ChromasPro). >>>>>> >>>>>> But I noticed that basecall sequence of 'ChromatogramGraphic' is >>>>>> totally >>>>>> different than that of from ACE file. >>>>>> Refer to image (2) ; you can see the two sequences generated by >>>>>> same AB1 >>>>>> file is different in lenght also. >>>>>> >>>>>> What could be the problem here? Any suggestions please >>>>>> >>>>>> thanks in advance. >>>>>> umanga >>>>>> _______________________________________________ >>>>>> Biojava-l mailing list - Biojava-l at lists.open-bio.org >>>>>> http://lists.open-bio.org/mailman/listinfo/biojava-l >>>>>> >>>>>> From andreas at sdsc.edu Wed Jun 17 18:11:17 2009 From: andreas at sdsc.edu (Andreas Prlic) Date: Wed, 17 Jun 2009 11:11:17 -0700 Subject: [Biojava-l] Aligning Chromatogram with Phrap ACE sequences ? In-Reply-To: <4A38B0C2.4030806@biggjapan.com> References: <4A3748A3.8050807@biggjapan.com> <4A37619E.4090807@ebi.ac.uk> <4A3768E2.7090003@biggjapan.com> <4A377471.9090509@ebi.ac.uk> <4A3859CA.5020803@biggjapan.com> <4A38A67A.1000509@ebi.ac.uk> <4A38B0C2.4030806@biggjapan.com> Message-ID: <59a41c430906171111y53f8080u956e909a185e9a48@mail.gmail.com> Great that it works now! Do you want to post some more documentation on the wiki page? We seem to get queries regarding this every now and then so having more docu might be helpful... Cheers, Andreas On Wed, Jun 17, 2009 at 2:00 AM, Ashika Umanga Umagiliya wrote: > Hi again Andy , > > Thank you for all your help , it was a matter of setting an option in > ?ChromatogramGraphic > > > ChromatogramGraphic chromaGfx; > . > . > chromaGfx.setOption(Option.SUBPATH_LENGTH, new Integer( > ? ? ? ? ? ? ? ? ? Integer.MAX_VALUE)); > > > Now I can see the entire trace-plot .. ?Everything is just fine :) > > > Best Regards, > Umanga > > Andy Yates wrote: >> >> Hi Umanga, >> >> Glad you've got it rendering though now :) >> >> My best guess is that the trace have been truncated by the generating >> program or the file writing is incomplete which I doubt due to the way >> SCF files are constructed. So my money is on Phrap/Phred doing a bit of >> quality control with the end of the trace. Why it hasn't truncated the >> base calls as well I do not know and is probably a question better >> suited to the people who write/maintain Phred & Phrap. >> >> Sorry I can't be of that much more help :( >> >> Andy >> >> Ashika Umanga Umagiliya wrote: >> >>> >>> Hi Andy , >>> >>> Thanks for the help.I was doing all wrong ! >>> Instead of using AB1 raw data , I used SCF ?generated by Phrep and used >>> the offset values from ACE file. >>> Now all are aligned , here a snapshot : http://i39.tinypic.com/xbymf.png >>> >>> But still one problem .As can be seen in the picture, at the end of the >>> graph, some part of the trace-plot is missing for last bases. >>> Any idea whats going on here ? >>> >>> Thanks in advance, >>> Umanga >>> >>> Andy Yates wrote: >>> >>>> >>>> Hi Umanga, >>>> >>>> In terms of getting the offset I'm not sure. That information should be >>>> provided via the ACE file or from some other output from phrap; its not >>>> the responsibility of the AB1 file to contain this information. The >>>> phred output (which phrap uses under the scenes I think) which does >>>> contain this information is the SCF output but in this situation you are >>>> not rendering the processed output from the ABI sequencer. You are >>>> actually displaying: >>>> >>>> ABI Raw output -> phred basecalled/processed >>>> >>>> So if there is a reason why you want to show the ABI processed data then >>>> I'm not sure how to marry it to the phrap output. Otherwise just use the >>>> traces phrap outputs and see what happens. >>>> >>>> Andy >>>> >>>> Ashika Umanga Umagiliya wrote: >>>> >>>>> >>>>> Hi Andy, >>>>> >>>>> Thank you for the reply. >>>>> Earlier problem was I had not applied the compliment in the >>>>> ChromatoGraph. >>>>> Now I could inspect the alignment with the Phrap calls >>>>> >>>>> Please refer : ?http://i43.tinypic.com/e5iu12.png >>>>> >>>>> I have drawn orange underlines from where the two sequences matches. >>>>> But I had to hardcode x1 and x2 offset values to make the graphs align >>>>> with the Phrap basecalls. >>>>> So as for my question >>>>> http://lists.open-bio.org/pipermail/biojava-l/2009-June/006707.html , >>>>> if >>>>> somehow get all (or fill) all the callbases same as in ACE , I can >>>>> align >>>>> easily. >>>>> >>>>> >>>>> Best Regards, >>>>> Umanga >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> Andy Yates wrote: >>>>> >>>>>> >>>>>> Hi Ashika, >>>>>> >>>>>> AB1 files will contain a different basecall to one generated by phrap >>>>>> since (as far as my memory serves me) ABI's platform has a basecaller >>>>>> built in. This is the one which is coded into the AB1 file & therefore >>>>>> chromatogram graphic will pick up on that one. However it's very odd >>>>>> that the Phrap calls are so distant from the trace itself. >>>>>> >>>>>> I would have hoped that the ACE file would have contained some kind of >>>>>> called base -> peak position in the chromatogram. There is always the >>>>>> option of getting phred to output a SCF file which should contain this >>>>>> information & see what it thinks its doing. SCFs can be parsed by >>>>>> BioJava so you should be able to push it straight into your program & >>>>>> let it handle it. >>>>>> >>>>>> Andy >>>>>> >>>>>> Ashika Umanga Umagiliya wrote: >>>>>> >>>>>>> >>>>>>> Greetings all, >>>>>>> >>>>>>> Please refer to image 1 : http://i40.tinypic.com/11rsk00.png >>>>>>> image 2 (end of graph): ?http://i44.tinypic.com/2vt4iu8.png >>>>>>> >>>>>>> >>>>>>> As shown in image (1) , I draw the basecall sequences of AB1 file,by >>>>>>> parsing the ACE file generated by Phrap.That is ,for upper part I >>>>>>> do not >>>>>>> read AB1 file.Only read values from ACE file.(values under 'RD' tag >>>>>>> in >>>>>>> ACE file.)In the example, two files are 'sampleA-S-R.AB1' and >>>>>>> 'sampleA-S-F.AB1'. >>>>>>> >>>>>>> For the bottom part- that is to draw Chromatogram, I use Biojavas >>>>>>> 'ChromatogramGraphic' class. >>>>>>> >>>>>>> I wanted to align these two parts- that is align 'sampleA-S-R.AB1' >>>>>>> basecall sequence with 'sampleA-S-R.AB1' chromatogram..and so >>>>>>> on...(like >>>>>>> in ChromasPro). >>>>>>> >>>>>>> But I noticed that basecall sequence of 'ChromatogramGraphic' is >>>>>>> totally >>>>>>> different than that of from ACE file. >>>>>>> Refer to image (2) ; you can see the two sequences generated by >>>>>>> same AB1 >>>>>>> file is different in lenght also. >>>>>>> >>>>>>> What could be the problem here? Any suggestions please >>>>>>> >>>>>>> thanks in advance. >>>>>>> umanga >>>>>>> _______________________________________________ >>>>>>> Biojava-l mailing list ?- ?Biojava-l at lists.open-bio.org >>>>>>> http://lists.open-bio.org/mailman/listinfo/biojava-l >>>>>>> > > _______________________________________________ > Biojava-l mailing list ?- ?Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l > From aumanga at biggjapan.com Thu Jun 18 02:51:44 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Thu, 18 Jun 2009 11:51:44 +0900 Subject: [Biojava-l] SCF Parser issues with gaps and unread peak values ? Message-ID: <4A39ABC0.8090503@biggjapan.com> Greetings all, Please refer to image at: http://i43.tinypic.com/sfdjs6.png As shown in Figure1 , I am drawing bases using Phrap ACE file and drawing chromatographs using Biojava 'ChromatoGraphics' . I use .SCF file generated by phrep. As can be seen in Figure 1 , the alignment breaks from the 'Magenta callbase-box'.The reason is may be the 'SCF parser' has ignored one of the peaks which should be a 'T'. Figure 2 : Shows what need to be happen.If somehow if I can fill it with a T (or may be sometimes a Gap) I can save the alignment between sequences. Figure 3 : Shows the same Chromatograph using ChromasPro , It has identified the peak as a T. I went throught the biojavas SCF parser , I noticed that it finally creates a 'SimpleAlignment'.Can I utilize 'GappedSymbolList' and fix this? Is there a way to read the gaps (or incases like this , the correct base T) and make these two align. Thanks in advance, Umanga From aumanga at biggjapan.com Fri Jun 19 01:28:56 2009 From: aumanga at biggjapan.com (Ashika Umanga Umagiliya) Date: Fri, 19 Jun 2009 10:28:56 +0900 Subject: [Biojava-l] SCF Parser issues with gaps and unread peak values ? In-Reply-To: <4A3A163A.6080304@ebi.ac.uk> References: <4A39ABC0.8090503@biggjapan.com> <4A3A163A.6080304@ebi.ac.uk> Message-ID: <4A3AE9D8.108@biggjapan.com> Hi Andy, Thank you for the help. Yes,looking at the trace the bases has to be TGTTGTTAGG as you said. I get Chromatogram using SCF parse like : Chromatogram chroma = SCF.create(scfFile); then when I print the bases using chroma.getBaseCalls() It shows the bases sequence "TGTTGTAGG" (T is missing). So I put a System.out.println() to the decode method in SCF parser class , that ie at : static class DefaultUncertaintyDecoder implements BaseCallUncertaintyDecoder { public DefaultUncertaintyDecoder() { } public Symbol decode(byte call) throws IllegalSymbolException { char c = (char) call; System.out.print(""+c); .. .. But here also it showed "TGTTGTAGG" (with missubg T). So I thought this is not an issue with rendering logic, but in the parser. Thanks again, Umanga Andy Yates wrote: > Hi Umanga, > > Looking at your graphic the SCF parser hasn't missed out the T. Looking > at the trace I can read the bases to be TGTTGTTAGGG. What I think has > happened is the callboxes are assuming a more uniformed trace since the > G has bled a bit too much into the previous T. > > My knowledge of the callbox code is non-existent as my previous work on > these types of graphics did not call for this kind of rendering (we > didn't use any base calls as we were looking for variation in samples > with varying copy numbers so they were quite subtle). Have a look in the > options for the call box rendering & see if there is anything which can > limit the size of a callbox & the bounds it is rendered to. Also looking > at the basecalled positions might be a good idea as that would give a > clue about what the graphics are attempting to do WRT this data > > Hope that helps. > > Andy > > Ashika Umanga Umagiliya wrote: > >> Greetings all, >> >> Please refer to image at: http://i43.tinypic.com/sfdjs6.png >> >> As shown in Figure1 , I am drawing bases using Phrap ACE file and >> drawing chromatographs using >> Biojava 'ChromatoGraphics' . I use .SCF file generated by phrep. >> >> As can be seen in Figure 1 , the alignment breaks from the 'Magenta >> callbase-box'.The reason is may be the 'SCF parser' has ignored one of >> the peaks which should be a 'T'. >> >> >> Figure 2 : Shows what need to be happen.If somehow if I can fill it with >> a T (or may be sometimes a Gap) I can save the alignment between sequences. >> >> Figure 3 : Shows the same Chromatograph using ChromasPro , It has >> identified the peak as a T. >> >> I went throught the biojavas SCF parser , I noticed that it finally >> creates a 'SimpleAlignment'.Can I utilize 'GappedSymbolList' and fix this? >> Is there a way to read the gaps (or incases like this , the correct base >> T) and make these two align. >> >> Thanks in advance, >> Umanga >> _______________________________________________ >> Biojava-l mailing list - Biojava-l at lists.open-bio.org >> http://lists.open-bio.org/mailman/listinfo/biojava-l >> From abdul.qaddos at gmail.com Fri Jun 19 06:52:38 2009 From: abdul.qaddos at gmail.com (Abdul Qaddus) Date: Fri, 19 Jun 2009 11:52:38 +0500 Subject: [Biojava-l] Need help for resolving the issue args[0] In-Reply-To: References: Message-ID: Hello Support, I am a new developer of biojava, I have a good knowledge about java and bio, but this is new tool for me, I have some problem while working in this tools, below I have write down the code for reading the Gen Bank file and then convert into "DNA", "RNA" or "Protein". I have already add the biojava library into my source code. When I have read this code I have come to know from your arguments portion for the execution of this code, I have need three argument, one for the filename, second for the file type and third is the alphabet. Now the problem is that how I will pass these three parameter values into source code for args[0], args[1] and args[2]. When I have passed these values by using the string pattern then this code generte a errors, "illegel statement". Please help me out how I can fixed this problem, I will be very thankful to you if you will reply me soon package biojava; import java.io.*; import org.biojava.bio.*; import org.biojava.bio.seq.*; import org.biojava.bio.seq.io.*; public class ReadFasta2 { /** * This program will read any file supported by SeqIOTools it takes three * arguments, the first is the file name the second is the name of * a file format supported by SeqIOTools. eg fasta, genbank etc. * The third argument is the alphabet (eg dna, rna, protein). * * Both the format and alphabet names are case insensitive. * */ public static void main(String[] args) { try { //prepare a BufferedReader for file io BufferedReader br = new BufferedReader(new FileReader(args[0])); String format = args[1]; String alphabet = args[2]; /* * get a Sequence Iterator over all the sequences in the file. * SeqIOTools.fileToBiojava() returns an Object. If the file read * is an alignment format like MSF and Alignment object is returned * otherwise a SequenceIterator is returned. */ SequenceIterator iter = (SequenceIterator)SeqIOTools.fileToBiojava(format,alphabet, br); } catch (FileNotFoundException ex) { //can't find file specified by args[0] ex.printStackTrace(); }catch (BioException ex) { //error parsing requested format ex.printStackTrace(); } } } -- -- Abdul Qaddus www.futurelinkers.com Cell No:- +92-3336540863 From mark.schreiber at novartis.com Fri Jun 19 06:57:09 2009 From: mark.schreiber at novartis.com (mark.schreiber at novartis.com) Date: Fri, 19 Jun 2009 14:57:09 +0800 Subject: [Biojava-l] Need help for resolving the issue args[0] In-Reply-To: Message-ID: Can you post the stack trace? biojava-l-bounces at lists.open-bio.org wrote on 06/19/2009 02:52:38 PM: > Hello Support, > I am a new developer of biojava, I have a good knowledge about java and bio, > but this is new tool for me, I have some problem while working in this > tools, below I have write down the code for reading the Gen Bank file and > then convert into "DNA", "RNA" or "Protein". I have already add the biojava > library into my source code. When I have read this code I have come to know > from your arguments portion for the execution of this code, I have need > three argument, one for the filename, second for the file type and third is > the alphabet. > Now the problem is that how I will pass these three parameter values into > source code for args[0], args[1] and args[2]. When I have passed these > values by using the string pattern then this code generte a errors, "illegel > statement". Please help me out how I can fixed this problem, I will be very > thankful to you if you will reply me soon > > > package biojava; > import java.io.*; > > import org.biojava.bio.*; > import org.biojava.bio.seq.*; > import org.biojava.bio.seq.io.*; > > public class ReadFasta2 { > > /** > * This program will read any file supported by SeqIOTools it takes three > * arguments, the first is the file name the second is the name of > * a file format supported by SeqIOTools. eg fasta, genbank etc. > * The third argument is the alphabet (eg dna, rna, protein). > * > * Both the format and alphabet names are case insensitive. > * > */ > public static void main(String[] args) { > try { > //prepare a BufferedReader for file io > BufferedReader br = new BufferedReader(new FileReader(args[0])); > > String format = args[1]; > String alphabet = args[2]; > > /* > * get a Sequence Iterator over all the sequences in the file. > * SeqIOTools.fileToBiojava() returns an Object. If the file read > * is an alignment format like MSF and Alignment object is returned > * otherwise a SequenceIterator is returned. > */ > SequenceIterator iter = > (SequenceIterator)SeqIOTools.fileToBiojava(format,alphabet, br); > } > catch (FileNotFoundException ex) { > //can't find file specified by args[0] > ex.printStackTrace(); > }catch (BioException ex) { > //error parsing requested format > ex.printStackTrace(); > } > } > } > -- > > > > > -- > Abdul Qaddus > www.futurelinkers.com > Cell No:- +92-3336540863 > _______________________________________________ > Biojava-l mailing list - Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l _________________________ CONFIDENTIALITY NOTICE The information contained in this e-mail message is intended only for the exclusive use of the individual or entity named above and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivery of the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by e-mail and delete the material from any computer. Thank you. From ayates at ebi.ac.uk Fri Jun 19 15:37:10 2009 From: ayates at ebi.ac.uk (Andy Yates) Date: Fri, 19 Jun 2009 16:37:10 +0100 Subject: [Biojava-l] SCF Parser issues with gaps and unread peak values ? In-Reply-To: <4A3AE9D8.108@biggjapan.com> References: <4A39ABC0.8090503@biggjapan.com> <4A3A163A.6080304@ebi.ac.uk> <4A3AE9D8.108@biggjapan.com> Message-ID: <4A3BB0A6.2070202@ebi.ac.uk> Hi Umanga, That does sound like a problem with the decoder. It's been quite a bit of time since I last looked at the SCF code. Maybe Franklin who posted to this list recently (whom I'm guessing is a bit more used to SCF file formats at the moment) could help if he would be so willing :) Andy Ashika Umanga Umagiliya wrote: > Hi Andy, > > Thank you for the help. > Yes,looking at the trace the bases has to be TGTTGTTAGG as you said. > > I get Chromatogram using SCF parse like : > > Chromatogram chroma = SCF.create(scfFile); > > then when I print the bases using > > chroma.getBaseCalls() > > It shows the bases sequence "TGTTGTAGG" (T is missing). > So I put a System.out.println() to the decode method in SCF parser class > , that ie at : > > > static class DefaultUncertaintyDecoder implements > BaseCallUncertaintyDecoder { > public DefaultUncertaintyDecoder() { } > > public Symbol decode(byte call) throws IllegalSymbolException { > char c = (char) call; > System.out.print(""+c); > .. > .. > > > But here also it showed "TGTTGTAGG" (with missubg T). > > So I thought this is not an issue with rendering logic, but in the parser. > > > Thanks again, > Umanga > > > > > Andy Yates wrote: >> Hi Umanga, >> >> Looking at your graphic the SCF parser hasn't missed out the T. Looking >> at the trace I can read the bases to be TGTTGTTAGGG. What I think has >> happened is the callboxes are assuming a more uniformed trace since the >> G has bled a bit too much into the previous T. >> >> My knowledge of the callbox code is non-existent as my previous work on >> these types of graphics did not call for this kind of rendering (we >> didn't use any base calls as we were looking for variation in samples >> with varying copy numbers so they were quite subtle). Have a look in the >> options for the call box rendering & see if there is anything which can >> limit the size of a callbox & the bounds it is rendered to. Also looking >> at the basecalled positions might be a good idea as that would give a >> clue about what the graphics are attempting to do WRT this data >> >> Hope that helps. >> >> Andy >> >> Ashika Umanga Umagiliya wrote: >> >>> Greetings all, >>> >>> Please refer to image at: http://i43.tinypic.com/sfdjs6.png >>> >>> As shown in Figure1 , I am drawing bases using Phrap ACE file and >>> drawing chromatographs using >>> Biojava 'ChromatoGraphics' . I use .SCF file generated by phrep. >>> >>> As can be seen in Figure 1 , the alignment breaks from the 'Magenta >>> callbase-box'.The reason is may be the 'SCF parser' has ignored one of >>> the peaks which should be a 'T'. >>> >>> >>> Figure 2 : Shows what need to be happen.If somehow if I can fill it with >>> a T (or may be sometimes a Gap) I can save the alignment between >>> sequences. >>> >>> Figure 3 : Shows the same Chromatograph using ChromasPro , It has >>> identified the peak as a T. >>> >>> I went throught the biojavas SCF parser , I noticed that it finally >>> creates a 'SimpleAlignment'.Can I utilize 'GappedSymbolList' and fix >>> this? >>> Is there a way to read the gaps (or incases like this , the correct base >>> T) and make these two align. >>> >>> Thanks in advance, >>> Umanga >>> _______________________________________________ >>> Biojava-l mailing list - Biojava-l at lists.open-bio.org >>> http://lists.open-bio.org/mailman/listinfo/biojava-l >>> > > From jp at javaclass.co.uk Fri Jun 19 17:37:38 2009 From: jp at javaclass.co.uk (JP) Date: Fri, 19 Jun 2009 18:37:38 +0100 Subject: [Biojava-l] Simple Question - Creating a Java object (some form of Tree) from a Newick format file Message-ID: <4adc29060906191037u53cb1622p2e982543f5c22cba@mail.gmail.com> Does anyone know of a tool to create a tree by parsing a Newick Tree format file in Java ? Is there anything in biojava to read this ? Many Thanks JP From holland at eaglegenomics.com Fri Jun 19 17:56:15 2009 From: holland at eaglegenomics.com (Richard Holland) Date: Fri, 19 Jun 2009 18:56:15 +0100 Subject: [Biojava-l] Simple Question - Creating a Java object (some form of Tree) from a Newick format file In-Reply-To: <4adc29060906191037u53cb1622p2e982543f5c22cba@mail.gmail.com> References: <4adc29060906191037u53cb1622p2e982543f5c22cba@mail.gmail.com> Message-ID: <1245434175.8158.6.camel@buzzybee> Biojava has a parser which understands Nexus files, including the embedded Newick tree data. You could probably extract and modify the Newick bits to run standalone. The Nexus code is written up here: http://biojava.org/wiki/BioJava:PhyloSOC07_doc http://www.biojava.org/docs/api/org/biojavax/bio/phylo/io/nexus/package-summary.html http://www.mail-archive.com/biojava-l at lists.open-bio.org/msg00892.html cheers, Richard On Fri, 2009-06-19 at 18:37 +0100, JP wrote: > Does anyone know of a tool to create a tree by parsing a Newick Tree format > file in Java ? > Is there anything in biojava to read this ? > > Many Thanks > JP > _______________________________________________ > Biojava-l mailing list - Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l -- Richard Holland, BSc MBCS Operations and Delivery Director, Eagle Genomics Ltd T: +44 (0)1223 654481 ext 3 | E: holland at eaglegenomics.com http://www.eaglegenomics.com/ From andreas at sdsc.edu Sat Jun 20 16:45:51 2009 From: andreas at sdsc.edu (Andreas Prlic) Date: Sat, 20 Jun 2009 09:45:51 -0700 Subject: [Biojava-l] BioJava user meeting at ISMB/BOSC Message-ID: <59a41c430906200945q598503ccj52717cf708b67083@mail.gmail.com> Hi, Next week the ISMB and BOSC conferences will take place in Stockholm, Sweden. As has become kind of a tradition, we will have a BioJava user meeting around BOSC. If you are in Stockholm at the time please join us on Sunday, late afternoon. We will meet during the "Birds of a Feather" session. http://open-bio.org/wiki/BOSC_2009/Birds-of-a-Feather Looking forward to meeting you there, Andreas From mcolosimo at mitre.org Mon Jun 22 13:19:01 2009 From: mcolosimo at mitre.org (Colosimo, Marc E.) Date: Mon, 22 Jun 2009 09:19:01 -0400 Subject: [Biojava-l] Simple Question - Creating a Java object In-Reply-To: References: Message-ID: <2A8C361000E22F4895ACA58412E8F06CF4DB53CF@IMCMBX3.MITRE.ORG> If you just want to view a tree, try TreeViewJ . The GUI can read in newick and phyloXML trees and import trees from Nexus files. It can export back out to newick and phyloXML or as SVG or JPEG images. I have more code that I'll be checking in soon. Best, Marc From: Richard Holland Subject: Re: [Biojava-l] Simple Question - Creating a Java object (some form of Tree) from a Newick format file To: JP Cc: biojava-l at biojava.org Message-ID: <1245434175.8158.6.camel at buzzybee> Content-Type: text/plain Biojava has a parser which understands Nexus files, including the embedded Newick tree data. You could probably extract and modify the Newick bits to run standalone. The Nexus code is written up here: http://biojava.org/wiki/BioJava:PhyloSOC07_doc http://www.biojava.org/docs/api/org/biojavax/bio/phylo/io/nexus/package-summary.html http://www.mail-archive.com/biojava-l at lists.open-bio.org/msg00892.html cheers, Richard On Fri, 2009-06-19 at 18:37 +0100, JP wrote: > Does anyone know of a tool to create a tree by parsing a Newick Tree format > file in Java ? > Is there anything in biojava to read this ? > > Many Thanks > JP > _______________________________________________ > Biojava-l mailing list - Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l -- Richard Holland, BSc MBCS Operations and Delivery Director, Eagle Genomics Ltd T: +44 (0)1223 654481 ext 3 | E: holland at eaglegenomics.com http://www.eaglegenomics.com/ From jp at javaclass.co.uk Mon Jun 22 15:32:58 2009 From: jp at javaclass.co.uk (JP) Date: Mon, 22 Jun 2009 16:32:58 +0100 Subject: [Biojava-l] Reading a newick format tree file (getTreeAsWeightedJGraphT) generates an ArrayIndexOutOfBoundsException in TreeBlock Message-ID: <4adc29060906220832i3e64b699u3b842122df400cb0@mail.gmail.com> I have tried to use the getTreeAsWeightedJGraphT functionality in TreesBlock as highlighted in the wikipedia page: My code for completeness sake (a direct and lazy copy and paste) String newickFileContents = FileUtils.readTextFile(treeFile, false); // > reads the text file without newlines > WeightedGraph jg = new > SimpleWeightedGraph(DefaultWeightedEdge.class); > TreesBlock sample_tree = new TreesBlock(); > TreesBlock.NewickTreeString s = new TreesBlock.NewickTreeString(); > s.setTreeString(newickFileContents); > sample_tree.addTree("test", s); > jg = sample_tree.getTreeAsWeightedJGraphT("test"); > System.out.println(newickFileContents); > System.out.println(jg.toString()); > The data file is attached (newwick format), and this is the returned error message... Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 79169 > at > org.biojavax.bio.phylo.io.nexus.TreesBlock.getTreeAsWeightedJGraphT(TreesBlock.java:562) > at > edu.imperial.msc.multiglass.tree.TreeBuilder.(TreeBuilder.java:50) > at > edu.imperial.msc.multiglass.launcher.MultiGlassLauncher.main(MultiGlassLauncher.java:59) Any idea why this is so ? The data file: ((((((((((((((((((((((((((((G7397-MONOMER:0.0,G6444-MONOMER:0.0,EG12008-MONOMER:0.0,EG10415-MONOMER:0.0,EG11966-MONOMER:0.0,G7003-MONOMER:0.0,G7518-MONOMER:0.0,G6976-MONOMER:0.0,EG11838-MONOMER:0.0,G6467-MONOMER:0.0,EG11721-MONOMER:0.0,EG11969-MONOMER:0.0,EG10603-MONOMER:0.0,PD00406:0.0,PD00519:0.0,G7088-MONOMER:0.0,G6737-MONOMER:0.0,PD00208:0.0,EG12190-MONOMER:0.0,PD00339:0.0,PD00338:0.0,G6664-MONOMER:0.0,G6638-MONOMER:0.0,G6658-MONOMER:0.0,EG12289-MONOMER:0.0,G6129-MONOMER:0.0,PD00353:0.0,G7563-MONOMER:0.0,PD00268:0.0,PD00261:0.0,PD00260:0.0,G6919-MONOMER:0.0,G6957-MONOMER:0.0,EG12454-MONOMER:0.0,PD00288:0.0,G6814-MONOMER:0.0,G6247-MONOMER:0.0,G7882-MONOMER:0.0,G6706-MONOMER:0.0,EG10564-MONOMER:0.0,PD00197:0.0,PD00196:0.0,G6209-MONOMER:0.0,G7245-MONOMER:0.0,EG12247-MONOMER:0.0,EG10087-MONOMER:0.0,G7257-MONOMER:0.0,EG12031-MONOMER:0.0,PD02366:0.0,EG11913-MONOMER:0.0,EG11594-MONOMER:0.0,EG20253-MONOMER:0.0,G6420-MONOMER:0.0,G7137-MONOMER:0.0,G6812-MONOMER:0.0,EG11212-MONOMER:0.0,G7936-MONOMER:0.0,PD03867:0.0,G7331-MONOMER:0.0,EG11785-MONOMER:0.0,G6181-MONOMER:0.0,G6789-MONOMER:0.0,G7369-MONOMER:0.0,EG12242-MONOMER:0.0,G7869-MONOMER:0.0,EG12140-MONOMER:0.0,G6602-MONOMER:0.0,EG11578-MONOMER:0.0,EG12105-MONOMER:0.0,G6088-MONOMER:0.0,G6302-MONOMER:0.0,G6276-MONOMER:0.0,G6761-MONOMER:0.0,G6671-MONOMER:0.0,G6398-MONOMER:0.0,G6799-MONOMER:0.0,G6796-MONOMER:0.0,EG12694-MONOMER:0.0,G6569-MONOMER:0.0,EG12624-MONOMER:0.0,EG11088-MONOMER:0.0,EG11149-MONOMER:0.0,EG11649-MONOMER:0.0,EG11146-MONOMER:0.0,G7727-MONOMER:0.0,G6589-MONOMER:0.0,G7924-MONOMER:0.0,EG11741-MONOMER:0.0,G6853-MONOMER:0.0,EG12402-MONOMER:0.0,EG11849-MONOMER:0.0,G6745-MONOMER:0.0,G7912-MONOMER:0.0,G6175-MONOMER:0.0,EG11738-MONOMER:0.0,EG12204-MONOMER:0.0,G6774-MONOMER:0.0,G7790-MONOMER:0.0,G7688-MONOMER:0.0,G7571-MONOMER:0.0,PD00969:0.0,PD00967:0.0,PD00214:0.0,EG11929-MONOMER:0.0,PD01196:0.0,PD00763:0.0,G6825-MONOMER:0.0,EG11519-MONOMER:0.0,G6720-MONOMER:0.0,EG12386-MONOMER:0.0,PD00257:0.0,PD00369:0.0,PD00250:0.0,G6144-MONOMER:0.0,PD00361:0.0,PD00474:0.0,PD00360:0.0,EG11733-MONOMER:0.0,G6510-MONOMER:0.0,EG12243-MONOMER:0.0,EG11707-MONOMER:0.0,PD04028:0.0,EG12179-MONOMER:0.0,PD00297:0.0,PD00291:0.0,EG12176-MONOMER:0.0,G7546-MONOMER:0.0,G6332-MONOMER:0.0,EG12431-MONOMER:0.0,EG10143-MONOMER:0.0,EG11711-MONOMER:0.0,EG12335-MONOMER:0.0,EG10442-MONOMER:0.0,EG10474-MONOMER:0.0,EG11083-MONOMER:0.0,G7161-MONOMER:0.0,EG12116-MONOMER:0.0,PD03254:0.0,PD03585:0.0,EG10656-MONOMER:0.0,EG12406-MONOMER:0.0,EG12205-MONOMER:0.0,PD03270:0.0,G6889-MONOMER:0.0,G7416-MONOMER:0.0,G6170-MONOMER:0.0,G7913-MONOMER:0.0,PD03292:0.0,G7119-MONOMER:0.0,G7630-MONOMER:0.0,G7619-MONOMER:0.0,EG12123-MONOMER:0.0,G7601-MONOMER:0.0,EG11962-MONOMER:0.0,G7133-MONOMER:0.0,EG20249-MONOMER:0.0,EG11854-MONOMER:0.0,G6867-MONOMER:0.0,G7909-MONOMER:0.0,G6259-MONOMER:0.0,G6750-MONOMER:0.0,G6680-MONOMER:0.0,PD01103:0.0):0.0155,(PROTEIN-PII2+:0.0,PROTEIN-PII:0.0):0.0155):4.0E-5,(((EG11191-MONOMER:0.01449,(PD02198:0.01449,(EG10226-MONOMER:0.0,EG10228-MONOMER:0.0):0.01451):1.0E-5):8.8E-4,(((EG12094-MONOMER:0.0145,PD04413:0.0145):1.0E-5,((EG10715-MONOMER:0.01353,(PHOB-MONOMER+:0.01294,MONOMER0-185+:0.01306):4.7E-4):7.1E-4,(UHPA-MONOMER+:0.013,(PD00345:0.0,PD00283:0.0,EG11861-MONOMER:0.0):0.013):0.00116):3.0E-4):8.1E-4,((G6201-MONOMER:0.01431,(G6195-MONOMER:0.01348,PD00413:0.01352):6.9E-4):8.7E-4,((G6628-MONOMER:0.01448,PD03576:0.01452):5.1E-4,((((NARP-MONOMER+:0.0,NARL-MONOMER+:0.0):0.01426,((G6319-MONOMER:0.0,EG12108-MONOMER:0.0,G7057-MONOMER:0.0):0.01253,PROTEIN-NRI:0.01247):0.00174):1.4E-4,(PD02233:0.01401,(EG11889-MONOMER:0.0135,BASR-MONOMER+:0.0135):4.9E-4):3.6E-4):1.1E-4,(RCSB-MONOMER+:0.0,G7244-MONOMER:0.0,G7948-MONOMER:0.0,G7575-MONOMER:0.0,DCUR-MONOMER+:0.0,EG12246-MONOMER:0.0,PD02936:0.0,EG11140-MONOMER:0.0,G7472-MONOMER:0.0,KDPE-MONOMER+:0.0,G7475-MONOMER:0.0,PHOP-MONOMER+:0.0,EVGA-MONOMER+:0.0,PD00436:0.0,PD01379:0.0,G7488-MONOMER:0.0,HYDG-MONOMER+:0.0,ATOC-MONOMER+:0.0,CPXR-MONOMER+:0.0,OMPR-MONOMER+:0.0,EG11544-MONOMER:0.0,G6165-MONOMER:0.0,EG12121-MONOMER:0.0,ARCA-MONOMER+:0.0,CREB-MONOMER+:0.0,EG12006-MONOMER:0.0,EG12344-MONOMER:0.0,EG11285-MONOMER:0.0,TORR-MONOMER+:0.0,EG12356-MONOMER:0.0,RSTA-MONOMER+:0.0,G6346-MONOMER:0.0,EG11103-MONOMER:0.0,G7467-MONOMER:0.0,G7308-MONOMER:0.0,BAER-MONOMER+:0.0):0.01452):4.9E-4):1.3E-4):1.8E-4):8.0E-5):6.0E-5,((G7072-MONOMER:0.01526,((PD01520:0.01253,EG11394-MONOMER:0.01247):0.0020,((PUTA-MONOMER+:0.01151,PD00194:0.01149):4.8E-4,((PD00232:0.01101,PD03938:0.01099):0.0010,PD00200:0.012):2.0E-5):0.0025):7.4E-4):1.3E-4,((((EG11389-MONOMER:0.01449,BIOTINLIG-MONOMER:0.01451):3.7E-4,(((PD00347:0.0,PD00348:0.0):0.01327,(EG10907-MONOMER:0.01302,(((EG10942-MONOMER:0.0,EG10941-MONOMER:0.0):0.01503,EG10871-MONOMER:0.01497):7.0E-5,((EG10506-MONOMER:0.01296,EG12114-MONOMER:0.01304):0.00158,EG11128-MONOMER:0.01492):1.8E-4):0.00198):0.00323):8.9E-4,(G6307-MONOMER:0.01303,G6830-MONOMER:0.01297):0.00116):7.1E-4):2.9E-4,((((EG10845-MONOMER:0.01143,EG10666-MONOMER:0.01157):7.0E-5,(EG10665-MONOMER:0.01052,(EG10903-MONOMER:0.0,EG10867-MONOMER:0.0):0.01048):9.3E-4):0.00137,(RPON-MONOMER+:0.01094,(PD00440:0.01098,((RPOE-MONOMER+:0.01051,RPOH-MONOMER+:0.01049):4.5E-4,(RPOS-MONOMER+:0.0,RPOD-MONOMER+:0.0,EG11355-MONOMER:0.0):0.01105):2.0E-5):6.0E-5):0.00191):0.00197,(G7071-MONOMER:0.01352,(((PD00237:0.01095,((G6985-MONOMER:0.01096,(EG10320-MONOMER:0.01097,(G6274-MONOMER:0.0,EG10116-MONOMER:0.0,PD02850:0.0):0.01103):4.0E-5):2.0E-5,(PD00221:0.0,PD00222:0.0):0.01098):5.0E-5):4.4E-4,(MONOMER0-2488:0.01148,(EG11092-MONOMER:0.0,G6263-MONOMER:0.0):0.01152):6.0E-5):3.4E-4,(EG10667-MONOMER:0.00994,(EG10911-MONOMER:0.01571,(SRAJ-RNA:0.01756,(EG11383-MONOMER:0.05579,(((THYMIDYLATESYN-MONOMER:0.03395,(EG11280-MONOMER:0.00529,(EG11277-MONOMER:0.0,(G7944-MONOMER:0.045,EG11276-MONOMER:0.0):0.0175):0.00771):0.01005):0.00368,EG11279-MONOMER:0.00675):0.00843,(UDHA-MONOMER+:0.02884,((GRXC-MONOMER+:0.0,RED-GLUTAREDOXIN:0.0):0.00344,((GLUTATHIONE-REDUCT-NADPH-MONOMER:0.04291,(RED-THIOREDOXIN-MONOMER:0.02813,(RED-THIOREDOXIN2-MONOMER:0.02746,((EG11384-MONOMER:0.0,(EG11415-MONOMER:0.07293,((G6174-MONOMER:0.0,EG11385-MONOMER:0.0):0.06829,(G6660-MONOMER:0.03465,(EG10108-MONOMER:0.03702,EG11151-MONOMER:0.12998):8.5E-4):0.00971):0.00269):0.04338):0.03014,(GRXB-MONOMER+:0.0,EG12181-MONOMER:0.0,G7401-MONOMER:0.0):0.02302):0.00404):0.00137):0.01409):0.03341,((EG12399-MONOMER:0.02839,(G7246-MONOMER:0.0,PTSI-MONOMER+:0.0,EG12188-MONOMER:0.0,EG11906-MONOMER:0.0):0.03461):0.03866,(((DSBD-MONOMER+:0.01209,((SDH-MEMB1:0.0,SDH-MEMB2:0.0):0.01266,(((CYDB-MONOMER+:0.0,CYDA-MONOMER+:0.0):0.02464,(FDNI-MONOMER+:0.01833,NITRATREDUCTA-CPLX:0.03467):0.00436):0.00423,(NARH-MONOMER+:0.0,NARG-MONOMER+:0.0,NARI-MONOMER+:0.0):0.01577):0.00934):0.01391):0.01178,(FUM-FE-S:0.00998,(G366-MONOMER+:0.03264,(FUM-FLAVO:0.0165,(FUM-MEMB1:0.0,FUMARATE-REDUCTASE:0.0):0.0285):0.00786):0.00877):0.02816):0.02517,((EG10716-MONOMER:0.08299,(G6478-MONOMER:0.0,YCBM-MONOMER+:0.0):0.08401):0.01106,(HCAC-MONOMER+:0.0509,(EG12244-MONOMER:0.05094,(CYTOCHROMEC552-MONOMER:0.04976,(FLAVODOXIN2-MONOMER:0.0,G7435-MONOMER:0.0,APPC-MONOMER+:0.0,G7505-MONOMER:0.0,DSBBPROT-MONOMER:0.0,EG11564-MONOMER:0.0,CYTOCHROME-B562-MONOMER:0.0,G7448-MONOMER:0.0,G7413-MONOMER:0.0,EG11800-MONOMER:0.0,APPB-MONOMER+:0.0,NAPB-MONOMER+:0.0,G6701-MONOMER:0.0,G6513-MONOMER:0.0,G6921-MONOMER:0.0,G6456-MONOMER:0.0,FLAVODOXIN1-MONOMER:0.0,NAPH-MONOMER+:0.0,EG12277-MONOMER:0.0,MONOMER0-152+:0.0,G6876-MONOMER:0.0,G6847-MONOMER:0.0,ANGLYC3PDEHYDROGSUBUNITC-MONOMER:0.0,G6873-MONOMER:0.0,CYTOCHROMEC-MONOMER:0.0,G7023-MONOMER:0.0,G6159-MONOMER:0.0,EG11181-MONOMER:0.0,G6875-MONOMER:0.0,G6872-MONOMER:0.0,G6989-MONOMER:0.0,HYCBSMALL-MONOMER:0.0,G6713-MONOMER:0.0,G7433-MONOMER:0.0,G7436-MONOMER:0.0,G6920-MONOMER:0.0,G6923-MONOMER:0.0,EG11199-MONOMER:0.0,NAPG-MONOMER+:0.0,NRFC-MONOMER+:0.0,FERREDOXIN-MONOMER:0.0,NAPC-MONOMER+:0.0,NAPF-MONOMER+:0.0,HYCF-MONOMER+:0.0,EG11552-MONOMER:0.0,G6871-MONOMER:0.0,G6874-MONOMER:0.0,MONOMER0-144+:0.0,EG11565-MONOMER:0.0,G6177-MONOMER:0.0):0.06124):0.00456):0.0046):0.01694):0.01306):0.01786):0.0078):0.01035):0.02499):0.04608):0.00705):0.00379):0.00495):0.00122):0.00184):0.00164):0.00141):2.8E-4):1.5E-4,(((EG10309-MONOMER:0.0,EG10312-MONOMER:0.0):0.01449,MONOMER0-1641:0.01451):5.4E-4,(((PD03831:0.0,G7313-MONOMER:0.0):0.02094,(EG10490-MONOMER:0.01198,((((PD00251:0.00953,PD04032:0.00947):4.7E-4,(ALAS-MONOMER+:0.00908,(THRS-MONOMER+:0.01034,EG10864-MONOMER:0.01066):0.00342):0.00178):0.00113,(PD00219:0.01098,(EG12278-MONOMER:0.0,EG11449-MONOMER:0.0,G7854-MONOMER:0.0,G7678-MONOMER:0.0,PD00423:0.0):0.01102):2.5E-4):3.2E-4,(EG12202-MONOMER:0.01147,(G369-MONOMER+:0.0,PD01352:0.0,EG11320-MONOMER:0.0):0.01153):5.0E-5):4.6E-4):0.00194):7.2E-4,(((EG12163-MONOMER:0.01997,EG10737-MONOMER:0.02503):0.00197,((ARCB-MONOMER+:0.0,BARA-MONOMER+:0.0):0.00961,(G6577-MONOMER:0.01792,((PROTEIN-NRII+:0.01297,(ATOS-MONOMER+:0.0,TORS-MONOMER+:0.0,RCSC-MONOMER+:0.0,DCUS-MONOMER+:0.0,G6345-MONOMER:0.0):0.01303):7.0E-5,(EVGS-MONOMER+:0.01202,PHOR-MONOMER+:0.01198):9.3E-4):0.00508):0.00339):0.00328):9.7E-4,(PD00230:0.01169,(PD00205:0.00871,(((EG11057-MONOMER:0.01007,EG12080-MONOMER:0.02293):0.00635,EG11619-MONOMER:0.01365):0.00426,((EG10204-MONOMER:0.01076,(EG12449-MONOMER:0.02014,((G7225-MONOMER:0.0,EG11498-MONOMER:0.0):0.0215,(EG10458-MONOMER:0.0,EG10211-MONOMER:0.0):0.0215):0.00136):0.01074):0.01351,(RYBB-RNA:0.02359,(((DISULFOXRED-MONOMER:0.04656,((EG11535-MONOMER:0.0,EG11534-MONOMER:0.0):0.0276,EG10985-MONOMER:0.0284):0.00544):0.01015,(EG12146-MONOMER:0.0391,(((EG12330-MONOMER:0.05026,SPF-RNA:0.04974):0.0044,((G7426-MONOMER:0.0,G7750-MONOMER:0.0,EG10859-MONOMER:0.0,EG12309-MONOMER:0.0,EG11786-MONOMER:0.0,EG11888-MONOMER:0.0):0.04155,(G6732-MONOMER:0.0355,MONOMER0-2673:0.0355):0.00595):0.0041):0.00326,((EG10687-MONOMER:0.0445,G7699-MONOMER:0.0465):0.00412,(((EG12338-MONOMER:0.0,EG11356-MONOMER:0.0):0.04924,((EG11472-MONOMER:0.0,G6300-MONOMER:0.0,G6149-MONOMER:0.0,G6585-MONOMER:0.0,EG11899-MONOMER:0.0,EG12158-MONOMER:0.0):0.04556,((G6819-MONOMER:0.0,G7383-MONOMER:0.0,G6697-MONOMER:0.0,G7044-MONOMER:0.0):0.04158,((EG11783-MONOMER:0.03845,(G7218-MONOMER:0.0,G7126-MONOMER:0.0,G7272-MONOMER:0.0,EG12364-MONOMER:0.0,EG12370-MONOMER:0.0,G7777-MONOMER:0.0,G6837-MONOMER:0.0,G6152-MONOMER:0.0,G7906-MONOMER:0.0,G6676-MONOMER:0.0,EG10507-MONOMER:0.0):0.03855):0.00157,(((EG11071-MONOMER:0.0295,EG11069-MONOMER:0.0295):0.00557,(G6131-MONOMER:0.0,G6725-MONOMER:0.0):0.03593):0.00277,(G7769-MONOMER:0.0,EG11526-MONOMER:0.0,G7762-MONOMER:0.0,EG11611-MONOMER:0.0,G6083-MONOMER:0.0,G6086-MONOMER:0.0,G7074-MONOMER:0.0,EG11525-MONOMER:0.0,G7908-MONOMER:0.0,G6767-MONOMER:0.0,G6509-MONOMER:0.0,G6693-MONOMER:0.0,G7255-MONOMER:0.0,G6139-MONOMER:0.0,G6534-MONOMER:0.0,EG11524-MONOMER:0.0,G6130-MONOMER:0.0,G6138-MONOMER:0.0,G7900-MONOMER:0.0,G6377-MONOMER:0.0,G7904-MONOMER:0.0):0.03873):0.00143):0.00142):0.00394):0.00357):0.00113,(EG10460-MONOMER:0.0,EG10459-MONOMER:0.0,EG11900-MONOMER:0.0,EG10574-MONOMER:0.0,EG10573-MONOMER:0.0,EG10575-MONOMER:0.0,EG10612-MONOMER:0.0):0.04971):3.8E-4):0.00774):0.00665):0.01151):0.00261,(EG11879-MONOMER:0.01745,(G7459-MONOMER:0.01212,(EG11447-MONOMER:0.02506,(((EG11098-MONOMER:0.0,EG11072-MONOMER:0.0):0.03912,((EG10857-MONOMER:0.02469,G7175-MONOMER:0.02531):0.00261,(EG10743-MONOMER:0.02564,((G7885-MONOMER:0.02603,(G7940-MONOMER:0.02579,EG11620-MONOMER:0.03021):0.00197):0.00149,((EG10844-MONOMER:0.0,EG10860-MONOMER:0.0,G7842-MONOMER:0.0,EG10861-MONOMER:0.0):0.03163,MONOMER0-1041:0.03137):0.00201):0.00161):0.00127):0.00276):0.00238,((G7463-MONOMER:0.03049,(EG10381-MONOMER:0.02104,GLYCOPHOSPHORYL-MONOMER:0.02096):0.00951):0.01138,((EG10570-MONOMER:0.028,G7176-MONOMER:0.028):0.0023,((G6285-MONOMER:0.03485,(EG10968-MONOMER:0.03152,(EG11549-MONOMER:0.03765,((G6413-MONOMER:0.07766,(EG10157-MONOMER:0.09603,(EG10156-MONOMER:0.10671,((EG10471-MONOMER:0.0625,EG11802-MONOMER:0.0625):0.00899,(G6787-MONOMER:0.0,EG10090-MONOMER:0.0,EG10284-MONOMER:0.0):0.07151):0.02179):0.00397):0.02234):0.02427,((EG12258-MONOMER:0.05252,(G6143-MONOMER:0.04923,((((G7731-MONOMER:0.38107,G7395-MONOMER:0.11893):0.09228,G7134-MONOMER:0.00772):0.05474,((EG11360-MONOMER:0.09898,(EG11729-MONOMER:0.0,EG10144-MONOMER:0.0):0.10102):0.00687,(E-MONOMER:0.08918,((G6880-MONOMER:0.10295,G7263-MONOMER:0.06405):0.01708,(NAG6PDEACET-MONOMER:0.06446,(G6576-MONOMER:0.08227,(G7636-MONOMER:0.0,EG11728-MONOMER:0.0):0.08473):0.01904):0.01842):0.00607):0.01828):0.03607):0.01291,EG11237-MONOMER:0.03243):0.01657):0.00214):0.01535,(EG10580-MONOMER:0.04788,((EG10542-MONOMER:0.0,EG10462-MONOMER:0.0,EG10158-MONOMER:0.0,EG10463-MONOMER:0.0):0.04676,(EG11112-MONOMER:0.05612,((EG12111-MONOMER:0.0,G7484-MONOMER:0.0):0.04889,(G6463-MONOMER:0.0,EG10548-MONOMER:0.0,G6670-MONOMER:0.0,G7311-MONOMER:0.0,EG12310-MONOMER:0.0,G6991-MONOMER:0.0,EG11004-MONOMER:0.0,EG12122-MONOMER:0.0,EG10786-MONOMER:0.0,EG10397-MONOMER:0.0,EG10760-MONOMER:0.0,G6615-MONOMER:0.0,G6746-MONOMER:0.0,G6669-MONOMER:0.0,EG11920-MONOMER:0.0,G7682-MONOMER:0.0,EG10696-MONOMER:0.0,G7491-MONOMER:0.0,G6856-MONOMER:0.0,EG11744-MONOMER:0.0,G6662-MONOMER:0.0,EG11652-MONOMER:0.0,EG12436-MONOMER:0.0,EG10212-MONOMER:0.0,G7118-MONOMER:0.0,G7653-MONOMER:0.0,EG11171-MONOMER:0.0,EG10530-MONOMER:0.0,G6493-MONOMER:0.0,EG10673-MONOMER:0.0,G7178-MONOMER:0.0,EG11291-MONOMER:0.0,EG10488-MONOMER:0.0,EG10956-MONOMER:0.0,G7652-MONOMER:0.0,EG10695-MONOMER:0.0,EG11441-MONOMER:0.0,EG12254-MONOMER:0.0,G6470-MONOMER:0.0):0.05111):0.00488):0.00324):0.00212):0.01491):0.03854,((EG11506-MONOMER:0.0445,(EG10697-MONOMER:0.0,G7248-MONOMER:0.0,EG10698-MONOMER:0.0):0.0465):0.00848,(G6782-MONOMER:0.04114,(EG10013-MONOMER:0.03061,(((EG10041-MONOMER:0.0,G6452-MONOMER:0.0):0.06923,(EG11373-MONOMER:0.00398,(G7533-MONOMER:0.0,G6622-MONOMER:0.0,EG10246-MONOMER:0.0):0.10702):0.01427):0.02563,(G6310-MONOMER:0.0,(G6829-MONOMER:0.03041,(G6309-MONOMER:0.0,((MONOMER0-2671:0.0,MONOMER0-2658:0.0):0.0,((MONOMER0-1603:0.0,MONOMER0-2860:0.0,MONOMER0-2855:0.0,MONOMER0-2856:0.0,MONOMER0-2857:0.0,MONOMER0-2858:0.0,MONOMER0-1601:0.0,MONOMER0-1602:0.0,MONOMER0-2859:0.0):0.18647,(G7512-MONOMER:0.16548,(G6311-MONOMER:0.0,G6686-MONOMER:0.0):0.08452):0.02153):0.1125):0.05638):0.04009):0.03164):0.06508):0.0162):0.01417):0.00948):0.00738):0.00506):0.0059):0.00869):0.0139,EG11676-MONOMER:0.02395):0.00502):0.01327):0.00254):0.00766):0.01038):0.0040):0.00905):0.00215):0.00295):7.8E-4):0.00249):0.00273):0.00219):8.2E-4):3.9E-4):2.7E-4):8.0E-5):6.0E-5):2.0E-5):3.0E-5,((EG11131-MONOMER:0.01398,G6882-MONOMER:0.01402):0.00113,((PD00521:0.01449,((PD00364:0.0,PD00365:0.0):0.0145,EG12235-MONOMER:0.0145):1.0E-5):2.5E-4,((EG10125-MONOMER:0.0,PD04132:0.0):0.0,(PD03695:0.0,G7326-MONOMER:0.0,G6511-MONOMER:0.0,G6749-MONOMER:0.0,EG10836-MONOMER:0.0,EG10215-MONOMER:0.0,EG10778-MONOMER:0.0,EG12203-MONOMER:0.0):0.0145):2.5E-4):3.7E-4):3.1E-4):4.7E-4,(EG12308-MONOMER:0.0,G7821-MONOMER:0.0,G7262-MONOMER:0.0,EG12860-MONOMER:0.0,PD00266:0.0,PD01896:0.0):0.01497):3.2E-4,((PD04099:0.0135,G7891-MONOMER:0.0135):9.9E-4,(PD00242:0.01399,(PD03028:0.0135,PD00444:0.0135):5.1E-4):5.1E-4):1.3E-4):8.1E-4,EG10015-MONOMER:0.01384):0.00163,(EG10839-MONOMER:0.00694,(EG12859-MONOMER:0.01189,((((UDPGLCNACEPIM-MONOMER:0.0,(G6561-MONOMER:0.0,(G6827-MONOMER:0.0,((G6798-MONOMER:0.0,((G6619-MONOMER:0.03932,G6560-MONOMER:0.21068):0.13404,(EG12712-MONOMER:0.06292,((EG11604-MONOMER:0.55898,(G6531-MONOMER:0.12351,((G7883-MONOMER:0.0,EG12429-MONOMER:0.0):0.24998,(G6555-MONOMER:0.0,TTDA-MONOMER+:0.0,G6529-MONOMER:0.0,G7934-MONOMER:0.0,G6605-MONOMER:0.0,G6528-MONOMER:0.0,G6607-MONOMER:0.0):0.25002):0.12649):0.19102):0.1665,EG12375-MONOMER:0.0):0.27033):0.17846):0.11652):0.119,(EG10973-MONOMER:0.0,EG11844-MONOMER:0.0,G6530-MONOMER:0.0):0.15193):0.04322):0.0528):0.03094):0.02336,EG11259-MONOMER:0.04555):0.02454,(NAG1P-URIDYLTRANS-MONOMER:0.00582,(((EG10202-MONOMER:0.01088,EG12015-MONOMER:0.01212):0.00112,(EG10203-MONOMER:0.01203,(EG10201-MONOMER:0.01247,RPOA-MONOMER+:0.01253):4.7E-4):2.5E-4):2.3E-4,((NACGLCTRANS-MONOMER:0.01178,UDPNACETYLGLUCOSAMENOLPYRTRANS-MONOMER:0.01222):5.6E-4,((UPPSYN-MONOMER:0.01462,(((EG10341-MONOMER:0.01381,(UDPNACETYLMURAMATEDEHYDROG-MONOMER:0.01443,(G6567-MONOMER:0.0145,(EG10344-MONOMER:0.0,EG12440-MONOMER:0.0,UDP-NACMURALA-GLU-LIG-MONOMER:0.0,UDP-NACMURALGLDAPLIG-MONOMER+:0.0,PHOSNACMURPENTATRANS-MONOMER+:0.0,UDP-NACMURALGLDAPAALIG-MONOMER:0.0,UDP-NACMUR-ALA-LIG-MONOMER:0.0):0.0145):7.0E-5):6.9E-4):5.5E-4,((GLUTRACE-MONOMER:0.0,DALADALALIGB-MONOMER+:0.0,DALADALALIGA-MONOMER+:0.0,G6621-MONOMER:0.0,G7322-MONOMER:0.0):0.01552,G7668-MONOMER:0.01548):4.5E-4):1.9E-4,((EG10605-MONOMER:0.0,G6439-MONOMER:0.0):0.01459,(EG11665-MONOMER:0.01385,(EG10748-MONOMER:0.0,EG10606-MONOMER:0.0):0.01415):4.1E-4):1.9E-4):6.9E-4):9.1E-4,(ALARACEBIOSYN-MONOMER:0.01227,(ALARACECAT-MONOMER:0.02356,(G6968-MONOMER:0.02497,((EG10950-MONOMER:0.01964,((NACMURLALAAMI2-MONOMER:0.0,G7458-MONOMER:0.0,NACMURLALAAMI1-MONOMER:0.0):0.01637,((G7073-MONOMER:0.0,G6422-MONOMER:0.0):0.00635,(G6571-MONOMER:0.0,(G6904-MONOMER:0.03329,EG11253-MONOMER:0.03771):0.0315):0.01465):0.01138):0.00261):0.00107,(G7457-MONOMER:0.02,G7410-MONOMER:0.02):4.3E-4):0.00375):0.00144):0.00292):0.0033):0.00218):0.00245):0.00782):0.01024):8.5E-4,((((G6415-MONOMER:0.02226,(MANNPISOM-MONOMER:0.01486,UDPGLUCEPIM-MONOMER:0.01914):0.00274):8.8E-4,((FUC4NACTRANS-MONOMER+:0.0,G7800-MONOMER:0.0,UDPMANACATRANS-MONOMER:0.0):0.02253,(EG11923-MONOMER:0.02094,(EG11924-MONOMER:0.0,EG11926-MONOMER:0.0,DTDPGLUCOSEPP2-MONOMER:0.0,EG11925-MONOMER:0.0):0.02106):0.00147):6.2E-4):3.5E-4,((EG12259-MONOMER:0.0,EG12260-MONOMER:0.0):0.01752,((GLYCOGEN-BRANCH-MONOMER:0.0,GLYCOGENSYN-MONOMER:0.0,GLUC1PADENYLTRANS-MONOMER:0.0,EG11381-MONOMER:0.0):0.01998,((G7049-MONOMER:0.0,EG12257-MONOMER:0.0):0.02,(EG11886-MONOMER:0.0,EG11885-MONOMER:0.0,PGLYCEROLTRANSI-MONOMER:0.0,G6552-MONOMER:0.0):0.02):2.0E-5):0.00173):0.00171):0.00122,(YRAO-MONOMER+:0.01739,((GDPMANDEHYDRA-MONOMER:0.01551,G7093-MONOMER:0.01549):0.00145,(((G7170-MONOMER:0.01534,((LIPIDADISACCHARIDESYNTH-MONOMER:0.0,UDPACYLGLCNACDEACETYL-MONOMER:0.0,UDPNACETYLGLUCOSAMACYLTRANS-MONOMER:0.0,KDOTRANS-MONOMER:0.0,EG12666-MONOMER:0.0,TETRAACYLDISACC4KIN-MONOMER:0.0):0.01746,((G7167-MONOMER:0.0,G7166-MONOMER:0.0,UDPHYDROXYMYRGLUCOSAMNACETYLTRANS-MONO:0.0):0.01554,G7168-MONOMER:0.01546):0.00104):6.6E-4):0.00116,((EG10838-MONOMER:0.01704,MANNPGUANYLTRANGDP-MONOMER:0.01696):8.9E-4,((((EG11569-MONOMER:0.01511,EG10855-MONOMER:0.01589):0.00198,((G7105-MONOMER:0.0,EG11826-MONOMER:0.0):0.01686,(DTDPGLUCOSEPP-MONOMER:0.01704,DTDPDEHYRHAMREDUCT-MONOMER:0.01696):1.4E-4):0.00102):3.4E-4,(FCL-MONOMER:0.01813,((G7096-MONOMER:0.0,G7590-MONOMER:0.0,G7099-MONOMER:0.0,G7090-MONOMER:0.0,EG11340-MONOMER:0.0,EG11983-MONOMER:0.0,G7102-MONOMER:0.0,EG11295-MONOMER:0.0,GLCNACPTRANS-MONOMER+:0.0,EG12210-MONOMER:0.0,GALPMUT-MONOMER:0.0,EG11985-MONOMER:0.0,EG11351-MONOMER:0.0,EG11982-MONOMER:0.0,EG11189-MONOMER:0.0,G7101-MONOMER:0.0,DTDPDEHYDRHAMEPIM-MONOMER:0.0,G7104-MONOMER:0.0,EG11790-MONOMER:0.0,G7663-MONOMER:0.0,GDPMANMANHYDRO-MONOMER:0.0,G7097-MONOMER:0.0,EG11984-MONOMER:0.0,EG11188-MONOMER:0.0,EG11353-MONOMER:0.0,EG11341-MONOMER:0.0,EG11423-MONOMER:0.0,PHOSMANMUT-MONOMER:0.0,G7103-MONOMER:0.0,EG11350-MONOMER:0.0,EG11426-MONOMER:0.0,G7100-MONOMER:0.0,EG11986-MONOMER:0.0,EG11422-MONOMER:0.0,G7098-MONOMER:0.0,EG11339-MONOMER:0.0,RFFTRANS-MONOMER:0.0,G7095-MONOMER:0.0,G7662-MONOMER:0.0,TDPFUCACTRANS-MONOMER:0.0,EG11352-MONOMER:0.0,G7094-MONOMER:0.0):0.01783,(RFBX-MONOMER+:0.01116,(EG10297-MONOMER:0.00396,(G7107-MONOMER:0.03665,(G7219-MONOMER:0.0343,((G7549-MONOMER:0.0,EG11486-MONOMER:0.0):0.03802,(EG12221-MONOMER:0.15219,(VALINE-PYRUVATE-AMINOTRANSFER-MONOMER:0.0,G6329-MONOMER:0.0,AKBLIG-MONOMER:0.0,G7242-MONOMER:0.0,EG11825-MONOMER:0.0,CITC-MONOMER+:0.0,G7184-MONOMER:0.0,G7728-MONOMER:0.0):0.34781):0.08698):0.0157):0.00185):0.03154):0.00684):0.00598):3.7E-4):3.5E-4):3.1E-4,((LAUROYLACYLTRAN-MONOMER:0.01546,(PALMITOTRANS-MONOMER+:0.0,G6106-MONOMER:0.0,EG11424-MONOMER:0.0,MYRISTOYLACYLTRAN-MONOMER:0.0,EG11425-MONOMER:0.0):0.01654):0.00115,(EG11736-MONOMER:0.01497,((CPM-KDOSYNTH-MONOMER+:0.0,KDO-8PSYNTH-MONOMER:0.0):0.0127,(FABZ-MONOMER+:0.00611,(LIPOYL-ACP:0.0,(HOLO-ACP-SYNTH-MONOMER:0.02591,((-ALPHA-HYDROXYSTEROID-DEH-MONOMER:0.04118,(ENOYL-ACP-REDUCT-NADH-MONOMER:0.02669,(EG11437-MONOMER:0.03066,((CARBOXYL-TRANSFERASE-ALPHA-MONOMER:0.0,BCCP-MONOMER+:0.0,CARBOXYL-TRANSFERASE-BETA-MONOMER:0.0,FABH-MONOMER+:0.0,FABB-MONOMER+:0.0,EG11095-MONOMER:0.0,-OXOACYL-ACP-SYNTHII-MONOMER+:0.0,FABA-MONOMER+:0.0,MALONYL-COA-ACP-TRANSACYL-MONOMER:0.0,BIOTIN-CARBOXYL-MONOMER:0.0):0.02989,(-OXOACYL-ACP-REDUCT-MONOMER:0.02637,((THIOESTERII-MONOMER:0.0493,(G6716-MONOMER:0.04884,(ATOD-MONOMER+:0.0,ATOA-MONOMER+:0.0,ACYLCOASYN-MONOMER:0.0,ACETYL-COA-ACETYLTRANSFER-MONOMER:0.0,EG12357-MONOMER:0.0,G6714-MONOMER:0.0,G6715-MONOMER:0.0):0.05116):7.0E-4):0.00358,(((FADB-MONOMER+:0.02819,((ACYLCOADEHYDROG-MONOMER:0.0225,G7212-MONOMER:0.0225):2.7E-4,G6244-MONOMER:0.02523):0.00531):0.0060,((GABATRANSAM-MONOMER:0.01693,SUCCSEMIALDDEHYDROG-MONOMER:0.01507):0.00117,G6811-MONOMER:0.01433):0.00681):0.00833,(FADA-MONOMER+:0.0,G7213-MONOMER:0.0):0.04602):0.00408):0.02124):0.00301):8.4E-4):0.00395):0.01205):0.00754,(((FPPSYN-MONOMER:0.0355,OPPSYN-MONOMER:0.0355):0.02865,(EG11081-MONOMER:0.01761,(IPPISOM-MONOMER:0.02614,(EG11294-MONOMER:0.02047,((DXPREDISOM-MONOMER:0.0,EG10370-MONOMER:0.0):0.02079,((G7423-MONOMER:0.0,EG11816-MONOMER:0.0):0.02198,DXS-MONOMER:0.02102):7.1E-4):0.00103):0.00236):0.00377):0.01266):0.01021,(((EG10544-MONOMER:0.08577,(EG12120-MONOMER:0.07606,(PGPPHOSPHAB-MONOMER:0.0,PGPPHOSPHAA-MONOMER:0.0):0.06694):0.00973):0.00935,(GLYCEROL-3-P-ACYLTRANSFER-MONOMER:0.0,DIACYLGLYKIN-MONOMER+:0.0,PHOSPHAGLYPSYN-MONOMER:0.0,G6406-MONOMER:0.0,PHOSPHASERSYN-MONOMER:0.0,G6727-MONOMER:0.0,CDPDIGLYSYN-MONOMER:0.0,G6953-MONOMER:0.0,PSD-MONOMER:0.0,CDPDIGLYPYPHOSPHA-MONOMER:0.0,-ACYLGLYCEROL-3-P-ACYLTRANSFER-MONOMER:0.0,CARDIOLIPSYN-MONOMER+:0.0):0.06215):0.00705,(GLYC3PDEHYDROGBIOSYN-MONOMER+:0.02054,((EG11681-MONOMER:0.28146,(G6437-MONOMER:0.14474,(G7169-MONOMER:0.15395,(G6654-MONOMER:0.0,G6785-MONOMER:0.0,EG11749-MONOMER:0.0,ALPHA-AMYL-PERI-MONOMER:0.0,G7920-MONOMER:0.0,EG10634-MONOMER:0.0,G6966-MONOMER:0.0,RIBULP3EPIM-MONOMER:0.0,ALPHAGALACTOSID-MONOMER:0.0,EG11685-MONOMER:0.0,AGAA-MONOMER+:0.0,G495-MONOMER+:0.0,GLUCONOKINII-MONOMER+:0.0,G7389-MONOMER:0.0,EG10085-MONOMER:0.0,EG10114-MONOMER:0.0,MALDEXPHOSPHORYL-MONOMER:0.0,EG11843-MONOMER:0.0,ALPHA-AMYL-CYTO-MONOMER:0.0,EG12013-MONOMER:0.0,G7634-MONOMER:0.0,G7338-MONOMER:0.0,G7914-MONOMER:0.0,G7723-MONOMER:0.0,EG11288-MONOMER:0.0,G7442-MONOMER:0.0,EG10252-MONOMER:0.0,EG11708-MONOMER:0.0,AMYLOMALT-MONOMER:0.0,EG12365-MONOMER:0.0):0.17905):0.02176):0.05204):0.02887,((THIOESTERI-MONOMER:0.18575,(G7951-MONOMER:0.0,MONOMER0-341+:0.0):0.14725):0.04536,(EG10739-MONOMER:0.0,CFA-MONOMER:0.0):0.12114):0.05463):0.05021):0.0146):0.00513):0.00339):0.01416):0.02528):0.00843):0.00648):0.00361):6.6E-4):0.00115):1.4E-4):2.9E-4):0.00184,(DTDPGLUCDEHYDRAT2-MONOMER:0.0,DTDPGLUCDEHYDRAT-MONOMER:0.0):0.01705):5.0E-5):0.0010):0.00237):0.00866):0.00882):0.00585):0.00516):0.01106,((EG10690-MONOMER:0.0279,(RPOC-MONOMER+:0.0,RPOB-MONOMER+:0.0,EG10893-MONOMER:0.0,EG10899-MONOMER:0.0):0.0281):0.00116,(EG10694-MONOMER:0.02821,((EG10168-MONOMER:0.06165,EG12128-MONOMER:0.02935):0.01572,(((((EG11036-MONOMER:0.02399,(EG10869-MONOMER:0.0,EG10882-MONOMER:0.0,EG10916-MONOMER:0.0,EG10904-MONOMER:0.0):0.02401):0.00261,EG11837-MONOMER:0.02639):9.2E-4,(((EG10505-MONOMER:0.0,EG10504-MONOMER:0.0):0.02799,(EG10884-MONOMER:0.0,EG10890-MONOMER:0.0,EG10919-MONOMER:0.0,EG10910-MONOMER:0.0,EG10913-MONOMER:0.0,EG50001-MONOMER:0.0,EG11232-MONOMER:0.0,EG10906-MONOMER:0.0,EG10909-MONOMER:0.0,EG10900-MONOMER:0.0,EG10912-MONOMER:0.0,EG11782-MONOMER:0.0,EG10920-MONOMER:0.0,EG10866-MONOMER:0.0,EG10888-MONOMER:0.0,EG10885-MONOMER:0.0,EG10874-MONOMER:0.0,EG10877-MONOMER:0.0,EG10883-MONOMER:0.0,EG10886-MONOMER:0.0,EG10880-MONOMER:0.0,EG11231-MONOMER:0.0,EG10901-MONOMER:0.0,EG10914-MONOMER:0.0,EG10868-MONOMER:0.0,EG50002-MONOMER:0.0,EG10917-MONOMER:0.0,EG11268-MONOMER:0.0,EG10875-MONOMER:0.0,EG10878-MONOMER:0.0,EG10879-MONOMER:0.0,EG11508-MONOMER:0.0,EG10873-MONOMER:0.0,EG10876-MONOMER:0.0,EG10908-MONOMER:0.0,EG10870-MONOMER:0.0,EG10902-MONOMER:0.0,EG10905-MONOMER:0.0,G6167-MONOMER:0.0,EG10889-MONOMER:0.0,G6362-MONOMER:0.0,EG10915-MONOMER:0.0,EG10865-MONOMER:0.0,EG10891-MONOMER:0.0,EG10785-MONOMER:0.0,EG10887-MONOMER:0.0,EG10918-MONOMER:0.0,EG10892-MONOMER:0.0):0.02801):1.0E-5,(EG12099-MONOMER:0.0,EG12035-MONOMER:0.0,EG10529-MONOMER:0.0,EG10360-MONOMER:0.0,EG11033-MONOMER:0.0):0.02799):2.1E-4):6.8E-4,((EG10852-MONOMER:0.02522,(EG11440-MONOMER:0.02494,((((EG12332-MONOMER:0.03597,G7748-MONOMER:0.03103):0.01032,EG12130-MONOMER:0.02818):0.01116,(EG11591-MONOMER:0.03665,((EG12360-MONOMER:0.04542,(EG10455-MONOMER:0.01241,((EG10159-MONOMER:0.02708,EG11003-MONOMER:0.02892):6.3E-4,SECB:0.02737):0.00659):0.00808):0.00642,(((EG11433-MONOMER:0.04141,((((EG10850-MONOMER:0.028,EG10853-MONOMER:0.028):0.00741,PHOSPHO-CHEY+:0.03559):0.00532,((EG11796-MONOMER:0.0361,(EG11497-MONOMER:0.0279,EG12424-MONOMER:0.0281):0.0079):0.0026,(G6730-MONOMER:0.0,G6503-MONOMER:0.0):0.0384):0.00193):7.5E-4,(EG10689-MONOMER:0.04149,(EG10483-MONOMER:0.0,G7402-MONOMER:0.0,EG11804-MONOMER:0.0):0.04151):1.2E-4):9.0E-5):0.00154,(G6435-MONOMER:0.0397,EG10487-MONOMER:0.0313):0.00343):0.00804,(((G7055-MONOMER:0.03849,(G7744-MONOMER:0.0,EG10461-MONOMER:0.0,EG10416-MONOMER:0.0,G6242-MONOMER:0.0):0.03851):0.00292,G7866-MONOMER:0.04158):0.00518,(EG11529-MONOMER:0.04509,((EG12195-MONOMER:0.0,G6541-MONOMER:0.0,G6849-MONOMER:0.0):0.04548,(EG11663-MONOMER:0.04549,(G7865-MONOMER:0.0,EG12352-MONOMER:0.0,EG10757-MONOMER:0.0,DSBCOX-MONOMER:0.0,EG12131-MONOMER:0.0,EG12193-MONOMER:0.0,EG10758-MONOMER:0.0,EG11080-MONOMER:0.0,G7716-MONOMER:0.0):0.04551):2.0E-5):4.1E-4):0.00307):0.00321):0.00224):0.00631):0.00351):0.00737,(G7106-MONOMER:0.03022,(PHOSGLUCOSAMINEMUT-MONOMER:0.0275,((((CHEA-SMALL:0.0,PROTEIN-CHEA+:0.0):0.01797,PHOSPHO-BASS+:0.01803):2.8E-4,KDPD-MONOMER+:0.01772):2.9E-4,((NARX-MONOMER+:0.0,NARQ-MONOMER+:0.0):0.01883,(UHPB-MONOMER+:0.01871,((G7056-MONOMER:0.0,G6318-MONOMER:0.0):0.01895,(BASS-MONOMER+:0.0,EG12385-MONOMER:0.0,RSTB-MONOMER+:0.0,EG12658-MONOMER:0.0,PHOQ-MONOMER+:0.0,CREC-MONOMER+:0.0,BAES-MONOMER+:0.0,ENVZ-MONOMER+:0.0,HYDH-MONOMER+:0.0,G7345-MONOMER:0.0,CPXA-MONOMER+:0.0):0.01905):2.9E-4):1.7E-4):7.1E-4):0.0125):0.00178):0.00923):0.00609):2.1E-4):0.00294,((EG10872-MONOMER:0.01753,(EG12354-MONOMER:0.0,EG11496-MONOMER:0.0,EG10335-MONOMER:0.0,EG10761-MONOMER:0.0,EG10762-MONOMER:0.0):0.01947):0.00316,(EG10881-MONOMER:0.00943,((CCME-MONOMER+:0.03382,EG10484-MONOMER:0.03318):0.00534,((EG10600-MONOMER:0.01552,EG10599-MONOMER:0.01548):0.00885,(EG10984-MONOMER:0.0,(EG12297-MONOMER:0.02059,(EG10597-MONOMER:0.01128,(((G7776-MONOMER:0.0,G6132-MONOMER:0.0):0.49429,(EG10270-MONOMER:0.5,(G7210-MONOMER:0.0,G6794-MONOMER:0.0,EG10315-MONOMER:0.0,G6485-MONOMER:0.0,EG12363-MONOMER:0.0,EG10308-MONOMER:0.0,EG10314-MONOMER:0.0,EG12388-MONOMER:0.0,G6484-MONOMER:0.0,EG11974-MONOMER:0.0,G7204-MONOMER:0.0,EG12328-MONOMER:0.0,G6290-MONOMER:0.0,G6793-MONOMER:0.0,G6293-MONOMER:0.0,EG11990-MONOMER:0.0,G6480-MONOMER:0.0,EG12359-MONOMER:0.0,EG12327-MONOMER:0.0,G6792-MONOMER:0.0,G6222-MONOMER:0.0,EG11489-MONOMER:0.0,G7637-MONOMER:0.0,EG12051-MONOMER:0.0,G7064-MONOMER:0.0,G7382-MONOMER:0.0,G6613-MONOMER:0.0,G6547-MONOMER:0.0,G6629-MONOMER:0.0,EG12161-MONOMER:0.0,EG10313-MONOMER:0.0):0.5):0.00571):0.04953,(((EG12855-MONOMER:0.0,MONOMER0-2141:0.0):0.3135,(G6936-MONOMER:0.11001,((((EG12017-MONOMER:0.0,EG11571-MONOMER:0.0,EG11376-MONOMER:0.25,G7609-MONOMER:0.0,EG11824-MONOMER:0.0):0.10791,EG11878-MONOMER:0.02615):0.17154,EG10596-MONOMER:0.02221):0.03599,(ACRF-MONOMER+:0.11672,(G7424-MONOMER:0.0,EG10227-MONOMER:0.0,EG11183-MONOMER:0.0,EG12155-MONOMER:0.0,FTSX-MONOMER+:0.0,EG10598-MONOMER:0.0,EG11086-MONOMER:0.0,FTSE-MONOMER+:0.0,EG12371-MONOMER:0.0):0.21628):0.0614):0.01499):0.03031):0.20296,((((EG10210-MONOMER:0.0,EG50004-MONOMER:0.0):0.12502,G7841-MONOMER:0.12498):0.18163,(EG12053-MONOMER:0.01179,((EG11967-MONOMER:0.03056,(EG10841-MONOMER:0.02059,(EG11388-MONOMER:0.0,G379-MONOMER+:0.0,G6562-MONOMER:0.0):0.09041):0.01094):0.05419,(((EG12169-MONOMER:0.0,CCMB-MONOMER+:0.0,CCMA-MONOMER+:0.0):0.028,(CCMC-MONOMER+:0.0,EG11948-MONOMER:0.0,EG12054-MONOMER:0.0):0.028):0.00456,((((EG10347-MONOMER:0.03806,(G7355-MONOMER:0.04152,EG12052-MONOMER:0.04148):0.00344):0.01385,(EG11179-MONOMER:0.03847,EG11235-MONOMER:0.03853):0.01715):0.03224,(EG10342-MONOMER:0.0,EG12878-MONOMER:0.0,G7258-MONOMER:0.0,EG11203-MONOMER:0.0,EG11122-MONOMER:0.0):0.08726):0.02546,EG12177-MONOMER:0.05054):0.01516):0.0202):0.04604):0.11345):0.14403,(((G7243-MONOMER:0.0,EG12007-MONOMER:0.0):0.05546,(EG11973-MONOMER:0.09021,(EG12875-MONOMER:0.125,(G6291-MONOMER:0.0,G6386-MONOMER:0.0,G7638-MONOMER:0.0,G6481-MONOMER:0.0,G7207-MONOMER:0.0,EG11989-MONOMER:0.0,EG11515-MONOMER:0.0,G7586-MONOMER:0.0,EG12397-MONOMER:0.0,EG10310-MONOMER:0.0):0.125):0.03479):0.06954):0.17451,(((G7923-MONOMER:0.02646,(G6600-MONOMER:0.00775,(EG11256-MONOMER:0.0,(EG11244-MONOMER:0.11819,(((G6933-MONOMER:0.05111,MONOMER0-1922:0.04889):0.00491,(EG11209-MONOMER:0.0385,(EG10572-MONOMER:0.0,EG10167-MONOMER:0.0,G7942-MONOMER:0.0):0.0385):0.01759):0.00412,G6464-MONOMER:0.04588):0.02906):0.05088):0.01094):0.01622):0.05111,(RNA0-241:0.0,(RYEE-RNA:0.014,(RYGC-RNA:0.0,RNA0-330:0.0,RNA0-332:0.0,RYED-RNA:0.0,RNA0-328:0.0,C0730-RNA:0.0):0.049):0.018):0.05096):0.06024,((((DSBC-MONOMER+:0.0,G6268-MONOMER:0.0):0.10613,(EG10608-MONOMER:0.04386,(EG10339-MONOMER:0.04432,EG10607-MONOMER:0.04668):0.01064):0.04387):0.04765,(((EG12256-MONOMER:0.0,EG12880-MONOMER:0.0):0.11474,((TAR-MONOMER:0.0,TRG-MONOMER:0.0,TSR-MONOMER:0.0,CHEW-MONOMER+:0.0,TAP-MONOMER:0.0):0.05744,(G7595-MONOMER:0.01846,(CHEB-MONOMER+:0.01632,(G7947-MONOMER:0.01124,(G6783-MONOMER:0.0033,((EG11236-MONOMER:0.0,G6673-MONOMER:0.0,EG12396-MONOMER:0.0,G7466-MONOMER:0.0):0.0,(G6639-MONOMER:0.0,((G7123-MONOMER:0.0,(G6104-MONOMER:0.1,G6550-MONOMER:0.1):0.233):0.06587,(((TKE1-RNA:0.208,(EG12866-MONOMER:0.12552,(MONOMER0-2842:0.0835,NAPD-MONOMER+:0.0835):0.04098):0.0835):0.01146,(((EG11643-MONOMER:0.06167,G6532-MONOMER:0.06333):0.02325,EG11113-MONOMER:0.08575):0.04803,((EG10610-MONOMER:0.0,EG10609-MONOMER:0.0):0.12465,(EG12096-MONOMER:0.07109,EG11250-MONOMER:0.07191):0.05385):0.00359):0.04998):0.08746,(IS183-RNA:0.0992,(EG10438-MONOMER:0.03402,((RNA0-334:0.01637,(EG11111-MONOMER:0.00316,(G7434-MONOMER:0.0,(((RPRA-RNA:0.03333,MONOMER0-2801:0.03367):0.00733,(((G7629-MONOMER:0.0176,(EG10955-MONOMER:0.02144,CPLX0-7425:0.02056):0.0014):0.00276,EG12197-MONOMER:0.02724):0.00138,(RNA0-282:0.0,RNA0-327:0.0,GCVB-RNA:0.0):0.02812):0.01217):0.0037,(G6603-MONOMER:0.03907,((EG12428-MONOMER:0.025,G6097-MONOMER:0.025):0.00805,(G7734-MONOMER:0.0,G6593-MONOMER:0.0,EG11554-MONOMER:0.0,G7329-MONOMER:0.0,S-RNA:0.0,G6337-MONOMER:0.0,EG12314-MONOMER:0.0,EG11775-MONOMER:0.0,PD04418:0.0):0.03395):0.00443):0.00414):0.03989):0.02616):0.01077):0.01097,PD01343:0.01032):0.00928):0.02814):0.06598):0.22022):0.0845):0.028):0.04624):0.01372):0.00768):0.00176):0.00812):0.00818):0.0152,(PTSG-MONOMER+:0.04548,(TREB-MONOMER+:0.0455,(GLVB-MONOMER+:0.0,CELB-MONOMER+:0.0,MANZ-MONOMER+:0.0,ASCF-MONOMER+:0.0,FRVA-MONOMER+:0.0,MONOMER0-5:0.0,EG11682-MONOMER:0.0,SGCA-MONOMER+:0.0,CELA-MONOMER+:0.0,G7250-MONOMER:0.0,G7633-MONOMER:0.0,GUTB-MONOMER+:0.0,FRUA-MONOMER+:0.0,G7632-MONOMER:0.0,MONOMER0-6:0.0,CMTB-MONOMER+:0.0,FRWC-MONOMER+:0.0,BGLF-MONOMER+:0.0,EG12147-MONOMER:0.0,AGAD-MONOMER+:0.0,MANX-MONOMER+:0.0,FRWB-MONOMER+:0.0,GUTA-MONOMER+:0.0,MALX-MONOMER+:0.0,MTLA-MONOMER+:0.0,CELC-MONOMER+:0.0,NAGE-MONOMER+:0.0,SGAT-MONOMER+:0.0,YJFU-MONOMER+:0.0,SGCC-MONOMER+:0.0,CRR-MONOMER:0.0,FRVB-MONOMER+:0.0,HRSA-MONOMER+:0.0,CMTA-MONOMER+:0.0,FRUB-MONOMER+:0.0,MONOMER0-2121:0.0,MANY-MONOMER+:0.0,EG11912-MONOMER:0.0,AGAC-MONOMER+:0.0,G8210-MONOMER:0.0,YJFT-MONOMER+:0.0,PTSH-MONOMER+:0.0,AGAB-MONOMER+:0.0,GLVC-MONOMER+:0.0,AGAX-MONOMER+:0.0):0.0455):2.0E-5):0.0228):0.01883):0.03548,(CHEY-MONOMER+:0.0,(EG10321-MONOMER:0.04572,(CHEZ-MONOMER+:0.0,((G7318-MONOMER:0.0,G6807-MONOMER:0.0,G6758-MONOMER:0.0,EG11579-MONOMER:0.0,G6579-MONOMER:0.0,G6865-MONOMER:0.0,G7407-MONOMER:0.0,EG12002-MONOMER:0.0):0.1587,(((EG12403-MONOMER:0.05601,EG11656-MONOMER:0.05499):0.00463,((FLGG-FLAGELLAR-MOTOR-ROD-PROTEIN:0.0,FLGF-FLAGELLAR-MOTOR-ROD-PROTEIN:0.0):0.05805,(EG11545-MONOMER:0.0,FLGC-FLAGELLAR-MOTOR-ROD-PROTEIN:0.0,FLGB-FLAGELLAR-MOTOR-ROD-PROTEIN:0.0,FLIF-FLAGELLAR-MS-RING:0.0,EG11346-MONOMER:0.0,G361-MONOMER+:0.0,FLGH-FLAGELLAR-L-RING:0.0,FLGI-FLAGELLAR-P-RING:0.0):0.08495):0.01137):0.03155,(EG11224-MONOMER:0.00999,((MOTB-FLAGELLAR-MOTOR-STATOR-PROTEIN:0.0,FLIN-FLAGELLAR-C-RING-SWITCH+:0.0,FLIG-FLAGELLAR-SWITCH-PROTEIN:0.0,FLIM-FLAGELLAR-C-RING-SWITCH+:0.0,EG10322-MONOMER:0.0):0.01141,(G378-MONOMER+:0.0,(MOTA-FLAGELLAR-MOTOR-STATOR-PROTEIN:0.0,(((((MGLB-MONOMER+:0.0,RBSB-MONOMER+:0.0):0.04191,(NIKA-MONOMER+:0.0407,(CHER-MONOMER+:0.23332,G7271-MONOMER:0.26668):0.0218):0.00359):0.09432,((EG12867-MONOMER:0.24936,((EG11870-MONOMER:0.0,MONOMER0-1562:0.0,MONOMER0-1563:0.0):0.16655,(G7587-MONOMER:0.0,EG11310-MONOMER:0.0):0.16645):0.08414):6.2E-4,((EG11599-MONOMER:0.0,G6109-MONOMER:0.0,MONOMER0-1561:0.0,G7172-MONOMER:0.0):0.22878,(((TEHA-MONOMER+:0.0,EG11884-MONOMER:0.0):0.12404,(G7061-MONOMER:0.12556,(G6855-MONOMER:0.11145,(G7014-MONOMER:0.10003,G6321-MONOMER:0.09997):0.01355):0.01194):9.6E-4):0.04061,G7375-MONOMER:0.16739):0.06297):0.02026):0.11731):0.10544,(((G7647-MONOMER:0.0897,G6500-MONOMER:0.1103):0.09167,((EG11399-MONOMER:0.0,EG11495-MONOMER:0.0):0.16651,G6158-MONOMER:0.16649):0.05833):0.16516,((G7005-MONOMER:0.18755,(G6606-MONOMER:0.11474,G6570-MONOMER:0.13526):0.06245):0.05056,(EG11246-MONOMER:0.0,EG11877-MONOMER:0.0,G6699-MONOMER:0.0,G7031-MONOMER:0.0,EG12231-MONOMER:0.0,G6702-MONOMER:0.0,EG10977-MONOMER:0.0,G7743-MONOMER:0.0,EG11182-MONOMER:0.0,EG10780-MONOMER:0.0,EG10776-MONOMER:0.0,MONOMER0-2841:0.0,G6357-MONOMER:0.0,EG10779-MONOMER:0.0,EG11429-MONOMER:0.0,G6334-MONOMER:0.0,EG11881-MONOMER:0.0,EG11390-MONOMER:0.0,G7532-MONOMER:0.0,G7471-MONOMER:0.0,EG11734-MONOMER:0.0,EG10978-MONOMER:0.0,G6938-MONOMER:0.0):0.26194):0.10315):0.10135):0.01537,(((G6784-MONOMER:0.09998,(EG11972-MONOMER:0.0,BETT-MONOMER+:0.0):0.10002):0.00419,EG12634-MONOMER:0.09581):0.00745,((MONOMER0-282+:0.08872,(ARSF-MONOMER+:0.07783,(PSTS-MONOMER+:0.06249,YADQ-MONOMER+:0.06251):0.00267):0.02328):0.01445,(((MONOMER0-2682:0.0,G7171-MONOMER:0.0):0.10045,(((EMRB-MONOMER+:0.0,EG11952-MONOMER:0.0,EG12020-MONOMER:0.0,YJCQ-MONOMER+:0.0,B1065-MONOMER:0.0,FSR-MONOMER:0.0,YIDY-MONOMER+:0.0,YJIO-MONOMER+:0.0,YHIV-MONOMER+:0.0):0.08351,YOJI-MONOMER+:0.08349):0.00908,(EMRD-MONOMER+:0.07222,(BCR-MONOMER:0.06652,((YEJB-MONOMER+:0.0,YEJE-MONOMER+:0.0,YEJA-MONOMER+:0.0,YEJF-MONOMER+:0.0):0.06346,(MACB:0.0555,(YIEO-MONOMER+:0.0,B1828-MONOMER:0.0,B2077-MONOMER:0.0,YCEE-MONOMER+:0.0):0.0555):0.00604):0.00498):0.00378):0.02148):0.00677):0.0115,((((EG10292-MONOMER:0.07223,YBDE-MONOMER+:0.05277):0.02012,(EG11012-MONOMER:0.01368,(EG10528-MONOMER:0.01555,(EG10302-MONOMER:0.01428,(EG10126-MONOMER:0.01377,(EG10669-MONOMER:0.01066,((EG11035-MONOMER:0.0,EG10671-MONOMER:0.0,EG10670-MONOMER:0.0):0.00422,(EG10280-MONOMER:0.0,((G7479-MONOMER:0.0,EG11739-MONOMER:0.0):0.0,(EG11740-MONOMER:0.10394,CPLX0-7725:0.09606):0.17008):0.018):0.01378):0.00634):0.00323):0.00272):0.00145):0.00182):0.05133):0.02335,(EG11009-MONOMER:0.03759,(DPPA-MONOMER+:0.0,((OPPD-MONOMER+:0.05549,(((DPPB-MONOMER+:0.0,DPPD-MONOMER+:0.0,DPPF-MONOMER+:0.0,DPPC-MONOMER+:0.0):0.05276,(B1634-MONOMER:0.04999,(OPPB-MONOMER+:0.0,G6665-MONOMER:0.0):0.05001):0.00274):0.00275,(YDDS-MONOMER+:0.0,OPPC-MONOMER+:0.0,SAPF-MONOMER+:0.0,OPPF-MONOMER+:0.0,SAPC-MONOMER+:0.0,SAPB-MONOMER+:0.0,YDDR-MONOMER+:0.0,YDDO-MONOMER+:0.0,YDDQ-MONOMER+:0.0,OPPA-MONOMER+:0.0,YDDP-MONOMER+:0.0,SAPD-MONOMER+:0.0,SAPA-MONOMER+:0.0):0.0555):1.0E-5):0.01588,(YCFV-MONOMER+:0.0715,(G7536-MONOMER:0.0,EG11293-MONOMER:0.0,G6465-MONOMER:0.0,G7711-MONOMER:0.0):0.0715,((EG11007-MONOMER:0.0,EG11010-MONOMER:0.0,EG11008-MONOMER:0.0):0.0625,(EG10272-MONOMER:0.0,EG10271-MONOMER:0.0,EG11011-MONOMER:0.0):0.0625):0.0090):1.2E-4):0.05447):0.02643):0.06049):0.00701,((PROP-MONOMER+:0.05353,(G7685-MONOMER:0.04208,(G6421-MONOMER:0.10049,((T-MONOMER:0.08219,((YJHF-MONOMER+:0.0,DSDX-MONOMER+:0.0,B2740-MONOMER:0.0):0.08348,(TAUB-MONOMER+:0.0835,(B2975-MONOMER:0.0,LCTP-MONOMER+:0.0):0.0835):2.0E-5):0.00131):0.01416,((DCTA-MONOMER+:0.08217,((GLTP-MONOMER+:0.0,G6934-MONOMER:0.0):0.0835,(G7190-MONOMER:0.0,DCUC-MONOMER+:0.0,DCUB-MONOMER+:0.0,DCUA-MONOMER+:0.0,YHCL-MONOMER+:0.0):0.0835):0.00133):0.00771,(YGJU-MONOMER+:0.07149,((GABP-MONOMER+:0.0,EG12713-MONOMER:0.0,ABC-MONOMER:0.0):0.0,(G6984-MONOMER:0.067,(BRNQ-MONOMER+:0.06251,(G7406-MONOMER:0.0,G7405-MONOMER:0.0):0.06249):0.0045):0.00452,(YHDW-MONOMER+:0.0,TDCC-MONOMER+:0.0,G7037-MONOMER:0.0,YIFK-MONOMER+:0.0,LIVJ-MONOMER+:0.0,GLTJ-MONOMER+:0.0,LIVM-MONOMER+:0.0,LIVG-MONOMER+:0.0,YGJI-MONOMER+:0.0,YGGA-MONOMER+:0.0,METQ-MONOMER+:0.0,TYRP-MONOMER+:0.0,ARTJ-MONOMER+:0.0,YCAM:0.0,GLNP-MONOMER+:0.0,ANSP-MONOMER+:0.0,ARTM-MONOMER+:0.0,MTR-MONOMER:0.0,PROW-MONOMER+:0.0,ABGT-MONOMER+:0.0,LYSP-MONOMER+:0.0,HISQ-MONOMER+:0.0,YHDY-MONOMER+:0.0,ARTP-MONOMER+:0.0,YJEM-MONOMER+:0.0,GLTL-MONOMER+:0.0,LIVF-MONOMER+:0.0,EG11639-MONOMER:0.0,B0260-MONOMER:0.0,G6359-MONOMER:0.0,CYCA-MONOMER+:0.0,YEEF-MONOMER+:0.0,ARCD-MONOMER+:0.0,GLTK-MONOMER+:0.0,RHTC-MONOMER+:0.0,CADB-MONOMER+:0.0,B0486-MONOMER:0.0,GLNQ-MONOMER+:0.0,HISP-MONOMER+:0.0,GLNH-MONOMER+:0.0,HISJ-MONOMER+:0.0,POTE-MONOMER+:0.0,METI-MONOMER+:0.0,HISM-MONOMER+:0.0,G6193-MONOMER:0.0,EG12347-MONOMER:0.0,RHTB-MONOMER+:0.0,ARGT-MONOMER+:0.0,ARTI-MONOMER+:0.0,PROV-MONOMER+:0.0,PROY-MONOMER+:0.0,EG12445-MONOMER:0.0,ARTQ-MONOMER+:0.0,B4141-MONOMER:0.0,YHDX-MONOMER+:0.0,PROX-MONOMER+:0.0,YHFM-MONOMER+:0.0,PHEP-MONOMER+:0.0,AROP-MONOMER+:0.0,LIVK-MONOMER+:0.0,YHDZ-MONOMER+:0.0,LIVH-MONOMER+:0.0):0.07148):1.0E-5):0.02079):0.00647):0.00157):0.05792):0.0263):0.02349,((((POTG-MONOMER+:0.0,POTA-MONOMER+:0.0):0.1,(B1599-MONOMER:0.0,B1600-MONOMER:0.0):0.1):0.06644,((B2098-MONOMER:0.0,NUPG-MONOMER+:0.0):0.16648,(((BTUD-MONOMER+:0.0,BTUC-MONOMER+:0.0):0.12496,(SFUC-MONOMER+:0.125,MONOMER0-2839:0.125):4.0E-5):0.04147,((YLIA-MONOMER+:0.12501,(B0709-MONOMER:0.0,YHIP-MONOMER+:0.0,YJDL-MONOMER+:0.0):0.12499):0.04147,((EG11671-MONOMER:0.125,(EG10613-MONOMER:0.0,EG12455-MONOMER:0.0):0.125):0.04149,(YBDA-MONOMER+:0.16649,((G7664-MONOMER:0.0,YHBN-MONOMER+:0.0,YHBG-MONOMER+:0.0):0.1665,(EG12173-MONOMER:0.0,G7535-MONOMER:0.0):0.1665,(YPHE-MONOMER+:0.0,YHES-MONOMER+:0.0,EG12282-MONOMER:0.0,G6282-MONOMER:0.0,YEHY-MONOMER+:0.0,FOCA-MONOMER+:0.0,POTD-MONOMER+:0.0,YADG-MONOMER+:0.0,B1543-MONOMER:0.0,SHIA-MONOMER+:0.0,YDEX-MONOMER+:0.0,G6387-MONOMER:0.0,EG11141-MONOMER:0.0,EG11743-MONOMER:0.0,G7903-MONOMER:0.0,YIHN-MONOMER+:0.0,G6762-MONOMER:0.0,G6361-MONOMER:0.0,G7639-MONOMER:0.0,KGTP-MONOMER+:0.0,EG11988-MONOMER:0.0,B1657-MONOMER:0.0,TORT-MONOMER+:0.0,SFUA-MONOMER+:0.0,B2775-MONOMER:0.0,G7209-MONOMER:0.0,YDEF-MONOMER+:0.0,YHFC-MONOMER+:0.0,YGIS-MONOMER+:0.0,EG12106-MONOMER:0.0,CYNX-MONOMER+:0.0,ACRB-MONOMER+:0.0,G7840-MONOMER:0.0,B2075-MONOMER:0.0,POTF-MONOMER+:0.0,POTI-MONOMER+:0.0,YHJE-MONOMER+:0.0,YCJN-MONOMER+:0.0,YEHX-MONOMER+:0.0,POTC-MONOMER+:0.0,SDAC-MONOMER+:0.0,B0427-MONOMER:0.0,B1775-MONOMER:0.0,EG11902-MONOMER:0.0,G6482-MONOMER:0.0,YGAY-MONOMER+:0.0,CYDD-MONOMER+:0.0,EG11688-MONOMER:0.0,YHAU-MONOMER+:0.0,YBHS-MONOMER+:0.0,YHAO-MONOMER+:0.0,EG11691-MONOMER:0.0,YLIC-MONOMER+:0.0,B1596-MONOMER:0.0,YBBL-MONOMER+:0.0,YCJP-MONOMER+:0.0,YHIH-MONOMER+:0.0,G7342-MONOMER:0.0,G7075-MONOMER:0.0,G6908-MONOMER:0.0,EG11290-MONOMER:0.0,G7058-MONOMER:0.0,B2845-MONOMER:0.0,YCBE-MONOMER+:0.0,YJJK-MONOMER+:0.0,YNJC-MONOMER+:0.0,B2246-MONOMER:0.0,G6443-MONOMER:0.0,G6949-MONOMER:0.0,G7282-MONOMER:0.0,EG11939-MONOMER:0.0,TAUA-MONOMER+:0.0,UGPB-MONOMER+:0.0,B1691-MONOMER:0.0,UGPE-MONOMER+:0.0,G7670-MONOMER:0.0,G7504-MONOMER:0.0,YJFF-MONOMER+:0.0,YICE-MONOMER+:0.0,G7208-MONOMER:0.0,CMR-MONOMER:0.0,EG10311-MONOMER:0.0,MHPT-MONOMER+:0.0,MDLB-MONOMER+:0.0,YCFU-MONOMER+:0.0,G7217-MONOMER:0.0,G7310-MONOMER:0.0,YDCU-MONOMER+:0.0,EG12283-MONOMER:0.0,G6885-MONOMER:0.0,G6370-MONOMER:0.0,YIDT-MONOMER+:0.0,B1006-MONOMER:0.0,MONOMER0-422+:0.0,HCAT-MONOMER+:0.0,POTB-MONOMER+:0.0,EG11445-MONOMER:0.0,G7526-MONOMER:0.0,CYDC-MONOMER+:0.0,YBHR-MONOMER+:0.0,YJHB-MONOMER+:0.0,YPHD-MONOMER+:0.0,PNUC-MONOMER+:0.0,YDEZ-MONOMER+:0.0,YDHC-MONOMER+:0.0,YCFW-MONOMER+:0.0,YGFO-MONOMER+:0.0,YBHF-MONOMER+:0.0,G6773-MONOMER:0.0,B2076-MONOMER:0.0,YTFR-MONOMER+:0.0,EG11359-MONOMER:0.0,YLIB-MONOMER+:0.0,B2771-MONOMER:0.0,EG11499-MONOMER:0.0,G7039-MONOMER:0.0,B2789-MONOMER:0.0,UUP-MONOMER:0.0,YHJV-MONOMER+:0.0,YCJV-MONOMER+:0.0,YDJE-MONOMER+:0.0,EG12134-MONOMER:0.0,EG12248-MONOMER:0.0,YHHS-MONOMER+:0.0,POTH-MONOMER+:0.0,G7837-MONOMER:0.0,SBMA-MONOMER+:0.0,G6795-MONOMER:0.0,YEHW-MONOMER+:0.0,YEHZ-MONOMER+:0.0,YLID-MONOMER+:0.0,YHHJ-MONOMER+:0.0,TAUC-MONOMER+:0.0,G6292-MONOMER:0.0,URAA-MONOMER+:0.0,YCAD-MONOMER+:0.0,SUGE-MONOMER+:0.0,B2322-MONOMER:0.0,YEIJ-MONOMER+:0.0,YEIM-MONOMER+:0.0,G6423-MONOMER:0.0,B1690-MONOMER:0.0,YNJD-MONOMER+:0.0,EMRY-MONOMER+:0.0,YHJX-MONOMER+:0.0,MDLA-MONOMER+:0.0,YCJO-MONOMER+:0.0,YDCT-MONOMER+:0.0,EG13217-MONOMER:0.0,YEAV-MONOMER+:0.0,YAAU-MONOMER+:0.0,YDDA-MONOMER+:0.0,NUPC-MONOMER+:0.0,B1791-MONOMER:0.0,YBBP-MONOMER+:0.0,FOCB-MONOMER+:0.0,YADH-MONOMER+:0.0,YDEY-MONOMER+:0.0,YRBF-MONOMER+:0.0,EG11724-MONOMER:0.0,YTFQ-MONOMER+:0.0,UGPA-MONOMER+:0.0,G7404-MONOMER:0.0,YDCS-MONOMER+:0.0,YTFT-MONOMER+:0.0,YICM-MONOMER+:0.0,YDCV-MONOMER+:0.0,SFUB-MONOMER+:0.0,YBBA-MONOMER+:0.0,G7585-MONOMER:0.0,YGFU-MONOMER+:0.0,CAIT-MONOMER+:0.0,EG11466-MONOMER:0.0,B2372-MONOMER:0.0,ARAJ-MONOMER+:0.0):0.1665):1.0E-5):1.0E-5):3.0E-5):3.0E-5):2.0E-5):6.0E-5):0.0011,(((UGPC-MONOMER+:0.09869,GLPF-MONOMER+:0.10131):0.04657,((((G7814-MONOMER:0.0,G7921-MONOMER:0.0,G6866-MONOMER:0.0):0.11182,(G6504-MONOMER:0.09857,(MALF-MONOMER+:0.0,MALK-MONOMER+:0.0,MALE-MONOMER+:0.0,MALG-MONOMER+:0.0):0.10143):0.01318):0.0099,((B0070-MONOMER:0.08345,(YJIZ-MONOMER+:0.0835,RHAT-MONOMER+:0.0835):5.0E-5):0.01647,((XYLF-MONOMER+:0.0,XYLH-MONOMER+:0.0,XYLG-MONOMER+:0.0):0.08351,ARAG-MONOMER+:0.08349):0.01653):0.02447):9.7E-4,(YJCV-MONOMER+:0.0,ARAH-MONOMER+:0.0,UHPC-MONOMER+:0.0,B3659-MONOMER:0.0,EG10559-MONOMER:0.0,RBSA-MONOMER+:0.0,MGLA-MONOMER+:0.0,YDEA-MONOMER+:0.0,RBSC-MONOMER+:0.0,LACY-MONOMER+:0.0,UHPT-MONOMER+:0.0,YJCW-MONOMER+:0.0,ARAF-MONOMER+:0.0,YJCX-MONOMER+:0.0,MGLC-MONOMER+:0.0,KDGT-MONOMER+:0.0):0.12559):0.01993):0.01701,((G6657-MONOMER:0.0,EG10659-MONOMER:0.0,G7053-MONOMER:0.0,G7052-MONOMER:0.0,MONOMER0-82:0.0,G6700-MONOMER:0.0,G7054-MONOMER:0.0,EG11364-MONOMER:0.0):0.12566,(((((PSTB-MONOMER+:0.0,PITB-MONOMER+:0.0,PSTA-MONOMER+:0.0,PITA-MONOMER+:0.0,EG10735-MONOMER:0.0,PSTC-MONOMER+:0.0,EG11919-MONOMER:0.0):0.08349,((YNFJ-MONOMER+:0.0,G7251-MONOMER:0.0):0.0835,(CYSP-MONOMER+:0.0,SBP-MONOMER:0.0,G6952-MONOMER:0.0,YCHM-MONOMER+:0.0,EG11600-MONOMER:0.0,CYSA-MONOMER+:0.0,CYST-MONOMER+:0.0,CYSW-MONOMER+:0.0):0.0835):1.0E-5):5.0E-4,((MODB-MONOMER+:0.0,MODA-MONOMER+:0.0):0.07251,MODC-MONOMER+:0.07049):0.0115):0.0163,(PHNK-MONOMER+:0.07136,((EG10719-MONOMER:0.0,PHNE-MONOMER+:0.0,PHND-MONOMER+:0.0,PHNC-MONOMER+:0.0):0.0715,(EG10723-MONOMER:0.0,EG11210-MONOMER:0.0,EG10725-MONOMER:0.0,EG10722-MONOMER:0.0,EG10718-MONOMER:0.0,G7822-MONOMER:0.0,PHNL-MONOMER+:0.0,EG10717-MONOMER:0.0):0.0715):1.4E-4):0.0287):0.02152,(AMTB-MONOMER+:0.10069,((((UIDB-MONOMER+:0.0,MELB-MONOMER+:0.0):0.06155,((GLTS-MONOMER+:0.04151,PUTP-MONOMER+:0.04149):0.02026,(PANF-MONOMER+:0.06243,(B0612-MONOMER:0.0,YIHP-MONOMER+:0.0,YGJE-MONOMER+:0.0,YAAJ-MONOMER+:0.0,B0770-MONOMER:0.0,B0270-MONOMER:0.0,YJCG-MONOMER+:0.0,EG12376-MONOMER:0.0,YIDK-MONOMER+:0.0,YIHO-MONOMER+:0.0,YICJ-MONOMER+:0.0):0.06257):7.4E-4):9.5E-4):0.00818,(EG10513-MONOMER:0.0,G7717-MONOMER:0.0,EG10515-MONOMER:0.0,KUP-MONOMER:0.0,TRKH-MONOMER+:0.0,TRKG-MONOMER+:0.0,EG11568-MONOMER:0.0):0.07232):0.01155,(((NIKB-MONOMER+:0.0,NIKE-MONOMER+:0.0,NIKD-MONOMER+:0.0,NIKC-MONOMER+:0.0):0.06938,((CORA-MONOMER+:0.0555,G7138-MONOMER:0.0555):0.00707,((EG10306-MONOMER:0.0,EG10286-MONOMER:0.0,G6414-MONOMER:0.0,EG10293-MONOMER:0.0):0.05546,((YFEP-MONOMER+:0.05,(FEOB-MONOMER+:0.0,G6525-MONOMER:0.0,G6527-MONOMER:0.0):0.05):0.00547,(YAGC-MONOMER+:0.0555,(FECD-MONOMER+:0.0,FEPD-MONOMER+:0.0,FEPG-MONOMER+:0.0,EG10155-MONOMER:0.0,FECC-MONOMER+:0.0,G6137-MONOMER:0.0,FEPC-MONOMER+:0.0,FHUC-MONOMER+:0.0,FHUB-MONOMER+:0.0,FECE-MONOMER+:0.0,EG10299-MONOMER:0.0,EG12101-MONOMER:0.0):0.0555):3.0E-5):4.0E-5):0.00693):0.00662):0.00218,(ZNUB-MONOMER+:0.0,B0752-MONOMER:0.0,ZNUC-MONOMER+:0.0,G6674-MONOMER:0.0):0.07157):0.01245):0.01581):0.02017):0.0035):0.03653):0.00291):0.04117):0.0168):0.00411):0.00596):0.00622):0.14796):0.05171):0.03412):0.05707):0.02551):0.02969):0.02884):0.04267):0.02449):0.02214):0.07074):0.01726):0.05252):0.04713):0.04037):0.02924):0.21348):0.02836):0.01462):0.02822):0.01632):0.01609):0.01279):0.00517):3.6E-4):0.00184,(G6096-MONOMER:0.02228,(ILES-MONOMER+:0.01521,(((ASNSYNA-MONOMER:0.01452,SERS-MONOMER+:0.01448):9.4E-4,((TRPS-MONOMER+:0.0,PROS-MONOMER+:0.0,VALS-MONOMER+:0.0,METG-MONOMER+:0.0,CYSS-MONOMER+:0.0,TYRS-MONOMER+:0.0,LEUS-MONOMER+:0.0,HISS-MONOMER+:0.0):0.0,(GLNS-MONOMER+:0.015,GLURS-MONOMER:0.015):5.0E-4,(EG11211-MONOMER:0.0,LYSS-MONOMER+:0.0,LYSU-MONOMER+:0.0):0.0155,(ARGS-MONOMER+:0.01525,(GLYQ-MONOMER+:0.015,GLYS-MONOMER+:0.015):2.5E-4):2.5E-4,(ASPS-MONOMER+:0.015,ASNS-MONOMER+:0.015):5.0E-4):6.0E-5):4.0E-5,(PHES-MONOMER+:0.01546,(PHET-MONOMER+:0.01322,(EG11362-MONOMER:0.0094,((((G7431-MONOMER:0.01296,(EG10812-MONOMER:0.0,EG10996-MONOMER:0.0):0.01304):4.2E-4,(G7452-MONOMER:0.00948,GTP-CYCLOHYDRO-I-MONOMER:0.00952):0.00258):0.00901,(((EG11299-MONOMER:0.02616,(EG11153-MONOMER:0.025,EG11178-MONOMER:0.025):0.00184):7.5E-4,((G7698-MONOMER:0.02227,(EG12609-MONOMER:0.01973,(G6581-MONOMER:0.0,EG11118-MONOMER:0.0,EG11921-MONOMER:0.0,EG12433-MONOMER:0.0,EG12044-MONOMER:0.0):0.02027):0.00273):0.00126,((EG10523-MONOMER:0.01433,EG12098-MONOMER:0.01667):0.00386,(EG12401-MONOMER:0.0176,((EG11507-MONOMER:0.01589,G7845-MONOMER:0.01811):0.00106,(EG10376-MONOMER:0.01837,(G6501-MONOMER:0.01841,(G7008-MONOMER:0.0,G6488-MONOMER:0.0,EG10343-MONOMER:0.0,G7950-MONOMER:0.0,G7603-MONOMER:0.0,EG12207-MONOMER:0.0,G6449-MONOMER:0.0,EG11254-MONOMER:0.0,EG12366-MONOMER:0.0,G6416-MONOMER:0.0,EG11247-MONOMER:0.0):0.01859):1.3E-4):4.4E-4):6.5E-4):0.0022):0.00215):0.00267):0.00633,(((((G7422-MONOMER:0.0,G7449-MONOMER:0.0,EG10454-MONOMER:0.0,EG11177-MONOMER:0.0):0.0265,(EG11344-MONOMER:0.0,G6675-MONOMER:0.0,EG11779-MONOMER:0.0):0.0265):1.0E-4,(EG11932-MONOMER:0.02569,(((G7297-MONOMER:0.025,EG11372-MONOMER:0.025):2.0E-5,(EG11768-MONOMER:0.02397,(G7021-MONOMER:0.0,G7020-MONOMER:0.0):0.02403):9.8E-4):1.2E-4,G7199-MONOMER:0.02488):8.1E-4):6.5E-4):4.2E-4,((EG10375-MONOMER:0.02098,(G7327-MONOMER:0.0,EG11538-MONOMER:0.0,EG11023-MONOMER:0.0,EG11022-MONOMER:0.0):0.02102):0.00105,EG10997-MONOMER:0.01995):0.00486):0.00441,((EG11311-MONOMER:0.0,EG12022-MONOMER:0.0):0.03138,((G7928-MONOMER:0.0,EG10862-MONOMER:0.0,EG10136-MONOMER:0.0):0.0,(EG10863-MONOMER:0.0,EG10967-MONOMER:0.0,EG10595-MONOMER:0.0,G7714-MONOMER:0.0,EG12876-MONOMER:0.0,EG11547-MONOMER:0.0,EG11661-MONOMER:0.0,EG11894-MONOMER:0.0,EG10858-MONOMER:0.0,EG12216-MONOMER:0.0,EG11851-MONOMER:0.0,G7712-MONOMER:0.0,G7713-MONOMER:0.0):0.0315):1.2E-4):3.3E-4):0.00249):0.00548):0.00142,(G7325-MONOMER:0.01475,(GMP-SYN-MONOMER:0.01851,(G7511-MONOMER:0.02579,(G6245-MONOMER:0.00296,(ACETYLORNDEACET-MONOMER:0.01573,(MONOMER0-1981:0.00971,((DIHYDROFOLATEREDUCT-MONOMER:0.0095,(FOLD-MONOMER+:0.00793,((CPLX0-2901:0.02151,ASPDECARBOX-MONOMER:0.02149):0.00341,(HOMOCYSMETB12-MONOMER:0.01774,(PABASYN-COMPII-MONOMER:0.00931,(((H2PTEROATESYNTH-MONOMER:0.01451,(((H2NTPEPIM-MONOMER:0.07598,(H2PTERIDINEPYROPHOSPHOKIN-MONOMER:0.0,H2NEOPTERINALDOL-MONOMER:0.0,PABASYN-COMPI-MONOMER:0.0,ADCLY-MONOMER:0.0):0.00702):0.00716,FOLC-MONOMER+:0.01184):0.00418,G6862-MONOMER:0.01282):0.00549):0.01437,(NAPA-MONOMER+:0.02087,(EG11597-MONOMER:0.02907,(EG11666-MONOMER:0.0,EG10153-MONOMER:0.0,EG11828-MONOMER:0.0,MONOMER0-1501:0.0,EG11595-MONOMER:0.0,EG11598-MONOMER:0.0,EG10154-MONOMER:0.0,G7162-MONOMER:0.0,EG11511-MONOMER:0.0,EG11829-MONOMER:0.0):0.02993):0.00863):0.0162):0.00774,(EG11306-MONOMER:0.04869,(((GLUTCYSLIG-MONOMER:0.0,G6326-MONOMER:0.0,EG10374-MONOMER:0.0,GLUTATHIONE-SYN-MONOMER:0.0):0.05711,((-DEHYDROPANTOATE-REDUCT-MONOMER:0.03633,(-CH3-2-OXOBUTANOATE-OH-CH3-XFER-MONOMER:0.0,PANTOATE-BETA-ALANINE-LIG-MONOMER:0.0):0.04067):0.01175,(EG10004-MONOMER:0.03422,(EG11161-MONOMER:0.0,EG12312-MONOMER:0.0,PANTEPADENYLYLTRAN-MONOMER:0.0,PANTOTHENATE-KIN-MONOMER:0.0):0.04878):0.00375):0.00614):0.00274,((((DHHB-METHYLTRANSFER-MONOMER:0.0,UBIX-MONOMER+:0.0,-OCTAPRENYLPHENOL-HYDROX-MONOMER:0.0,OHBENZOATE-OCTAPRENYLTRANSFER-MONOMER:0.0,EG11396-MONOMER:0.0):0.03765,(OCTAPRENYL-METHOXYPHENOL-OH-MONOMER:0.0,OCTAPRENYL-METHYL-METHOXY-BENZOQ-OH-MON:0.0,EG11333-MONOMER:0.0):0.03335):0.00431,(-OCTAPRENYL-METHOXY-BENZOQ-METH-MONOMER:0.02631,(MEND-MONOMER+:0.0,EG12438-MONOMER:0.0,DMK-MONOMER:0.0,O-SUCCINYLBENZOATE-COA-LIG-MONOMER:0.0,MENF-MONOMER+:0.0,O-SUCCINYLBENZOATE-COA-SYN-MONOMER:0.0,NAPHTHOATE-SYN-MONOMER:0.0):0.02669):0.01469):0.00456,CHORPYRLY-MONOMER:0.03094):0.01459):0.0019):6.6E-4):0.01366):0.00832):0.00545):0.00792):0.00663):0.00521,((((G6644-MONOMER:0.02251,ASNSYNB-MONOMER:0.02249):0.00219,(EG11090-MONOMER:0.03084,((CTPSYN-MONOMER:0.03451,((ARGDECARBOXDEG-MONOMER:0.01493,(GLUTDECARBOXB-MONOMER:0.0,GLUTDECARBOXA-MONOMER:0.0):0.02107):0.0181,(DCYSDESULF-MONOMER:0.04046,((G6261-MONOMER:0.03529,G6107-MONOMER:0.04171):0.00535,(G6906-MONOMER:0.04528,((ASPARTASE-MONOMER:0.0415,ANSB-MONOMER+:0.0415):0.0039,(DSERDEAM-MONOMER:0.0455,(G7646-MONOMER:0.0,LDC2-MONOMER+:0.0,ANSA-MONOMER+:0.0,LYSDECARBOX-MONOMER:0.0,EUTC-MONOMER+:0.0,EUTB-MONOMER+:0.0,EG11157-MONOMER:0.0):0.0455):1.0E-4):2.2E-4):0.00165):0.00254):0.00715):0.00899):2.9E-4,(((((G6646-MONOMER:0.0189,(B1296-MONOMER:0.02394,((G6755-MONOMER:0.0,ALDHDEHYDROG-MONOMER+:0.0):0.02369,G7596-MONOMER:0.02631):0.00106):0.0061):0.00571,(TRYPTOPHAN-MONOMER:0.01707,TNAB-MONOMER+:0.01393):0.01167):0.00699,((SUCCGLUALDDEHYD-MONOMER:0.01866,(SUCCORNTRANSAM-MONOMER:0.02679,(SUCCARGDIHYDRO-MONOMER:0.0,ARGSUCCTRAN-MONOMER:0.0,SUCCGLUDESUCC-MONOMER:0.0):0.01821):0.00234):0.00568,(DALADEHYDROGA-MONOMER:0.03057,((((GCVH-MONOMER+:0.0,GCVT-MONOMER+:0.0,DIHYDROLIPOYL-GCVH:0.0):0.02505,GCVP-MONOMER+:0.02295):0.00678,((G6810-MONOMER:0.02807,MONOMER0-3:0.02793):0.00301,(PROPKIN-MONOMER:0.02349,(THREDEHYDCAT-MONOMER+:0.02204,THREODEHYD-MONOMER:0.01996):0.00551):0.00349):5.3E-4):3.1E-4,(GALACTONATE-DEHYDRATASE-MONOMER:0.03143,((G7160-MONOMER:0.0,G7446-MONOMER:0.0,G6661-MONOMER:0.0,G6839-MONOMER:0.0):0.03151,EG11852-MONOMER:0.03149):7.0E-5):6.6E-4):3.0E-4):0.00279):0.00317):0.00422,((((CARBODEHYDRAT-MONOMER:0.03844,CYANLY-MONOMER:0.03856):0.04729,((((GLYOXII-MONOMER:0.0,GLYOXIII-MONOMER:0.0,GLYOXI-MONOMER:0.0):0.05472,(G6487-MONOMER:0.07175,EG10040-MONOMER:0.07125):0.00778):0.01049,(EG12026-MONOMER:0.05561,ADHC-MONOMER+:0.04439):0.04401):0.00725,((EG12432-MONOMER:0.10364,((MHPELY-MONOMER:0.0,MHPDHYDROL-MONOMER:0.0,MHPCHYDROL-MONOMER:0.0):0.07443,(PHENYLPRODIOXY-MONOMER:0.0,DHPDIOXYGEN-MONOMER:0.0,HCAD-MONOMER+:0.0,PHENPRODIOLDEHYDROG-MONOMER:0.0,HCAA2-MONOMER:0.0):0.06857):0.02486):0.00338,(MONOMER-162:0.06013,MONOMER0-146+:0.03987):0.03837):0.00185):0.00648):0.01834,((FORMATEDEHYDROGH-MONOMER:0.08209,G6986-MONOMER:0.08491):0.0148,((G7855-MONOMER:0.0557,G7860-MONOMER:0.0693):0.02674,((G7236-MONOMER:0.05066,(GLUCARDEHYDRA-MONOMER:0.03514,(GALACTARDEHYDRA-MONOMER:0.03177,(GKI-MONOMER:0.02301,KDGALDOL-MONOMER:0.02499):0.00323):0.00336):0.01534):0.01107,(((((EXUT-MONOMER+:0.03067,(ALTRO-OXIDOREDUCT-MONOMER:0.03078,ALTRODEHYDRAT-MONOMER:0.03622):0.00283):0.00704,(MANNONOXIDOREDUCT-MONOMER:0.0308,(MANNONDEHYDRAT-MONOMER:0.03352,(DEOXYGLUCONOKIN-MONOMER:0.0,UXAC-MONOMER+:0.0):0.03348):0.0027):0.00996):0.00619,G6200-MONOMER:0.05181):0.00389,(((G7545-MONOMER:0.0,G7544-MONOMER:0.0):0.03461,(GLY3KIN-MONOMER:0.02528,GLYOCARBOLIG-MONOMER+:0.03072):0.00839):0.00355,MONOMER0-561+:0.02995):0.00891):0.0023,(G7945-MONOMER:0.04292,(DEHYDDEOXGALACTKIN-MONOMER:0.0,DEHYDDEOXPHOSGALACT-ALDOL-MONOMER:0.0):0.04808):0.01197):0.00265):0.02329):0.00603):0.01872):0.00761,MHPF-MONOMER+:0.0342):0.00481):0.00868,G6645-MONOMER:0.02):0.00794):0.00462):0.00856):0.0043,((GLYOHMETRANS-MONOMER+:0.02159,(LTAA-MONOMER+:0.02838,(PGLYCDEHYDROG-MONOMER:0.02422,PSERPHOSPHA-MONOMER:0.02578):0.00262):0.00191):0.00387,((((((N-ACETYLGLUTPREDUCT-MONOMER:0.02424,(ACETYLORNTRANSAM-MONOMER:0.02496,(ARGSUCCINLYA-MONOMER+:0.025,(CHAINF-MONOMER:0.0,CHAINI-MONOMER:0.0,N-ACETYLTRANSFER-MONOMER:0.0,ARGSUCCINSYN-MONOMER+:0.0,ACETYLGLUTKIN-MONOMER:0.0):0.025):4.0E-5):7.6E-4):0.00258,(EG12384-MONOMER:0.0,G6188-MONOMER:0.0,G7493-MONOMER:0.0):0.02842):7.6E-4,((GLUTKIN-MONOMER:0.02578,(GLUTSEMIALDEHYDROG-MONOMER:0.0,PYRROLINECARBREDUCT-MONOMER:0.0):0.02422):0.00264,(GLUTAMINESYN-MONOMER+:0.0265,(GLUSYNLARGE-MONOMER:0.02399,(EG12409-MONOMER:0.0,GLUSYNSMALL-MONOMER:0.0,GDHA-MONOMER+:0.0,G7506-MONOMER:0.0):0.02401):0.0010):0.00186):7.4E-4):0.00205,(HISTDEHYD-MONOMER:0.02424,(GLUTAMIDOTRANS-MONOMER:0.02494,(HISTCYCLOPRATPPHOS:0.0,ATPPHOSRIBOSTRANS-MONOMER:0.0,IMIDPHOSPHADEHYDHISTIDPHOSPHA-MONOMER:0.0,EG11269-MONOMER:0.0,HISTPHOSTRANS-MONOMER:0.0,PRIBFAICARPISOM-MONOMER:0.0,CYCLASE-MONOMER:0.0):0.02506):7.6E-4):0.00549):5.9E-4,(EG11059-MONOMER:0.03174,((-ISOPROPYLMALDEHYDROG-MONOMER:0.02422,(LEUC-MONOMER+:0.0,-ISOPROPYLMALATESYN-MONOMER:0.0,LEUD-MONOMER+:0.0):0.02578):0.00262,(((EG11275-MONOMER:0.0,SMALLILVM-MONOMER:0.0,LARGEILVG-MONOMER:0.0,G8221-MONOMER:0.0,EG11270-MONOMER:0.0):0.02803,BRANCHED-CHAINAMINOTRANSFER-MONOMER:0.02797):1.9E-4,(THREDEHYDSYN-MONOMER+:0.0254,(KETOLREDUCTOISOM-MONOMER:0.02171,(SMALLILVN-MONOMER:0.0,DIHYDROXYACIDDEHYDRAT-MONOMER:0.0,ACETOLACTSYNIII-HCHAIN-MONOMER:0.0,LARGEILVB-MONOMER:0.0,ACETOLACTSYNIII-ICHAIN-MONOMER:0.0):0.02329):0.0021):0.00281):1.9E-4):0.00336):7.0E-5):4.7E-4,((S-ADENMETSYN-MONOMER+:0.02464,((METHYLENETHFREDUCT-MONOMER:0.02023,(HOMSUCTRAN-MONOMER:0.02097,(CYSTATHIONINE-BETA-LYASE-MONOMER:0.0,HOMOCYSMET-MONOMER:0.0,O-SUCCHOMOSERLYASE-MONOMER:0.0,MMUM-MONOMER+:0.0):0.02103):7.7E-4):0.00419,((ALPHACOMP-MONOMER:0.01691,(PAPSSULFOTRANS-MONOMER:0.0185,BETACOMP-MONOMER:0.0185):0.00159):8.5E-4,(EG10003-MONOMER:0.01987,(SERINE-O-ACETTRAN-MONOMER:0.0,ACSERLYA-MONOMER:0.0,ACSERLYB-MONOMER:0.0):0.02213):4.0E-4):0.00344):8.6E-4):0.00466,(((((DIHYDROPICRED-MONOMER:0.01822,(MONOMER0-2001:0.0,G6140-MONOMER:0.0,G7911-MONOMER:0.0,DIHYDRODIPICSYN-MONOMER:0.0):0.01978):0.00197,((ASP-SEMIALDEHYDE-DEHYDROGENASE-MONOMER:0.01776,(ASPKINIII-MONOMER:0.01929,ASPKINIHOMOSERDEHYDROGI-MONOMER:0.01771):2.4E-4):1.5E-4,ASPKINIIHOMOSERDEHYDROGII-MONOMER:0.01785):0.00222):1.9E-4,(DIAMINOPIMDECARB-MONOMER:0.0,DIAMINOPIMEPIM-MONOMER:0.0):0.02215):0.00688,(THRESYN-MONOMER:0.02663,HOMOSERKIN-MONOMER:0.02337):0.00243):0.00238,((AROE-MONOMER+:0.0,EG11234-MONOMER:0.0):0.02174,((CHORISMUTPREPHENDEHYDROG-MONOMER:0.01889,(CHORISMUTPREPHENDEHYDRAT-MONOMER:0.02008,(ASPAMINOTRANS-MONOMER:0.01705,TYRB-MONOMER+:0.01695):0.00292):3.6E-4):0.0026,((ANTHRANSYNCOMPII-MONOMER:0.01443,(PRAI-IGPS:0.0,EG11274-MONOMER:0.0,TRYPSYN-APROTEIN:0.0,TRYPSYN-BPROTEIN:0.0,ANTHRANSYNCOMPI-MONOMER:0.0):0.01457):0.00774,(AROF-MONOMER+:0.0,AROC-MONOMER+:0.0,AROL-MONOMER+:0.0,AROK-MONOMER+:0.0,AROH-MONOMER+:0.0,AROB-MONOMER+:0.0,EG10083-MONOMER:0.0,AROG-MONOMER+:0.0,AROA-MONOMER+:0.0,AROD-MONOMER+:0.0):0.02276):2.8E-4):2.6E-4):0.00774):1.9E-4):6.1E-4):0.00112):0.00123):0.00328,((ARGDECARBOXBIO-MONOMER:0.01817,((ORNDECARBOX-BIO-MONOMER:0.0,ORNDECARBOXDEG-MONOMER:0.0):0.02331,((SPED-MONOMER+:0.0,SPERMIDINESYN-MONOMER:0.0):0.02501,AGMATIN-MONOMER:0.02499):0.00169):0.00208):0.00927,(BADH-MONOMER+:0.01837,(CHD-MONOMER:0.01365,((G7292-MONOMER:0.04828,G7291-MONOMER:0.05172):0.01491,((EG11563-MONOMER:0.0,EG11562-MONOMER:0.0):0.03793,(AMINEOXID-MONOMER:0.11045,(ADHE-MONOMER+:0.05295,((EG12113-MONOMER:0.0,(EG12234-MONOMER:0.24992,EG12319-MONOMER:0.25008):0.1665):0.18678,(((((((EG12237-MONOMER:0.0,G7373-MONOMER:0.0):0.10011,EG12318-MONOMER:0.09989):0.0307,G7564-MONOMER:0.1193):0.03442,(EG11784-MONOMER:0.20149,(EG10680-MONOMER:0.0,DLACTDEHYDROGNAD-MONOMER:0.0):0.13151):0.02808):0.15614,(G7868-MONOMER:0.16652,(PNTB-MONOMER+:0.0,G6651-MONOMER:0.0,G6791-MONOMER:0.0,G6887-MONOMER:0.0,HYBC-MONOMER+:0.0,SORB6PDEHYDROG-MONOMER:0.0,G6963-MONOMER:0.0,G6890-MONOMER:0.0,G7432-MONOMER:0.0,CROBETREDUCT-MONOMER+:0.0,EG11581-MONOMER:0.0,G7145-MONOMER:0.0,EG12702-MONOMER:0.0,G6708-MONOMER:0.0,EG12345-MONOMER:0.0,G6816-MONOMER:0.0,KDUD-MONOMER+:0.0,PYRUVOXID-MONOMER:0.0,G6918-MONOMER:0.0,EG10124-MONOMER:0.0,UDPMANNACADEHYDROG-MONOMER:0.0,EG11309-MONOMER:0.0,G7266-MONOMER:0.0,G6523-MONOMER:0.0,G6838-MONOMER:0.0,SARCOX-MONOMER:0.0,EG11822-MONOMER:0.0,G6335-MONOMER:0.0,G7880-MONOMER:0.0,EG12036-MONOMER:0.0,ALDDEHYDROGB-MONOMER+:0.0,G6539-MONOMER:0.0,G6519-MONOMER:0.0,EG11436-MONOMER:0.0,G7285-MONOMER:0.0,EG11134-MONOMER:0.0,EG12450-MONOMER:0.0,G6653-MONOMER:0.0,DIENOYLCOAREDUCT-MONOMER:0.0,EG11315-MONOMER:0.0,EG12692-MONOMER:0.0,G7606-MONOMER:0.0,G6236-MONOMER:0.0,MONOMER0-150+:0.0,MONOMER0-151+:0.0,G7307-MONOMER:0.0,MONOMER0-154+:0.0,GLUCDEHYDROG-MONOMER+:0.0,HYAB-MONOMER+:0.0,G7514-MONOMER:0.0,EG11261-MONOMER:0.0,HYBA-MONOMER+:0.0,EG12019-MONOMER:0.0,G6958-MONOMER:0.0,QOR-MONOMER:0.0,G7520-MONOMER:0.0,G6961-MONOMER:0.0,EG12293-MONOMER:0.0,HYCD-MONOMER+:0.0,HYCG-MONOMER+:0.0,G7312-MONOMER:0.0,EG11292-MONOMER:0.0,ANGLYC3PDEHYDROGSUBUNITB-MONOMER:0.0,G7440-MONOMER:0.0,DIHYDROPTERIREDUCT-MONOMER:0.0,G7022-MONOMER:0.0,G6901-MONOMER:0.0,ADHP-MONOMER+:0.0,YPHC-MONOMER+:0.0,UGD-MONOMER:0.0,G7439-MONOMER:0.0,MANNPDEHYDROG-MONOMER:0.0,G6190-MONOMER:0.0,G7462-MONOMER:0.0,MALIC-NADP-MONOMER:0.0,G7757-MONOMER:0.0,G7283-MONOMER:0.0,EG12133-MONOMER:0.0,G6846-MONOMER:0.0,G6518-MONOMER:0.0,G6457-MONOMER:0.0,HYAA-MONOMER+:0.0,PHENDEHYD-MONOMER:0.0,G6922-MONOMER:0.0,HYCELARGE-MONOMER:0.0,G6868-MONOMER:0.0,G6760-MONOMER:0.0,G6269-MONOMER:0.0,EG12394-MONOMER:0.0,EG11759-MONOMER:0.0,G6731-MONOMER:0.0,G6845-MONOMER:0.0,G6967-MONOMER:0.0,G7681-MONOMER:0.0,G7901-MONOMER:0.0,EG12279-MONOMER:0.0,MONOMER0-145+:0.0,MONOMER0-147+:0.0):0.33348):0.04186):0.05901,((NARW-MONOMER+:0.0,NARJ-MONOMER+:0.0):0.21687,(G6103-MONOMER:0.0,GLND-MONOMER+:0.0,G6348-MONOMER:0.0,G7015-MONOMER:0.0):0.28313):0.15974):0.0488,(G7916-MONOMER:0.0,EG11195-MONOMER:0.0,G6759-MONOMER:0.0,G6364-MONOMER:0.0,ALKAPHOSPHA-MONOMER:0.0,CARNRACE-MONOMER:0.0,G6425-MONOMER:0.0,EG12167-MONOMER:0.0,EG11651-MONOMER:0.0,G7907-MONOMER:0.0,EG11613-MONOMER:0.0,PHOSACETYLTRANS-MONOMER:0.0,G6655-MONOMER:0.0,G7174-MONOMER:0.0,G7490-MONOMER:0.0,EG11705-MONOMER:0.0,G6442-MONOMER:0.0,EG11833-MONOMER:0.0,EG11850-MONOMER:0.0,METHYLMALONYL-COA-MUT-MONOMER:0.0,G7886-MONOMER:0.0,G7918-MONOMER:0.0,G7829-MONOMER:0.0,EG12211-MONOMER:0.0,G7408-MONOMER:0.0,G7917-MONOMER:0.0,G6770-MONOMER:0.0,G7048-MONOMER:0.0,G7516-MONOMER:0.0,G7641-MONOMER:0.0,G7758-MONOMER:0.0,EG11470-MONOMER:0.0,G7650-MONOMER:0.0,G6401-MONOMER:0.0,G6617-MONOMER:0.0,G6719-MONOMER:0.0,G7456-MONOMER:0.0,G6196-MONOMER:0.0,G6932-MONOMER:0.0,G7742-MONOMER:0.0,EG12267-MONOMER:0.0,EG11725-MONOMER:0.0,EG12378-MONOMER:0.0,EG12270-MONOMER:0.0,G7350-MONOMER:0.0,G7464-MONOMER:0.0,G6522-MONOMER:0.0,EG10851-MONOMER:0.0,G7669-MONOMER:0.0,AAS-MONOMER:0.0,EG11101-MONOMER:0.0,G6499-MONOMER:0.0,ARYLSULFAT-MONOMER:0.0,G6551-MONOMER:0.0,EG11241-MONOMER:0.0,EG11846-MONOMER:0.0,G7915-MONOMER:0.0,G7497-MONOMER:0.0,SPERMACTRAN-MONOMER:0.0,CAIC-MONOMER+:0.0,TRANSKETOII-MONOMER:0.0,KDPGALDOL-4OH2OXOGLUTARALDOL-MONOMER+:0.0,EG11914-MONOMER:0.0,G6331-MONOMER:0.0,G6246-MONOMER:0.0,EG11853-MONOMER:0.0,G6118-MONOMER:0.0,EG11207-MONOMER:0.0,ACS-MONOMER:0.0,G6141-MONOMER:0.0,G7288-MONOMER:0.0,TRANSKETOI-MONOMER:0.0,G6806-MONOMER:0.0,G7040-MONOMER:0.0,G7237-MONOMER:0.0,EG11714-MONOMER:0.0,G7655-MONOMER:0.0,EG11580-MONOMER:0.0,G7454-MONOMER:0.0,G6418-MONOMER:0.0,EG12049-MONOMER:0.0,G6804-MONOMER:0.0,G6287-MONOMER:0.0,G6100-MONOMER:0.0,G7910-MONOMER:0.0,CARNDEHYDRA-MONOMER:0.0,G7187-MONOMER:0.0,G7897-MONOMER:0.0,G7269-MONOMER:0.0,G7234-MONOMER:0.0,G6788-MONOMER:0.0):0.56058):0.10497):0.06936):0.07708):0.01482):0.01379):0.01226):0.0022):0.00701):0.00383):0.00793):0.02174):0.00561):0.02241):0.00492):0.00147):0.00444):0.0066):0.00728):0.00348):0.00214):1.3E-4):3.0E-4):0.00601):0.00361):2.7E-4):0.00468):9.6E-4):1.8E-4):1.0E-5,(G6183-MONOMER:0.0,PHOSPHO-ATOC+:0.0,PHOSPHO-HYDG+:0.0,PHOSPHO-BAER+:0.0,G7547-MONOMER:0.0):0.02995):5.5E-4,(EG10777-MONOMER:0.02806,(EG10423-MONOMER:0.0,EG10424-MONOMER:0.0):0.02794):7.5E-4):0.00207,((EG10467-MONOMER:0.0,EG10466-MONOMER:0.0):0.01213,(EG11252-MONOMER:0.0,EG12165-MONOMER:0.0,EG10618-MONOMER:0.0):0.01787):0.01568):0.00133,((EG10239-MONOMER:0.02047,(EG10236-MONOMER:0.0,EG10764-MONOMER:0.0,EG10763-MONOMER:0.0,EG10244-MONOMER:0.0,EG10237-MONOMER:0.0,EG10765-MONOMER:0.0):0.02753):0.0035,(((EG10927-MONOMER:0.0,EG11094-MONOMER:0.0):0.02946,((G6133-MONOMER:0.0295,(G6540-MONOMER:0.0,EG10242-MONOMER:0.0,EG10245-MONOMER:0.0,EG10238-MONOMER:0.0,EG11414-MONOMER:0.0,G6634-MONOMER:0.0,EG11500-MONOMER:0.0,TDK-MONOMER:0.0,G7227-MONOMER:0.0,EG11263-MONOMER:0.0,EG10243-MONOMER:0.0,EG11413-MONOMER:0.0,EG11505-MONOMER:0.0,EG11412-MONOMER:0.0):0.0295):2.0E-5,((EG11038-MONOMER:0.028,MONOMER0-2383:0.028):1.0E-5,(EG10686-MONOMER:0.02649,(EG11013-MONOMER:0.0,EG11014-MONOMER:0.0):0.02651):0.00149):0.00148):4.0E-5):6.4E-4,((EG10241-MONOMER:0.02254,EG10240-MONOMER:0.02246):0.00365,((EG10626-MONOMER:0.0,EG10534-MONOMER:0.0,EG10746-MONOMER:0.0):0.02099,(EG11334-MONOMER:0.02098,(G6115-MONOMER:0.02013,(EG10837-MONOMER:0.01974,((EG11064-MONOMER:0.01649,EG11056-MONOMER:0.01651):5.0E-5,(EG10976-MONOMER:0.0161,((EG10747-MONOMER:0.0,EG10828-MONOMER:0.0):0.01523,(H2NEOPTERINP3PYROPHOSPHOHYDRO-MONOMER:0.0251,(EG10426-MONOMER:0.02293,(EG10736-MONOMER:0.02756,(GPH-MONOMER:0.02803,(MODF-MONOMER+:0.02938,(((EG11357-MONOMER:0.0,EG10834-MONOMER:0.0,EG10831-MONOMER:0.0,G6306-MONOMER:0.0,EG10830-MONOMER:0.0,EG10826-MONOMER:0.0,EG10829-MONOMER:0.0,G7525-MONOMER:0.0,EG10925-MONOMER:0.0,EG10832-MONOMER:0.0):0.02938,(((EG11062-MONOMER:0.0,EG11061-MONOMER:0.0,EG11063-MONOMER:0.0):0.0225,(G6937-MONOMER:0.0,G6558-MONOMER:0.0,EG11808-MONOMER:0.0):0.0225):1.0E-4,(EG10923-MONOMER:0.0,EG10833-MONOMER:0.0,EG10823-MONOMER:0.0,EG10924-MONOMER:0.0):0.0224):0.00562):5.6E-4,(((EG10926-MONOMER:0.0215,EG12717-MONOMER:0.0215):0.00658,((G6383-MONOMER:0.0,EG10329-MONOMER:0.0):0.028,(EG11058-MONOMER:0.0,EG10627-MONOMER:0.0,EG10662-MONOMER:0.0,EG10986-MONOMER:0.0,EG11222-MONOMER:0.0):0.028):0.00142):5.8E-4,((EG10624-MONOMER:0.02745,(EG11281-MONOMER:0.0,G6303-MONOMER:0.0,EG10625-MONOMER:0.0,EG11068-MONOMER:0.0):0.02855):0.0013,((EG10037-MONOMER:0.0,EG11811-MONOMER:0.0):0.02935,(EG10668-MONOMER:0.0,G6122-MONOMER:0.0,EG11296-MONOMER:0.0,EG11312-MONOMER:0.0,G6251-MONOMER:0.0,EG10824-MONOMER:0.0,EG11073-MONOMER:0.0,EG10651-MONOMER:0.0,G7016-MONOMER:0.0,G7649-MONOMER:0.0,G7379-MONOMER:0.0,EG11915-MONOMER:0.0,G7082-MONOMER:0.0,EG10825-MONOMER:0.0):0.02965):2.0E-4):1.7E-4):1.4E-4):1.5E-4):0.00147):0.0019):0.0065):0.00445):0.01041):8.8E-4):4.5E-4):0.00237):3.7E-4):7.7E-4):1.0E-5):0.00592):0.00228):0.00152):0.00153):0.0057,((NRDE-MONOMER+:0.0,NRDA-MONOMER+:0.0):0.02,(NRDB-MONOMER+:0.0,NRDF-MONOMER+:0.0):0.02):0.00699):0.02382,((G6992-MONOMER:0.0,G7746-MONOMER:0.0):0.11992,(((((XAPB-MONOMER+:0.05103,(CODB-MONOMER+:0.03845,B0511-MONOMER:0.03855):0.01047):0.01953,(((EG11692-MONOMER:0.03555,G7492-MONOMER:0.03545):0.00771,(G6275-MONOMER:0.02841,(G6281-MONOMER:0.02735,G6286-MONOMER:0.02565):0.00109):0.00579):0.01182,(((((G6358-MONOMER:0.0,EG12030-MONOMER:0.0):0.05,CYTDEAM-MONOMER:0.05):2.0E-5,EG11082-MONOMER:0.04998):1.6E-4,DEOA-MONOMER+:0.04984):0.00106,(EG12115-MONOMER:0.03687,(URACIL-PRIBOSYLTRANS-MONOMER+:0.04132,UDK-MONOMER:0.04168):0.00163):0.00781):0.00747):0.01287):0.01244,((RIBONUCLEOSIDE-TRIP-REDUCT-MONOMER:0.06251,RNTRACTIV-MONOMER:0.06249):0.01766,((G7747-MONOMER:0.0,AMP-NUCLEOSID-MONOMER:0.0):0.07247,((XANTHOSINEPHOSPHORY-MONOMER:0.06561,DEOD-MONOMER+:0.05939):0.00544,(CYTIDEAM-MONOMER:0.06314,((RELA-MONOMER+:0.0,SPOT-MONOMER+:0.0):0.05145,((GPT-MONOMER:0.024,HYPOXANPRIBOSYLTRAN-MONOMER:0.024):0.01278,((ADENPRIBOSYLTRAN-MONOMER:0.028,G7487-MONOMER:0.028):0.0016,(G6157-MONOMER:0.0,G7485-MONOMER:0.0,G6156-MONOMER:0.0,G6155-MONOMER:0.0,G7486-MONOMER:0.0,G7500-MONOMER:0.0):0.0264):0.00622):0.01305):0.01186):0.00806):0.00128):0.00897):0.00296):0.01116,(((PRPPSYN-MONOMER:0.02811,((FORMYLTHFDEFORMYL-MONOMER:0.01625,(GART-MONOMER+:0.01507,(FGAMSYN-MONOMER:0.01869,((IMP-DEHYDROG-MONOMER+:0.01974,(ADENODEAMIN-MONOMER:0.02151,((ASL-MONOMER:0.0,AICARTRANSIMPCYCLO-CPLX:0.0):0.02,(AIRS-MONOMER+:0.0,PURK-MONOMER+:0.0,PURE-MONOMER+:0.0):0.02):0.00149):0.00176):0.01123,ADENYL-KIN-MONOMER:0.03427):0.00231):0.00393):0.00225):0.01458,(G377-MONOMER+:0.00791,(DGTPTRIPHYDRO-MONOMER:0.03644,(((EG11239-MONOMER:0.02163,NUCLEOSIDE-DIP-KIN-MONOMER:0.02137):0.00193,((MGTA-MONOMER+:0.01599,KDPB-MONOMER+:0.01601):0.00252,((ATPD-MONOMER+:0.0,ATPG-MONOMER+:0.0,ATPA-MONOMER+:0.0,ATPC-MONOMER+:0.0):0.012,(ATPB-MONOMER+:0.0,ATPE-MONOMER+:0.0,ATPF-MONOMER+:0.0,ATPH-MONOMER+:0.0,EG10106-MONOMER:0.0):0.012):0.00198):0.00182):0.00107,(YHHO-MONOMER+:0.01401,G6260-MONOMER:0.01399):0.00118):0.01156):0.00931):0.01087):0.01489):0.00721,(((URPHOS-MONOMER:0.04534,(USHA-MONOMER+:0.0,CPDB-MONOMER+:0.0):0.04566):0.00251,((G7732-MONOMER:0.0,PPENTOMUT-MONOMER:0.0):0.04339,DEOXYRIBOSE-P-ALD-MONOMER:0.03361):0.00449):0.01278,(EG12693-MONOMER:0.06278,(((CMPKI-MONOMER:0.05588,(OROPRIBTRANS-MONOMER+:0.0456,(G7185-MONOMER:0.03956,(DUTP-PYROP-MONOMER:0.02612,(DTMPKI-MONOMER:0.01858,DCTP-DEAM-MONOMER:0.01842):0.00688):0.01369):0.00615):0.00949):0.00389,(ADENYLATECYC-MONOMER+:0.0,EG11603-MONOMER:0.0):0.05948):0.00206,((GUANYL-KIN-MONOMER:0.05574,SAICARSYN-MONOMER:0.05526):8.2E-4,GMP-REDUCT-MONOMER:0.05468):0.00548):8.7E-4):0.00389):0.01234):0.00329,ADENYLOSUCCINATE-SYN-MONOMER+:0.0377):0.01159):0.00108,((((GLYCRIBONUCSYN-MONOMER:0.0,GARTRANSFORMYL2-MONOMER:0.0):0.02414,PRPPAMIDOTRANS-MONOMER:0.01886):0.00693,((DIHYDROOROT-MONOMER:0.02443,((DIHYDROOROTOX-MONOMER:0.01392,EG11289-MONOMER:0.01308):0.00819,(ASPCARBREG-MONOMER:0.02254,OROTPDECARB-MONOMER:0.02246):8.1E-4):0.00107):0.00502,((ASPCARBCAT-MONOMER:0.01736,((CARBPSYN-SMALL:0.01449,CARBPSYN-LARGE:0.01451):0.00123,UMPKI-MONOMER:0.01577):0.00139):0.00334,G7489-MONOMER:0.02153):0.00377):0.00155):0.00549,EG12285-MONOMER:0.03162):0.01369):0.01745):0.02364):0.00217,((((METHGLYSYN-MONOMER:0.09989,(EG12657-MONOMER:0.0,G6805-MONOMER:0.0):0.10011):0.00525,EG10169-MONOMER:0.09475):0.00836,((EG11653-MONOMER:0.05195,(G7324-MONOMER:0.0,EG12311-MONOMER:0.0,EG12132-MONOMER:0.0,G6909-MONOMER:0.0,EG11378-MONOMER:0.0,G6907-MONOMER:0.0):0.05905):0.0318,(ENTD-MONOMER+:0.0,(EG11105-MONOMER:0.03004,(ENTA-MONOMER+:0.01613,(ENTC-MONOMER+:0.0,ENTB-MONOMER+:0.0,ENTE-MONOMER+:0.0,ENTF-MONOMER+:0.0):0.01987):0.00496):0.018):0.03345):0.02014):0.00815,((PPK-MONOMER:0.05532,((INORGPYROPHOSPHAT-MONOMER:0.10478,(ACETATEKINA-MONOMER:0.07465,THIKIN-MONOMER:0.09235):0.01172):0.00646,PPX-MONOMER:0.09354):0.02818):0.05018,((((EG11166-MONOMER:0.0,G6988-MONOMER:0.0):0.12183,(G7158-MONOMER:0.0,EG11761-MONOMER:0.0):0.12817):0.02533,(((EG11723-MONOMER:0.07252,EMRE-MONOMER+:0.07048):0.01183,(MHPHYDROXY-MONOMER:0.02712,G6718-MONOMER:0.05588):0.01367):0.03965,((G6886-MONOMER:0.0835,(THIOREDOXIN-REDUCT-NADPH-MONOMER:0.0,SUPEROX-DISMUTMN-MONOMER:0.0):0.0835):0.01708,(SUPEROX-DISMUTFE-MONOMER:0.0578,(HYDROPEROXIDII-MONOMER:0.0,HYDROPEROXIDI-MONOMER:0.0):0.0422):0.02692):0.03366):0.0172):0.01821,((THIS-MONOMER+:0.12509,((EG10043-MONOMER:0.0,CYSN-MONOMER+:0.0,ADENYLYLSULFKIN-MONOMER:0.0):0.08351,CYSD-MONOMER+:0.08349):0.04141):0.04078,(G6453-MONOMER:0.0,G7089-MONOMER:0.0,G6454-MONOMER:0.0,G7196-MONOMER:0.0):0.16722):0.0067):0.02129):0.01957):0.02996):0.01476,(((GLUCOSAMINE-6-P-DEAMIN-MONOMER:0.02597,L-GLN-FRUCT-6-P-AMINOTRANS-MONOMER:0.02403):0.01343,(GALACTOACETYLTRAN-MONOMER:0.04363,(TREHALOSE6PSYN-MONOMER:0.03127,TREHALOSEPHOSPHASYN-MONOMER:0.03973):0.00387):0.02007):0.00513,((GLUC1PURIDYLTRANS-MONOMER:0.04772,((LSERINEDEAM3-MONOMER+:0.01552,(LSERINEDEAM1-MONOMER+:0.0,LSERINEDEAM2-MONOMER+:0.0):0.01548):0.00477,(PEPSYNTH-MONOMER:0.02109,(MALIC-NAD-MONOMER:0.02196,(PEPCARBOXYKIN-MONOMER:0.0,F16B-MONOMER+:0.0):0.02304):0.00141):0.00223):0.02078):0.00681,(((GATB-MONOMER+:0.0,GATA-MONOMER+:0.0,GATC-MONOMER+:0.0):0.04739,((GLYCPDIESTER-PERI-MONOMER:0.0,GLYCPDIESTER-CYTO-MONOMER:0.0):0.06664,(EG11517-MONOMER:0.05206,(GLYCEROL-KIN-MONOMER+:0.03941,((GLYCDEH-MONOMER:0.07549,(ANGLYC3PDEHYDROGSUBUNITA-MONOMER:0.05469,AERGLYC3PDEHYDROG-MONOMER:0.07031):0.00501):0.00862,(GLPT-MONOMER+:0.0794,(G6627-MONOMER:0.0,EG11245-MONOMER:0.0,MONOMER0-1261:0.0,EG10395-MONOMER:0.0):0.0876):0.00338):0.03809):0.01344):0.00936):0.03789):0.00464,((((TREHALACYTO-MONOMER:0.0,TREHALAPERI-MONOMER:0.0):0.07147,(MALTODEXGLUCOSID-MONOMER:0.0715,G6647-MONOMER:0.0715):3.0E-5):0.01191,PGLUCONDEHYDRAT-MONOMER:0.08359):0.00163,(((EG11848-MONOMER:0.0,G7132-MONOMER:0.0,G6959-MONOMER:0.0):0.0555,(LYXK-MONOMER+:0.0,EG12286-MONOMER:0.0):0.0555):0.00821,((EG10355-MONOMER:0.03548,FUCP-MONOMER+:0.03552):0.01885,(((ALDOSE1EPIM-MONOMER:0.0,GALACTURIDYLYLTRANS-MONOMER:0.0):0.0555,(EG11845-MONOMER:0.0,EG13236-MONOMER:0.0):0.0555,(EG11905-MONOMER:0.0,G6428-MONOMER:0.0):0.0555):6.8E-4,((GLU6PDEHYDROG-MONOMER:0.04707,(G7953-MONOMER:0.04697,(EG11911-MONOMER:0.0,G6427-MONOMER:0.0,PFLACTENZ-MONOMER:0.0):0.04403):0.00293):0.00118,(PHOSPHOGLUCMUT-MONOMER:0.0,PGLUCONOLACT-MONOMER+:0.0,PYRUVFORMLY-MONOMER:0.0,G6426-MONOMER:0.0,EG11910-MONOMER:0.0,KETOBUTFORMLY-INACT-MONOMER:0.0):0.05107):0.00482):0.00115):0.00579):0.01937):0.01485):0.01124):0.01392):0.01122):0.00508,(PDXK-MONOMER+:0.01912,(PDXY-MONOMER+:0.01105,(((ERYTH4PDEHYDROG-MONOMER:0.01995,(PSERTRANSAM-MONOMER:0.01803,((((DIOHBUTANONEPSYN-MONOMER:0.03411,(RIBOFLAVINSYNDEAM-MONOMER:0.03621,(GTP-CYCLOHYDRO-II-MONOMER:0.0,RIBOFLAVIN-SYN-MONOMER:0.0,RIBF-MONOMER+:0.0,LUMAZINESYN-MONOMER:0.0):0.04079):0.00439):0.01485,(PDXA-MONOMER+:0.03396,((ERYTHRON4PDEHYDROG-MONOMER:0.0,PDXH-MONOMER+:0.0):0.03621,PDXJ-MONOMER+:0.04079):0.00154):0.01859):0.0020,((HMP-KIN-MONOMER:0.0,THI-P-KIN-MONOMER:0.0,THIE-MONOMER+:0.0,THIG-MONOMER+:0.0,THZ-KIN-MONOMER:0.0,HMP-P-KIN-MONOMER:0.0,THIF-MONOMER+:0.0,THII-MONOMER+:0.0,THIC-MONOMER+:0.0,EG12073-MONOMER:0.0):0.0565,(THIH-MONOMER+:0.02798,(KAPSYN-MONOMER:0.0,BIOTIN-SYN-MONOMER:0.0,EG10119-MONOMER:0.0,EG10122-MONOMER:0.0,DAPASYN-MONOMER:0.0):0.02802):0.0095):0.00615):0.00118,(MONOMER0-148+:0.0,MONOMER0-149+:0.0):0.04726):0.02209):0.0080):0.01253,(DMBPPRIBOSYLTRANS-MONOMER:0.01011,(G7289-MONOMER:0.00593,(((G7531-MONOMER:0.0,GLUTRNAREDUCT-MONOMER:0.0,PROTOPORGENOXI-MONOMER:0.0,COPROGENOXI-MONOMER:0.0,HEMN-MONOMER+:0.0):0.03933,((UROGENIIISYN-MONOMER+:0.0,GSAAMINOTRANS-MONOMER:0.0,HEMX-MONOMER+:0.0):0.04154,(EG11260-MONOMER:0.03699,(EG10434-MONOMER:0.03552,((HEMEOSYN-MONOMER:0.0,UROGENDECARBOX-MONOMER:0.0):0.0,(OHMETHYLBILANESYN-MONOMER:0.0,PORPHOBILSYNTH-MONOMER:0.0,PROTOHEME-FERROCHELAT-MONOMER:0.0):0.0315):0.00398):0.00151):0.00446):0.00217):0.0034,((SIROHEMESYN-MONOMER:0.02581,(RIBAZOLEPHOSPHAT-MONOMER:0.0,COBALADENOSYLTRANS-MONOMER:0.0,COBS-MONOMER+:0.0,COBU-MONOMER+:0.0):0.03019):0.00669,(G6851-MONOMER:0.0,DETHIOBIOTIN-SYN-MONOMER:0.0):0.02131):0.00847):0.02289):0.01639):0.01444):0.00634,(NICOTINAMID-MONOMER:0.02259,(MONOMER0-541+:0.0216,(NICOTINATEPRIBOSYLTRANS-MONOMER:0.02025,(L-ASPARTATE-OXID-MONOMER:0.018,((NICONUCADENYLYLTRAN-MONOMER:0.0,NAD-SYNTH-MONOMER:0.0):0.0185,(QUINOLINATE-SYNTHA-MONOMER:0.0,QUINOPRIBOTRANS-MONOMER:0.0):0.0185):5.0E-4):0.00125):0.0014):9.1E-4):0.00656):0.01999):0.00683):0.00793):0.00652,(PGLUCISOM:0.01473,(IDONDEHYD-MONOMER:0.03359,((GALACTITOLPDEHYD-MONOMER:0.03158,((((EG12287-MONOMER:0.0205,(RIBULPEPIM-MONOMER:0.019,(RIBULOKIN-MONOMER:0.0,ARABISOM-MONOMER:0.0):0.019):0.0015):0.0045,XYLULOKIN-MONOMER:0.025):3.6E-4,(EG10817-MONOMER:0.02175,RIBOKIN-MONOMER:0.02325):0.00214):0.00375,((FLAVONADPREDUCT-MONOMER:0.02008,-PFK-MONOMER+:0.02492):0.00181,(GALACTOKIN-MONOMER:0.02419,((EG11956-MONOMER:0.0,EG11957-MONOMER:0.0):0.02539,(((GAPDH-A-MONOMER:0.0,EG12103-MONOMER:0.0,E1P-MONOMER:0.0,E1O-MONOMER:0.0,G8205-MONOMER:0.0):0.02073,(TAGAALDOL1-MONOMER:0.02096,(PFK-1-MONOMER:0.021,(PFK-2-MONOMER:0.0,E2P-MONOMER:0.0,GPMA-MONOMER+:0.0,PGAM2-MONOMER:0.0,PKI-MONOMER:0.0,PGK:0.0,GLUCOKIN-MONOMER:0.0,PKII-MONOMER+:0.0,FRUCTBISALD-CLASSII-MONOMER:0.0,PGMI-MONOMER+:0.0,FRUCBISALD-CLASSI-MONOMER:0.0,G6960-MONOMER:0.0,ENOLASE-MONOMER:0.0):0.021):4.0E-5):2.7E-4):0.00368,((RHAMNISOM-MONOMER:0.02249,(RHAMNULPALDOL-MONOMER:0.0,EG11865-MONOMER:0.0,RHAMNULOKIN-MONOMER:0.0):0.02251):0.00243,(L-LACTDEHYDROGFMN-MONOMER:0.01868,(LACTALDREDUCT-MONOMER:0.01962,(LACTALDDEHYDROG-MONOMER:0.01618,(FUCULOKIN-MONOMER:0.0,FUCPALDOL-MONOMER:0.0,FUCISOM-MONOMER:0.0):0.01682):0.00338):0.00207):0.0027):3.2E-4):1.4E-4):8.1E-4):5.4E-4):0.00221):0.00286):0.00368,(BETA-GLUCURONID-MONOMER:0.03553,(BETAGALACTOSID-MONOMER:0.03151,TRE6PHYDRO-MONOMER:0.03149):0.00397):6.1E-4):7.4E-4):0.01207):0.00274):0.00391,TPI-MONOMER:0.00276):0.00472,(G7858-MONOMER:0.02203,(((ACNEULY-MONOMER:0.0385,K-MONOMER:0.0385):0.02977,((G6199-MONOMER:0.04865,G6198-MONOMER:0.05135):0.00937,((GNTT-MONOMER+:0.0,GNTP-MONOMER+:0.0,GNTU-MONOMER+:0.0,YJGT-MONOMER+:0.0):0.04451,(GLUCONOKINI-MONOMER:0.0465,(MONOMER-43:0.0,GLUCONREDUCT-MONOMER+:0.0):0.0445):9.9E-4):0.01313):0.00773):0.00168,G7859-MONOMER:0.07382):0.02147):0.02269):0.00443,(EG11847-MONOMER:0.00977,(((TSA-REDUCT-MONOMER:0.01004,G6278-MONOMER:0.00996):8.9E-4,G7417-MONOMER:0.01111):8.1E-4,(PGLUCONDEHYDROG-MONOMER:0.0128,(RIB5PISOMB-MONOMER:0.014,(TRANSALDOLB-MONOMER:0.0,TRANSALDOLA-MONOMER:0.0):0.014,(RIB5PISOMA-MONOMER:0.0135,XYLISOM-MONOMER:0.0135):5.0E-4):0.0012):9.4E-4):0.00136):0.00192):0.01189,E3-MONOMER:0.0):0.00871,MALATE-DEHASE-MONOMER:0.00778):0.02324,((((CITTRANS-MONOMER:0.0,G7517-MONOMER:0.0):0.08589,CITRYLY-MONOMER:0.08111):0.05082,CITSYN-MONOMER:0.03268):0.00494,(ICITDEHASE-KIN-PHOSPHA:0.01943,(ISOCITDEH-SUBUNIT:0.01937,(((ISOCIT-LYASE-MONOMER+:0.0,MALATE-SYNTHASE:0.0):0.02008,MALSYNG-MONOMER:0.01992):6.2E-4,(ACONITASE-MONOMER:0.02033,(ACONITATEDEHYDRB-MONOMER:0.01072,(FUM-MEMB2:0.0706,((FUMC-MONOMER+:0.02441,((SDH-FLAVO:0.0,SDH-FE-S:0.0):0.02538,(EG12069-MONOMER:0.02873,((PEPCARBOX-MONOMER:0.0314,(SUCCCOASYN-BETA:0.0,FUMA-MONOMER+:0.0,SUCB-LIPOATE+:0.0,SUCCCOASYN-ALPHA:0.0,E2O-MONOMER:0.0):0.0316):3.4E-4,FUMB-MONOMER+:0.03116):0.00277):0.00412):0.00809):0.02583,(DLACTDEHYDROGFAD-MONOMER:0.05166,(SUCC-DEHASE:0.08772,(FDOG-MONOMER+:0.07674,((((NITRITREDUCT-CPLX:0.0,NITRATREDUCTZ-CPLX:0.0,FORMATEDEHYDROGN-CPLX:0.0,DIMESULFREDUCT-CPLX:0.0):0.07446,((TMAOREDUCTI-CPLX:0.06642,(NUOI-MONOMER+:0.05547,(TORA-MONOMER+:0.0,NUOF-MONOMER+:0.0,NUOH-MONOMER+:0.0):0.05553):0.00308):0.00631,(DMSA-MONOMER+:0.0,NUOE-MONOMER+:0.0,NUOJ-MONOMER+:0.0,NUOA-MONOMER+:0.0,FDNG-MONOMER+:0.0):0.06519):0.00154):0.00494,(NIRB-MONOMER+:0.0,NIRD-MONOMER+:0.0):0.05981):0.00246,((((G6898-MONOMER:0.0555,CYT-O-UBIOX-CPLX:0.0555):4.0E-5,(DMSC-MONOMER+:0.0499,G6848-MONOMER:0.0501):0.00546):0.00422,(CYOC-MONOMER+:0.03134,(((NUOL-MONOMER+:0.0,NUOK-MONOMER+:0.0):0.03366,(NUON-MONOMER+:0.0,NUOG-MONOMER+:0.0):0.03334):0.00181,(MONOMER0-153+:0.0,HYCC-MONOMER+:0.0,MONOMER0-141+:0.0,MONOMER0-142+:0.0,MONOMER0-143+:0.0):0.03569):0.00316):0.01559):0.00765,((NARZ-MONOMER+:0.0,NARV-MONOMER+:0.0,NARY-MONOMER+:0.0):0.03933,(NUOC-MONOMER+:0.0493,(FDOH-MONOMER+:0.04558,((FDOI-MONOMER+:0.0,G7062-MONOMER:0.0,CYTOCHROME-B561-MONOMER:0.0,G6554-MONOMER:0.0,HYAC-MONOMER+:0.0):0.04529,((FDNH-MONOMER+:0.0,DMSB-MONOMER+:0.0):0.04442,(CYOD-MONOMER+:0.04169,(EG11815-MONOMER:0.04104,((NADH-DHII-MONOMER:0.0385,CYOA-MONOMER+:0.0385):0.00206,(CYOB-MONOMER+:0.02924,(NADH-DHI-CPLX:0.01758,(NUOM-MONOMER+:0.01618,(NUOB-MONOMER+:0.01068,(CYT-D-UBIOX-CPLX:0.0,(AMPG-MONOMER+:0.12371,(YCGO-MONOMER+:0.0,(EG10921-MONOMER:0.0,((((((B2170-MONOMER:0.09906,(ARAE-MONOMER+:0.0,XYLE-MONOMER+:0.0,GALP-MONOMER+:0.0):0.10094):0.03897,G7146-MONOMER:0.11103):0.01702,(YEEO-MONOMER+:0.0,ACRD-MONOMER+:0.0,DINF-MONOMER+:0.0):0.09548):0.04436,(G6322-MONOMER:0.0,(YIDC:0.13752,(EG10266-MONOMER:0.02635,(G7686-MONOMER:0.0328,((EG12240-MONOMER:0.0,MACA:0.0):0.02955,(EG11703-MONOMER:0.02568,((EG11354-MONOMER:0.0,EG11954-MONOMER:0.0):0.01877,(G7233-MONOMER:0.01221,(((G7710-MONOMER:0.0,G6884-MONOMER:0.0,G7028-MONOMER:0.0,MDTA:0.0,EG11975-MONOMER:0.0,G6412-MONOMER:0.0,EG12224-MONOMER:0.0,EG11764-MONOMER:0.0,EG12290-MONOMER:0.0,EG11976-MONOMER:0.0,G370-MONOMER+:0.0,G6113-MONOMER:0.0):0.0385,(G7537-MONOMER:0.0,G7709-MONOMER:0.0,G7705-MONOMER:0.0,G7708-MONOMER:0.0,G7702-MONOMER:0.0,G7704-MONOMER:0.0,G7707-MONOMER:0.0,EG11798-MONOMER:0.0,G7703-MONOMER:0.0,G7706-MONOMER:0.0):0.0385):0.01248,((EG10346-MONOMER:0.02149,EG10300-MONOMER:0.03451):0.00529,(EG11977-MONOMER:0.03761,((SECA:0.03256,(SECE:0.02799,((SECD:0.0,SECF:0.0):0.028,(TATA:0.0,EG11305-MONOMER:0.0,G7808-MONOMER:0.0,SECG:0.0):0.028):1.0E-5):0.00444):9.8E-4,(EG11479-MONOMER:0.0,SECY:0.0):0.03352):0.00364):0.00221):0.01109):0.02529):0.00773):0.00658):0.00345):0.0022):0.00621):0.02887):0.03379):0.0338):0.06123,((KEFC-MONOMER+:0.0,YBAL-MONOMER+:0.0,KEFB-MONOMER+:0.0):0.04687,((((YJDE-MONOMER+:2.8E-4,(XASA-MONOMER+:0.03318,(G7024-MONOMER:0.04346,(((G7033-MONOMER:0.0,EG10113-MONOMER:0.0):0.0,(YIIP-MONOMER+:0.0,(CHAA-MONOMER+:0.0,(NHAA-MONOMER+:0.0,(YJCE-MONOMER+:0.07944,(G7572-MONOMER:0.143,G6859-MONOMER:0.0):0.09906):0.0315):0.0195):0.0325):0.021):0.0231,G7013-MONOMER:0.01559):0.0044):0.01091):0.01622):0.01259,(G6255-MONOMER:0.03498,(EG11160-MONOMER:0.0,EG11180-MONOMER:0.0):0.03602):0.0268):0.00198,NHAB-MONOMER+:0.01328):0.02343,AQPZ-MONOMER+:0.03251):0.0221):0.0385):0.01305,(EG10456-MONOMER:0.07723,(BTUE-MONOMER+:0.05425,(G7701-MONOMER:0.14596,((EG10724-MONOMER:0.11438,(NIRC-MONOMER+:0.0455,(NARU-MONOMER+:0.0,NARK-MONOMER+:0.0):0.0455):0.00712):0.02444,(PNTA-MONOMER+:0.06542,((EG11735-MONOMER:0.0455,FMNREDUCT-MONOMER:0.0455):0.01048,(G7558-MONOMER:0.04307,((YDHE-MONOMER+:0.04205,(G6320-MONOMER:0.02323,(ZNUA-MONOMER+:0.05917,((EG12334-MONOMER:0.03549,(FEPB-MONOMER+:0.0,FHUD-MONOMER+:0.0,FECB-MONOMER+:0.0):0.03551):0.00602,EG11167-MONOMER:0.04148):0.01733):0.02802):0.01982):0.01359,(G7186-MONOMER:0.0553,(G6445-MONOMER:0.0,TRKA-MONOMER+:0.0,KCH-MONOMER:0.0,EG11536-MONOMER:0.0):0.0557):0.02291):0.01468):0.01343):0.01018):0.0234):0.00508):0.02662):0.01009):0.03488):0.01556):0.04564):0.07748):0.06963):0.0207):0.01032):0.00142):0.00676):0.01061):5.9E-4):5.0E-4):0.00263):7.4E-4):2.6E-4):0.00371):0.00176):0.00853):0.00667):0.00227):0.00413):0.00575):0.00297):0.00285):0.02912):0.00302):0.01183):5.9E-4):7.5E-4):0.00127):0.02648):0.18336,EG11158-MONOMER:0.0):0.0715,EG11202-MONOMER:0.0):0.25,EG10443-MONOMER:0.99848):1.00152; From ranjithkurungadam at gmail.com Wed Jun 24 09:29:39 2009 From: ranjithkurungadam at gmail.com (ranjith kurungadam) Date: Wed, 24 Jun 2009 14:59:39 +0530 Subject: [Biojava-l] : prob in reading sequence Message-ID: hello //rof : m new to this community.. going on wit my final semester M.Sc project work. m trying to do some nucleotide sequence manipulation using biojava. //rof : while trying to read different bio formats i found that the method SeqIOTools.readEmbl( ) method instantiates the SequenceIterator object with some unknown values wen a genbank format is read, but its ok wen a fasta is read as stream.hasnext( ) gives Exception. i got confused as this is not the case wit other methods readFastaDNA( ) and readGenbank( ).. //Expecting ur support From holland at eaglegenomics.com Wed Jun 24 09:36:34 2009 From: holland at eaglegenomics.com (Richard Holland) Date: Wed, 24 Jun 2009 10:36:34 +0100 Subject: [Biojava-l] : prob in reading sequence In-Reply-To: References: Message-ID: <1245836195.4184.18.camel@buzzybee> readEmbl() is for reading EMBL format files. It's not suprising it causes problems if you use it to try to read Genbank or FASTA! Also, SeqIOTools is deprecated and not really supported any more. You should take a look at RichSequence.IOTools instead: http://www.biojava.org/docs/api15b/org/biojavax/bio/seq/RichSequence.IOTools.html cheers, Richard On Wed, 2009-06-24 at 14:59 +0530, ranjith kurungadam wrote: > hello > //rof : m new to this community.. > going on wit my final semester M.Sc project work. m trying to do some > nucleotide sequence manipulation using biojava. > > //rof : while trying to read different bio formats i found that the method > SeqIOTools.readEmbl( ) method instantiates the SequenceIterator object with > some unknown values wen a genbank format is read, but its ok wen a fasta is > read as stream.hasnext( ) gives Exception. > i got confused as this is not the case wit other methods readFastaDNA( ) and > readGenbank( ).. > > //Expecting ur support > _______________________________________________ > Biojava-l mailing list - Biojava-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/biojava-l -- Richard Holland, BSc MBCS Operations and Delivery Director, Eagle Genomics Ltd T: +44 (0)1223 654481 ext 3 | E: holland at eaglegenomics.com http://www.eaglegenomics.com/ From andreas at sdsc.edu Thu Jun 25 05:37:25 2009 From: andreas at sdsc.edu (Andreas Prlic) Date: Wed, 24 Jun 2009 22:37:25 -0700 Subject: [Biojava-l] BOSC presentation Message-ID: <59a41c430906242237o45f0c6c6o2de4f3f0ad7f28a1@mail.gmail.com> Hi, Here the slides I prepared for the BioJava talk at BOSC on Sunday. http://biojava.org/wiki/BOSC2009_Presentation Andreas From noreply at netlogmail.com Thu Jun 25 18:47:30 2009 From: noreply at netlogmail.com (Saulo) Date: Thu, 25 Jun 2009 14:47:30 -0400 Subject: [Biojava-l] Visit my Netlog profile Message-ID: <200906251847.n5PIlU26006722@portal.open-bio.org> Hey, I have created a Netlog profile with my pictures, videos, blogs and events and I want to add you as a friend so you can see it. You first need to register on Netlog! When you log in, you can create your own profile. Take a look: http://en.netlog.com/go/mailurl/type=invite_1&mailid=342282513&id=1&url=-L2dvL3JlZ2lzdGVyL2lkPTExMjQ2MTU3OTMmaT10OTE_ Greetings, Saulo ---------------------------------------------------------------- Don't want to receive invitations from your friends anymore? http://en.netlog.com/go/mailurl/type=invite_1&mailid=342282513&id=2&url=-L2dvL25vbWFpbHMvaW52aXRlL2VtYWlsPS1ZbWx2YW1GMllTMXNRR3hwYzNSekxtOXdaVzR0WW1sdkxtOXlad19fJmNvZGU9MDE1MzI3MDYmaWQ9MTEyNDYxNTc5MyZpPXQ5Mg__ From jp at javaclass.co.uk Mon Jun 22 15:05:31 2009 From: jp at javaclass.co.uk (JP) Date: Mon, 22 Jun 2009 15:05:31 -0000 Subject: [Biojava-l] Reading a newick format tree file generates an ArrayIndexOutOfBoundsException (TreeBlock, getTreeAsWeightedJGraphT) Message-ID: <4adc29060906220805t16e3f7c3k84f1f306c3861c39@mail.gmail.com> I have tried to use the getTreeAsWeightedJGraphT functionality in TreesBlock as highlighted in the wikipedia page: My code for completeness sake (a direct and lazy copy and paste) String newickFileContents = FileUtils.readTextFile(treeFile, false); // > reads the text file without newlines > WeightedGraph jg = new > SimpleWeightedGraph(DefaultWeightedEdge.class); > TreesBlock sample_tree = new TreesBlock(); > TreesBlock.NewickTreeString s = new TreesBlock.NewickTreeString(); > s.setTreeString(newickFileContents); > sample_tree.addTree("test", s); > jg = sample_tree.getTreeAsWeightedJGraphT("test"); > System.out.println(newickFileContents); > System.out.println(jg.toString()); > The data file is attached (newwick format), and this is the returned error message... Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 79169 > at > org.biojavax.bio.phylo.io.nexus.TreesBlock.getTreeAsWeightedJGraphT(TreesBlock.java:562) > at > edu.imperial.msc.multiglass.tree.TreeBuilder.(TreeBuilder.java:50) > at > edu.imperial.msc.multiglass.launcher.MultiGlassLauncher.main(MultiGlassLauncher.java:59) Any idea why this is so ? -------------- next part -------------- A non-text attachment was scrubbed... Name: gene_association.ecocyc-EColi.goa.P.nj.known.cmp Type: application/octet-stream Size: 79170 bytes Desc: not available URL: