I am also reposting here what I posted in the GATK Get Satisfaction
forum:
For anyone else interested in this - I have found a temporary
workaround. I am not sure what greater impact on the software it has,
but for now it allows me to load the Complete Genomics VCF files.
1) Comment out in GATK in Genotype.java:
if ( nNoCalls > 0 && nNoCalls != alleles.size() )
throw new IllegalArgumentException("BUG: alleles include
some No Calls and some Calls, an illegal state " + this);
2) Comment out in GATK in MutableGenotype.java:
if ( nNoCalls > 0 && nNoCalls != alleles.size() )
throw new IllegalArgumentException("BUG: alleles include
some No Calls and some Calls, an illegal state " + this);
3) Rebuild the vcf.jar in GATK using the command "ant vcf.jar"
4) Drop the jar into IGV project and rebuild
Hope this is helpful to anyone else who has the same issue.
-Andrew
On Oct 11, 2:15 pm, andrew <
ashinoh...@gmail.com> wrote:
> Jim,
> Thank you very much for the quick reply. I have posted in the GATK
> Get Satisfaction forum at:
>
>
http://getsatisfaction.com/gsa/topics/the_gatk_vcf_reader_does_not_ha...