Hi there!
My ultimate goal is to run GATK4.1.9.0 HaplotypeCaller on some BAM files. I used this code:
(base) Juliannes-MacBook-Pro:gatk-4.1.9.0 julianneradford$ ./gatk HaplotypeCaller \
> -R Rflav_transcriptome_sequences.fa \
> -I SRR5341585.bam \
> -O 85variants.g.vcf \
> -ERC GVCF
And even though the BAM file is a single sample, I get the error:
A USER ERROR has occurred: Argument emit-ref-confidence has a bad value: Can only be used in single sample mode enter code here currently. Use the --sample-name argument to run on a single sample out of a multi-sample BAM file.
So, to try and figure out the Read Group name of my BAM file, I used the GATK recommended code:
(base) Juliannes-MacBook-Pro:samtools-1.11 julianneradford$ view -H /Applications/CompSci/gatk-4.1.9.0/SRR5341585.bam | grep '^@RG'
But this returns the error:
E26: Hebrew cannot be used: Not enabled at compile time
Does anyone know what this error means / how I can fix it? I cannot find anything related to it online.
Thanks,
Julie
rna-seq
gatk