ISA-tools / isa-api

ISA tools API
https://isa-tools.org
Other
42 stars 38 forks source link

IsaModelObjectFactory in create model does not recognize 'NMR spectroscopy' tech type #293

Closed djcomlab closed 6 years ago

djcomlab commented 6 years ago

Related to #292, the IsaModelObjectFactory does not serialize assays when NMR spectroscopy is used as a technology type. This is because it looks for this exact uncapitalized string of nmr spectroscopy instead. The configurations use the capitalized version.

Check https://github.com/ISA-tools/isa-api/blob/master/isatools/create/models.py#L1356

djcomlab commented 6 years ago

Fixed in master