]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/remove_primers
fixing up backtrack code
[biopieces.git] / bp_bin / remove_primers
index 720d943ee6db515b49980342afb96a8717a0fa22..5f26eb6051a3bc2092c5c6a1dc882be7dd2f1efc 100755 (executable)
@@ -33,6 +33,8 @@ require 'pp'
 require 'maasha/biopieces'
 require 'maasha/seq'
 
+include BackTrack
+
 casts = []
 casts << {:long=>'forward',    :short=>'f', :type=>'string', :mandatory=>true,  :default=>nil, :allowed=>nil, :disallowed=>nil}
 casts << {:long=>'reverse',    :short=>'r', :type=>'string', :mandatory=>true,  :default=>nil, :allowed=>nil, :disallowed=>nil}