From ab99b10b4f46f1ef19c3c272f5eb268b2375fb2a Mon Sep 17 00:00:00 2001 From: Victor Zimmermann <zimmermann@cl.uni-heidelberg.de> Date: Tue, 20 Mar 2018 17:11:15 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 94fe22f..b4e8727 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ $ python3 absinth.py $ python3 absinth.py -t ``` +Absinth produces individual clustering files for every target. To merge the +output files, simple call merge.py + +``` +$ python3 merge.py +``` + ## Built With * [NetworkX](https://networkx.github.io/) - Graph implementation -- GitLab