From e5a65044e615363f54cb2e6a23b042b5cc1a42f6 Mon Sep 17 00:00:00 2001
From: Mia Croiset <mia.croiset@ens-lyon.fr>
Date: Wed, 29 May 2024 14:39:21 +0200
Subject: [PATCH] fix typo filter hicstuff

---
 bin/hicstuff_filter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/hicstuff_filter.py b/bin/hicstuff_filter.py
index ef915c4..209965e 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()
-- 
GitLab