Feature #145
loose format requirement for coordinates format
Status: | Closed | Start date: | 01/22/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - |
Description
- in current version of browser, the format for coordinates have to be exactly same as 'chr:start-end' or 'chr start end' (one space delimited)
- is it possible to loose this requirement?
History
Updated by Xin Zhou almost 11 years ago
what other formats do you suggest?
Updated by Daofeng Li almost 11 years ago
how about not limit to 1 space delimited? People usually view DMRs copied from terminal may have multiple space between chromosome and positions.
Updated by Xin Zhou almost 11 years ago
- Status changed from New to Resolved
Fixed in v32.0.1. Try these coordinates with multiple spaces separating fields:
chr7 55418829 55419003
chr7 57201792 57202367
Updated by Daofeng Li almost 11 years ago
- Status changed from Resolved to Closed
- yes, it works great!