Open mmokrejs opened 8 years ago
I'm having the same issue. Java 1.7.0 and 1.8.0 fail with the unprintable test characters, while 1.6.0 fails for other reasons (too old I assume).
Is there a recommended release to use, or will it work with 1.8.0 with a different locale?
Hi, I am not sure this is a cramtools issue but maybe an issue with htsjdk which you have bundled in your source tree? anyway, looks there are some UTF8 or whatever encoded-chars left in the java file. Java8 is too picky about these, even in comment lines. :(