From: martinahansen Date: Tue, 2 Nov 2010 13:36:54 +0000 (+0000) Subject: fixed bug in find_mids X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=975f53bb64b8be75b6da4a79ca3c43b6c1cea53f;p=biopieces.git fixed bug in find_mids git-svn-id: http://biopieces.googlecode.com/svn/trunk@1155 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/find_mids b/bp_bin/find_mids index de00e84..b02048b 100755 --- a/bp_bin/find_mids +++ b/bp_bin/find_mids @@ -91,7 +91,7 @@ mids.each_with_index do |mid, i| if count_hash[mid] > 0 record = {} record[:REC_TYPE] = "MID" - record[:MID_NUM] = i + record[:MID_NUM] = i + 1 record[:MID_COUNT] = count_hash[mid] record[:MID_SEQ] = mid bp.puts record