The htsworkflow.pipelines.gerald module was getting to large
[htsworkflow.git] / scripts / elandseq
index 2e456c18a29d1379ccfc5eb6a331275a91ef47bc..6a5178c935b619c7305b02c1a7ea038deb463a58 100755 (executable)
@@ -3,7 +3,7 @@ import optparse
 import os
 import sys
 
-from htsworkflow.pipelines.gerald import extract_eland_sequence
+from htsworkflow.pipelines.eland import extract_eland_sequence
 
 def make_parser():
   usage = "usage: %prog [options] infile [outfile]"