NCBI Blast Client change log

Release History

VersionDateDescription
1.0.32013-04-26BLAST+, bug fix
1.0.22013-01-14Comparable Hsp's
1.0.12012-12-18More info retrieved from BLAST service
1.0.02012-09-19First release

Release 1.0.3 - 2013-04-26

TypeChangesBy
updateChanged default value for align parameter from 7 to 5 in order to use the BLAST+ service which will replace BLAST in the same EBI URL.rafalcan
fixFixed assignment of fields when configuration is read from file.rafalcan
addAdded setters for URLs to make the client more configurable after instantiation.rafalcan

Release 1.0.2 - 2013-01-14

TypeChangesBy
fixHsp now implements comparable, so that high scoring pairs are naturally sorted by bit score.rafalcan
addAdded comparator to order Hsp's by raw score value.rafalcan

Release 1.0.1 - 2012-12-18

TypeChangesBy
addAdded fields to Hsp class: query and hit sequences, bit score, e-value, identity and positive matches.rafalcan
addOverloaded BlastOutputHandler constructor, in order to configure retrieval of sequences.rafalcan

Release 1.0.0 - 2012-09-19

TypeChangesBy