You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2018. It is now read-only.
/nfs/users/nfs_j/jkb/work/cram/cramtools/src/main/java/net/sf/cram/common/Utils.java:641: error: unmappable character for encoding ASCII
System.out.println(calculateMD5String("??????".getBytes()));
^
(Fortunately it's trivial to edit the few places and get a buildable system.)
I also notice there is a non-functioning gradlew in the root dir now. Maybe this should be removed? When I tried "./gradlew jar" is claimed it built, but gave me a cramtools jar with most of the classes missing.