update imports for runfolder and eland_makebed for location in htswdataprod.
[htsworkflow.git] / htswdataprod / scripts / eland_makebed
index a4a414b27d57608d89cc5dca4b9b93f629c2fb62..a4572979edac2b6550f8493152352baaafca09b6 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 htswdataprod.illumina.makebed import make_bed_from_eland_stream, make_bed_from_multi_eland_stream, make_description
 
 def make_parser():
   parser = optparse.OptionParser()