ViewVC Help
View Directory | Revision Log | Download Tarball | View Changeset | Root Listing
root/owl/trunk/sequence
r642
File Last Change (rev)
 ../
BlastUtils.java 642 (16 years ago) by duarte: Fixed bug: writeClusterGraph shouldn't try to do anything if there's only one template.
GTGParser.java 637 (16 years ago) by duarte: Now skipping lines with <PRE> tags.
BlastRunner.java 634 (16 years ago) by duarte: Fixed bug in BlastUtils.writeClusterGraph: was not working at all. Wrong curly brackets, was still using a GDT cutoff instead of rmsd and was never getting Pdb correctly out of the Template. Two new members in Template: GTGHit and BlastHit, so we can reference back to the hit if needed (like if we want to get the evalue/score). Got rid on MySQLConnection as a member, not very nice design, now a parameter for the specific methods that need to query for PDB data.
GTGHitList.java 625 (16 years ago) by duarte: Fixed bug: wasn't catching wrong format in GTG output
GTGHit.java 623 (16 years ago) by duarte: Fixed bug: now catching when the mapping of observed residue sequence serials to internal residue serials is out of range, which happens in some extremely rare cases (because GTG uses pre-remediation data)
BlastHitList.java 622 (16 years ago) by duarte: Added code to be able to filter out template ids (pdb codes) by maximum release date. Some improvements in Hit classes.
BlastHit.java 619 (16 years ago) by duarte: Added methods to be able to print "graphical" output for GTGHits, all equivalent to the methods in BlastHit Added compare() and writeIdsToFile() in TemplateList.
Sequence.java 612 (16 years ago) by duarte: Now checking wheter read sequence contains spaces and throwing FastaFileFormatError
PsipredError.java 590 (16 years ago) by duarte: Added code to run psipred. Fixed a few minor bugs.
PsipredRunner.java 590 (16 years ago) by duarte: Added code to run psipred. Fixed a few minor bugs.
BlastError.java 577 (16 years ago) by duarte: New package sequence. Initial commit of classes to run blast and parse its output.
BlastTabularParser.java 577 (16 years ago) by duarte: New package sequence. Initial commit of classes to run blast and parse its output.
(Current path doesn't exist after revision 950)
         12 files shown