On 01/20/2016 03:55 PM, Peter S. Shenkin wrote:
> On Wed, Jan 20, 2016 at 3:06 PM, Dimitri Maziuk <dmaz...@bmrb.wisc.edu>
> wrote:
> 
>> As much as PDB wants the old busted PDB format gone, they
> 
> are not offering a usable alternative that I know of.
> 
> 
> Such as: a JSON file ...

JSON encodes a single string. That is a problem for sending larger files
over the net, say, an NMR structure of a larger molecule with 100 models
in the file.

CSV is a good format for tabular data, and you can send rows
incrementally, but a typical application requires some small amount of
metadata as well. For example, the full sequence -- that does not fit
into a single-table format like CSV.

And so on.

-- 
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to