Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GATK doesn't work on Java 1.9 #18

Open
tseemann opened this issue Aug 17, 2018 · 4 comments
Open

GATK doesn't work on Java 1.9 #18

tseemann opened this issue Aug 17, 2018 · 4 comments

Comments

@tseemann
Copy link

tseemann commented Aug 17, 2018

I was getting this error:

##### ERROR MESSAGE: Invalid command line: Malformed walker argument: Could not find walker with name: RealignerTargetCreator

Tracked it down to here:

https://gatkforums.broadinstitute.org/gatk/discussion/10464/invalid-command-line-malformed-walker-argument

it seems it needs older Java 1.8 :-(

PS. picard seems to be ok

@cutpatel
Copy link
Member

cutpatel commented Sep 6, 2018

Yes, gatk unfortunately requires JAVA 8 and no other version is allowed.

@tseemann
Copy link
Author

tseemann commented Sep 8, 2018

Are you able to add a --java option or honour a MTBSEQ_JAVA environment variable?
As Java 9 is now standard.

@elbakrifz
Copy link

I get the same error when I running : java -jar /Users/mac/Downloads/package-archive-gatk-GenomeAnalysisTK-3.7-0-gcfedb67/GenomeAnalysisTK.jar -T RealignerTargetCreator -R /Users/mac/Desktop/LmjFwholegenome_20070731_V5.2.fasta -I /Users/mac/Desktop/NGS/marked-duplicates42.bam -O SRR6369642_realtarget.list with the java 8 update 251, how can I fix it please

@elbakrifz
Copy link

with java 1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants