diff --git a/bin/hicstuff_filter.py b/bin/hicstuff_filter.py index ef915c403a08d649eb30be6c373d44603f2eacc8..209965e402db23db2fdfcaee26c412b4f38c1ba0 100755 --- a/bin/hicstuff_filter.py +++ b/bin/hicstuff_filter.py @@ -4,7 +4,7 @@ import sys import argparse import hicstuff.filter as hf -import hicstuff_log as hcl +import hicstuff.log as hcl if __name__ == "__main__": parser = argparse.ArgumentParser()