../
|
BlastError.java
|
577
(14 years ago)
by duarte:
New package sequence. Initial commit of classes to run blast and parse its output.
|
BlastHit.java
|
745
(13 years ago)
by duarte:
Now BlastHit printing works correctly for query identifier strings of any length
|
BlastHitList.java
|
745
(13 years ago)
by duarte:
Now BlastHit printing works correctly for query identifier strings of any length
|
BlastRunner.java
|
750
(13 years ago)
by duarte:
Now we can run blast with multi threads option
|
BlastTabularParser.java
|
577
(14 years ago)
by duarte:
New package sequence. Initial commit of classes to run blast and parse its output.
|
BlastUtils.java
|
651
(14 years ago)
by duarte:
New class PhiPsiAverager to get consensus of phi/psi angles from a TemplateList and an Alignment. Tested with a few examples and seems to work. The wrapping of angles at 180/-180 is not yet taking into account, i.e. if an interval falls in the region just below 180 and just above -180, no consensus will be found.
Pdb: added some checks to methods getPhi/Psi so that it doesn't fail when there's no coordinates.
Changed yet again the design of TemplateList/Template. Now loading of PDB data happens upon call of the loadPDBdata method. Changed dependencies accordingly.
|
BlastXMLParser.java
|
744
(13 years ago)
by duarte:
Using the new XML parser in TemplateSelection.
New method getQueryCoverage in BlastHit
|
GTGHit.java
|
623
(14 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)
|
GTGHitList.java
|
625
(14 years ago)
by duarte:
Fixed bug: wasn't catching wrong format in GTG output
|
GTGParser.java
|
637
(14 years ago)
by duarte:
Now skipping lines with <PRE> tags.
|
PsipredError.java
|
590
(14 years ago)
by duarte:
Added code to run psipred.
Fixed a few minor bugs.
|
PsipredRunner.java
|
590
(14 years ago)
by duarte:
Added code to run psipred.
Fixed a few minor bugs.
|
Sequence.java
|
711
(13 years ago)
by stehr:
added static method to print a ruler with sequence numbers
|
TcoffeeError.java
|
748
(13 years ago)
by duarte:
Initial commit, tcoffee runner for sequence to profile alignment
|
TcoffeeRunner.java
|
751
(13 years ago)
by duarte:
Now cleaning up correctly paul temp files
Now closing tcoffee's log properly
|