broadinstitute / gatk-protected

Obsolete/Legacy GATK repository -- go to https://github.com/broadinstitute/gatk instead
BSD 3-Clause "New" or "Revised" License
33 stars 20 forks source link

fix test in GenotypeGVCFsIntegrationTest #1092

Closed lbergelson closed 7 years ago

lbergelson commented 7 years ago

outputing a more specific exception in GenotypeGVCFs fixing testIntervalsAndOnlyOutputCallsStartingInIntervalsAreMutuallyRequired which was not really testing the appropriate condition

lbergelson commented 7 years ago

@droazen I was thinking about this test as I walked out last night, and I realized that it wasn't right. I fixed it so now it correctly asserts the right things.

droazen commented 7 years ago

:+1: