From 116a8d6daf699dc131d30048aff4d505498d2f6b Mon Sep 17 00:00:00 2001 From: Peter Kraus Date: Thu, 14 Nov 2024 21:05:57 +0100 Subject: [PATCH] Update definition to yadg-6.0 --- yard/data/extractors/yadg.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/yard/data/extractors/yadg.yml b/yard/data/extractors/yadg.yml index 3c164bb..568c34f 100644 --- a/yard/data/extractors/yadg.yml +++ b/yard/data/extractors/yadg.yml @@ -7,16 +7,28 @@ description: >- yadg is a set of tools to extract and parse raw instrument data. supported_filetypes: - id: biologic-mpr + template: + input_type: eclab.mpr description: >- Note: Several fields in file headers are not translated into meaningful parameters. - id: biologic-mpt + template: + input_type: eclab.mpt - id: agilent-ch + template: + input_type: agilent.ch - id: agilent-dx + template: + input_type: agilent.dx description: >- Note: Only .ch files contained in the .dx archive are parsed. - id: phi-spe + template: + input_type: phi.spe - id: panalytical-xrdml + template: + input_type: panalytical.xrdml license: spdx: GPL-3.0-only subject: @@ -60,6 +72,10 @@ usage: setup: yadg command: yadg.extractors.extract({{ input_type }}, {{ input_path }}) installation: + - method: pip + packages: + - yadg~=6.0 + requires_python: '>=3.10' - method: pip packages: - yadg~=5.0