When using Refined IBD with a PLINK map file, I received the following error:
ERROR: java.lang.IllegalArgumentException: Base position exceeds Integer.MAX_VALUE
Are all genetic distances in cM units (in command line and in genetic map)?
java.lang.IllegalArgumentException: Base position exceeds Integer.MAX_VALUE
Are all genetic distances in cM units (in command line and in genetic map)?
at vcf.PlinkGenMap.basePos(PlinkGenMap.java:365)
at vcf.WindowIt$Reader.run(WindowIt.java:262)
at java.base/java.lang.Thread.run(Thread.java:835)
I'm using Windows Command Prompt.
I used the PLINK genetic map files for GCRh38 provided at the link by combining all the files into one file: http://bochet.gcc.biostat.washington.edu/beagle/genetic_maps/. The first two lines of my map files looks like this:
1 . 0 55550
1 . 0.080572 82571
I went to Disk Management to try an Extend Volume option but that option is greyed out for C:.
How do I correct for this error?
Added
plink
tag to your question