Using GATK jar public1homesch4529gatkgatk-4400gatk-package-4400-localjarRunning java -Dsamjdkuse_async_io_read_samtools=false -Dsamjdkuse_async_io_write_samtools=true -Dsamjdkuse_async_io_write_tri
This error indicates that the version of Java that you are using to run GATK is not compatible with the version of GATK that you have installed. The GATK version you are using has been compiled for Java Runtime class file version 61.0, which is not recognized by the version of Java Runtime that you have installed, which only recognizes class file versions up to 52.0.
To resolve this error, you will need to update your version of Java to a more recent version that is compatible with GATK. You can check the version of Java that you are currently using by running the following command in your terminal:
java -version
This will display the version of Java that you have installed. If the version is lower than 61.0, you will need to update it to a more recent version. You can download the latest version of Java from the Oracle website (https://www.oracle.com/java/technologies/javase-downloads.html).
Once you have updated your version of Java, you should be able to run GATK without encountering this error.
原文地址: https://www.cveoy.top/t/topic/Ij6 著作权归作者所有。请勿转载和采集!