]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed digest_seq
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Sun, 13 Nov 2011 19:18:07 +0000 (19:18 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Sun, 13 Nov 2011 19:18:07 +0000 (19:18 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1639 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/digest_seq

index fa6cf8ef412df1b28199e050c94f612ac32a8cda..e3a7c4fb4ebfc66a3666bd4569f4f275065f57e9 100755 (executable)
@@ -30,6 +30,7 @@
 
 require 'maasha/biopieces'
 require 'maasha/seq'
+require 'maasha/digest'
 
 casts = []
 casts << {:long=>'pattern', :short=>'p', :type=>'string', :mandatory=>true, :default=>nil, :allowed=>nil, :disallowed=>nil}