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
Does hierachical3d only support chromosomes with numeric IDs? I encountered the error when analyzing sex chromosomes:
Exception in thread "main" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.lang.NumberFormatException: For input string: "W"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.base/java.lang.Integer.parseInt(Integer.java:652)
at java.base/java.lang.Integer.parseInt(Integer.java:770)
at full_modeling.HierarchicalModeling.main(HierarchicalModeling.java:49)
... 5 more
The text was updated successfully, but these errors were encountered:
Simple53
changed the title
Not support chrid input 按数
Not support chrid input as string format
Dec 8, 2023
Does hierachical3d only support chromosomes with numeric IDs? I encountered the error when analyzing sex chromosomes:
The text was updated successfully, but these errors were encountered: