From: James C. <ca...@gm...> - 2010-06-03 08:50:27
|
Hi, I really like using jbrowse, but one thing I don't like is having to use bioperl to produce the JSON structures. Would you consider publishing a brief spec of the JSON expected by jbrowse so that I can consider publishing my own JSON nested lists? One reason I want to do this is I have some data already in JSON style format (using mongodb) and I would rather not go SON -> GFF3 -> bioperl -> JSON. If you're interested, here is some (very) rough code doing a proof of principle here: http://github.com/jamescasbon/mongo-nclist thanks, James |