gatk-3.8/settings/repository/org.broad
Mark DePristo f2b0575dee Detect unreasonably large allele strings (>2^16) and throw an error
-- samtools can emit alleles where the ref is 42M Ns and this caused the GATK (via tribble) to hang in several places.
-- Tribble was updated so we actually could read the line properly (rev. to 51 here).
-- Still the parsing algorithms in the GATK aren't happy with such a long allele.  Instead of optimizing the code around an improper use case I put in a limit of 2^16 bp for any allele, and throw a meaningful exception when encountered.
2012-01-17 16:40:26 -05:00
..
tribble-51.jar Detect unreasonably large allele strings (>2^16) and throw an error 2012-01-17 16:40:26 -05:00
tribble-51.xml Detect unreasonably large allele strings (>2^16) and throw an error 2012-01-17 16:40:26 -05:00