2022.5_2 Artifact Release
RELEASE DATE: May 11, 2022
Enhancements (New Features and Functionality)
DE-1650 Cytiva AKTA - update parser to be Python-based
-
Task Script
- namespace:
common
- slug:
akta-raw-to-ids
- version:
v3.1.0
- changelog:
- Re-implement parser to be Python based
- Differences in JS and Python result in minor differences in the output:
- fetch more complete data
- rename
result.peaks[*].retention
toresult.peaks[*].retention_volume
to follow IDS - some special characters now represented as their
\u####
counterparts (i.e.µ
is now\u00b5
) - characters that needed reservation in JS are now in plaintext (i.e.
&
is now&
)
- Differences in JS and Python result in minor differences in the output:
- Re-implement parser to be Python based
- namespace:
-
Protocol
- namespace:
common
- slug:
akta-raw-to-ids
- version:
v3.1.0
- changelog:
- Update to use
common/akta-raw-to-ids:v3.1.0
task script - Move
memoryInMB
toprotocol.json
and set to10000
- Update to use
- namespace:
Updated 6 months ago