cygnusxi / hfm-net

Automatically exported from code.google.com/p/hfm-net
2 stars 0 forks source link

Add further validation to psummary download to counter act issues with possibly missing k factor values. #162

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
From P5-133XL at FF.org:
http://foldingforum.org/viewtopic.php?f=14&t=9903&p=130573#p130492

"I did check the benchmarks for p5781 and found the k-factor to be 5782. I
deleted the Projectinfo.tab file, re-downloaded the psummery and no more
problems."

Last version tested:

v0.4.8.121

Original issue reported on code.google.com by harlam357 on 10 Feb 2010 at 6:59

GoogleCodeExporter commented 8 years ago

Original comment by harlam357 on 28 Mar 2010 at 8:28

GoogleCodeExporter commented 8 years ago

Original comment by harlam357 on 13 May 2010 at 11:13

GoogleCodeExporter commented 8 years ago

Original comment by harlam357 on 31 Jul 2010 at 7:25

GoogleCodeExporter commented 8 years ago
Marked Fixed for Revision 208.

Didn't really "fix" this in the terms of which the issue was first written.  
Implementing Issue 101 caused me to take a different approach to the project 
download progress.  As such, only one line of text from the psummary is 
analyzed at a time.  Thus the routine to parse a "Protein" from the psummary 
"line or row" can no longer "read into" the next "line or row" (really tr tag).

This may come back to bite me later... if the actual psummary tr tags begin to 
be separated by line breaks my method of parsing will fail.  I'll just have to 
keep an eye on it.

Original comment by harlam357 on 1 Aug 2010 at 4:55