csw / bioruby-maf

MAF parser for BioRuby
MIT License
11 stars 6 forks source link

Decide how to handle inconsistent reference sequences #102

Closed csw closed 2 years ago

csw commented 12 years ago

Some files, e.g. http://hgdownload.cse.ucsc.edu/goldenPath/hg19/multiz46way/maf/upstream1000.maf.gz, have inconsistent reference sequences. This blows up the indexing code, and it's not entirely clear what the correct approach is. Need to figure this out and then fix KyotoIndex#entries_for accordingly.