Rename trunk from gaworkflow to htsworkflow (and update all of the imports)
[htsworkflow.git] / scripts / makebed
index a4a414b27d57608d89cc5dca4b9b93f629c2fb62..4878697b603970d0ab950d273493041884f82e7a 100755 (executable)
@@ -3,7 +3,7 @@ import optparse
 import sys
 import os
 
-from gaworkflow.util.makebed import make_bed_from_eland_stream, make_bed_from_multi_eland_stream, make_description
+from htsworkflow.util.makebed import make_bed_from_eland_stream, make_bed_from_multi_eland_stream, make_description
 
 def make_parser():
   parser = optparse.OptionParser()