Skip to content

Commit

Permalink
* direction method removed (not return unique result)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktym authored and ngoto committed Sep 15, 2017
1 parent 335f53c commit d38f7c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/bio/appl/blast/xmlparser.rb
Expand Up @@ -17,7 +17,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: xmlparser.rb,v 1.8 2002/07/02 01:41:50 k Exp $
# $Id: xmlparser.rb,v 1.9 2002/11/22 23:14:36 k Exp $
#

begin
Expand Down Expand Up @@ -226,7 +226,6 @@ def query_start; @hsps.first.query_from; end
def query_end; @hsps.first.query_to; end
def target_start; @hsps.first.hit_from; end
def target_end; @hsps.first.hit_to; end
def direction; @hsps.first.hit_frame <=> 0; end
def lap_at
[ query_start, query_end, target_start, target_end ]
end
Expand Down Expand Up @@ -466,7 +465,6 @@ def parse_statistics(hash)
print " hit.query_end #=> "; p hit.query_end
print " hit.target_start #=> "; p hit.target_start
print " hit.target_end #=> "; p hit.target_end
print " hit.direction #=> "; p hit.direction
print " hit.lap_at #=> "; p hit.lap_at
print " --- compatible/shortcut ---\n"

Expand Down Expand Up @@ -615,7 +613,6 @@ def parse_statistics(hash)
--- Bio::Blast::Report::Hit#query_end
--- Bio::Blast::Report::Hit#target_start
--- Bio::Blast::Report::Hit#target_end
--- Bio::Blast::Report::Hit#direction
--- Bio::Blast::Report::Hit#lap_at
Shortcut methods for the best Hsp, some are also compatible with
Expand Down

0 comments on commit d38f7c0

Please sign in to comment.