GATK HaplotypeCaller Error
1
1
Entering edit mode
3.2 years ago

Hi there! Hi there,

I am trying to run GATK's (v 4.1.9.0) HaplotypeCaller using CLI on my Mac to acquire VCFs from some bam files, using this command for the first file:

 ./gatk HaplotypeCaller \
 - R Rflav_transcriptome_sequences.fa \
 - I SRR5341585.bam \
 - O 85variants.g.vcf \
 - ERC GVCF

but on the first bam file I tried to do, I am received this error:

A USER ERROR has occurred: Illegal argument value: Positional arguments were provided ',-{R{Rflav_transcriptome_sequences.fa{-{I{SRR5341585.bam{-{O{85variants.g.vcf{-{ERC{GVCF}' but no positional argument is defined for this tool.

Does anyone know how to fix the "no positional argument is defined for this tool" error? I am not sure what this means and cannot find any online help. Thanks!

RNA-Seq GATK HaplotypeCaller Java Error • 1.4k views
ADD COMMENT
1
Entering edit mode
3.2 years ago

remove the spaces bewteen the - and the name of the optionsO

 ./gatk HaplotypeCaller  -R Rflav_transcriptome_sequences.fa   -I SRR5341585.bam   -O 85variants.g.vcf   -ERC GVCF
ADD COMMENT

Login before adding your answer.

Traffic: 1876 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