About beagle imputation
0
0
Entering edit mode
4.2 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?

Imputation beagle • 1.5k views
ADD COMMENT
1
Entering edit mode
ADD REPLY

Login before adding your answer.

Traffic: 2274 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6