FelixBaensch / MORTAR

MOlecule fRagmenTAtion fRamework
MIT License
18 stars 3 forks source link

add .tsv extension (tab-separated values) to list of valid input files #81

Closed JonasSchaub closed 2 months ago

FelixBaensch commented 3 months ago

I would summarize this under the topic of delimiter separated values (dsv).

JonasSchaub commented 2 months ago

Good point. Is ".dsv" also a common file extension for this purpose?

On the other hand, for the export, we always talk about exporting CSV but the separator/delimiter can actually be set to sth else.

FelixBaensch commented 2 months ago

I don't know if .dsv is a common file extension. I would rather handle everything under the hood of csv but also allow the import of tsv, etc.

JonasSchaub commented 2 months ago

I don't know if .dsv is a common file extension. I would rather handle everything under the hood of csv but also allow the import of tsv, etc.

Exactly, I agree.