robertaboukhalil / ginkgo

Cloud-based single-cell copy-number variation analysis tool
qb.cshl.edu/ginkgo
BSD 2-Clause "Simplified" License
47 stars 28 forks source link

Typos + support BED files without 'chr' in binUnsorted #2

Closed jherrero closed 8 years ago

jherrero commented 8 years ago

Apart from fixing the Makefile and the README.md, the main change is the ability for binUnsorted to process BED files that don't use 'chr' in the chromosome name. This is done by duplicating the keys for the map, such that both 'chr1' and '1' are valid.

Despite this, the rest of the code (namely analyze) still assumes that the BED file needs to include 'chr' in the chromosome name. I haven't changed this as I haven't tested all the options.