Entering edit mode
4.8 years ago
r00628112
▴
10
Hi~ everyone
I would like to impute the vcf file for further analysis.
I used the code as below:
java -jar beagle.25Nov19.28d.jar gt=191122-NKSC_newPmgenome.vcf out=Impt-191122-NKSC_newPmgenome.vcf impute=TRUE
The information showed:
Command line: java -Xmx27305m -jar beagle.25Nov19.28d.jar
gt=191122-NKSC_newPmgenome.vcf
out=Impt-191122-NKSC_newPmgenome.vcf
impute=TRUE
No genetic map is specified: using 1 cM = 1 Mb
Exception in thread "main" java.lang.IllegalArgumentException: Duplicate marker: NC_024126.1 14964 . C .
at vcf.Markers.markerSet(Markers.java:131)
at vcf.Markers.<init>(Markers.java:85)
at vcf.Markers.create(Markers.java:64)
at vcf.BasicGT.markers(BasicGT.java:105)
at vcf.BasicGT.<init>(BasicGT.java:86)
at vcf.TargetData.targGT(TargetData.java:92)
at vcf.TargetData.advanceWindowCm(TargetData.java:120)
at vcf.TargetData.targetData(TargetData.java:77)
at main.Main.data(Main.java:138)
at main.Main.main(Main.java:110)
In the output file, I only got the log file
Could anyone give me some suggestions?
These links might help:
beagle 4 exception: Duplicate marker Beagle imputation - duplication position error