Skip to content

Semantic arguments for formats #121

@sorenwacker

Description

@sorenwacker

Hi,

who about changing the numbers to human readable format. I have to look up which format is which number each time I use the parser (after working on something else). To see what number I have to provide.

How about changing e.g.:

ThermoRawFileParser.exe -i test.raw -f 3 

to

ThermoRawFileParser.exe -i test.raw -f parquet

And

ThermoRawFileParser.exe -i test.raw -f 1

to

ThermoRawFileParser.exe -i test.raw -f mzML

and make it independent of the letter case.

Same for --metadata.

I find

ThermoRawFileParser.exe -i test.raw -m txt

much easier to remember than that

ThermoRawFileParser.exe -i test.raw -m 1

will create a txt an not a json file.

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions