../
|
BlastError.java
|
577
(14 years ago)
by duarte:
New package sequence. Initial commit of classes to run blast and parse its output.
|
BlastTabularParser.java
|
577
(14 years ago)
by duarte:
New package sequence. Initial commit of classes to run blast and parse its output.
|
Sequence.java
|
579
(14 years ago)
by stehr:
added class Sequence, added ascii-art output of blast hits to BlastHitList
|
BlastUtils.java
|
579
(14 years ago)
by stehr:
added class Sequence, added ascii-art output of blast hits to BlastHitList
|
BlastRunner.java
|
581
(14 years ago)
by stehr:
Made printing hits with graphical overview the default using print() method. Print() takes no parameters, but BlastHitList.setQueryLength() has to be called once to set the length of the query. Introduced new printSome() function to output only the first n hits.
|
BlastHit.java
|
583
(14 years ago)
by duarte:
New methods to get the template ids and write them to file
|
BlastHitList.java
|
583
(14 years ago)
by duarte:
New methods to get the template ids and write them to file
|