SourceSeq validation failures should be skipped instead of erroring out #66
Open
Description
This assertion: https://github.com/Illumina/GTCtoVCF/blob/develop/BPMRecord.py#L270
Will cause the application to crash if fails. It should probably instead log a warning/skip or at the very least provide a useful message.