Illumina / GTCtoVCF

Script to convert GTC/BPM files to VCF
Apache License 2.0
41 stars 31 forks source link

SourceSeq validation failures should be skipped instead of erroring out #66

Open jjzieve opened 3 years ago

jjzieve commented 3 years ago

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.