epoyraz / mztab

Automatically exported from code.google.com/p/mztab
0 stars 0 forks source link

Multiplicity of Instrument source, analyzer, detector #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In mzML instruments can have multiple sources, analyzers and detectors. 
Currently we've only defined one cvParam for these attributes. 

I'd suggest to change that to any number of "|" delimited params.

Original issue reported on code.google.com by johannes...@gmail.com on 27 Jun 2011 at 10:46

GoogleCodeExporter commented 9 years ago
A probably better solution might be to change it to

[UNIT_ID]-instrument[1-n]-source[1-n]  (Type = cvParam)
[UNIT_ID]-instrument[1-n]-analyzer[1-n]  (Type = cvParam)
[UNIT_ID]-instrument[1-n]-detector[1-n]  (Type = cvParam)

Original comment by johannes...@gmail.com on 27 Jun 2011 at 10:52

GoogleCodeExporter commented 9 years ago

Original comment by johannes...@gmail.com on 27 Jun 2011 at 3:37

GoogleCodeExporter commented 9 years ago

Original comment by johannes...@gmail.com on 6 Jul 2011 at 3:44