bystrogenomics / bystro

Natural Language Search and Analysis of High Dimensional Genomic Data
Mozilla Public License 2.0
44 stars 14 forks source link

Add tests for mis-sorted files #17

Open akotlar opened 6 years ago

akotlar commented 6 years ago

We had an issue where VCF track builds were being cut short, because those tracks had unexpected chromosomes as an artifact of liftover.

Need to write tests for all tracks, especially those prone to liftover artifacts, showing handling of multiple chromosomes when program expects only specified chromosomes (which is the case when multiple files are present)

akotlar commented 6 years ago

This is done for VCF tracks in c7e468084d3533a71d8c0f3948d2790e703da902

akotlar commented 6 years ago

Discussed in #25 . Will be closed when b11.0.0 is cut