Skip to content

Software Setting should be handled as a String List #68

@nilshoffmann

Description

@nilshoffmann

https://github.com/HUPO-PSI/mzTab-M/blob/main/specification_documents/mzTab_format_specification_2_1-M.adoc#6211-software1-n-setting1-n

Multiple instances can exist, the parser will add multiple occurrences. This could be similar to regular to other lists:

Current:

MTD software[1]-setting Fragment tolerance = 0.1 Da
MTD software[1]-setting Parent tolerance = 0.5 Da

Should be:

MTD software[1]-setting[1] Fragment tolerance = 0.1 Da
MTD software[1]-setting[2] Parent tolerance = 0.5 Da

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentationenhancementNew feature or request

    Type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions