gieses opened this issue 2 years ago · 1 comments
Hi Kolja,
a small hickup from the readme: it says crosslinks need to be space separated but the code does
links = np.loadtxt(crosslink_csv,delimiter=',').
links = np.loadtxt(crosslink_csv,delimiter=',')
Cheers,
Indeed, sorry! Thanks, Sven for letting me know. I changed it to be actually space-separated.