mscook / SeqFindR

A tool to easily create informative genomic feature plots
http://mscook.github.io/SeqFindR/
Other
17 stars 12 forks source link

Cannot split a category #18

Closed happykhan closed 10 years ago

happykhan commented 10 years ago

It's not obvious but you cannot use the same category name at different point i.e

gene [type1] gene [type2] gene [type1]

Will fail with list error exception.

could be handled nicer

mscook commented 10 years ago

This is issue related to issue #24. I think the best was to handle this would be to pre process the input SeqFindR database.

1) check conforms to required header standard 2) sort based on [ ] tags.

I'll look into this tomorrow.

mscook commented 10 years ago

Closing this -> will be sorted by #28