Move the knowledge of the urls for the REST API to one new file
[htsworkflow.git] / scripts / elandseq
index 787fd98c7246ab8bd0b3f34057b51907d99f6955..6a5178c935b619c7305b02c1a7ea038deb463a58 100755 (executable)
@@ -3,7 +3,7 @@ import optparse
 import os
 import sys
 
-from htsworkflow.pipeline.gerald import extract_eland_sequence
+from htsworkflow.pipelines.eland import extract_eland_sequence
 
 def make_parser():
   usage = "usage: %prog [options] infile [outfile]"