Benchmark-Models-PEtab icon indicating copy to clipboard operation
Benchmark-Models-PEtab copied to clipboard

Check/fix tsv files to enable preview

Open dweindl opened this issue 1 year ago • 1 comments

GitHub offers a nice tsv table preview, but this only works for well-behaved files. For example, all rows need to have the same number of columns. This is not always the case. See, for example, https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/blob/master/Benchmark-Models/Schwen_PONE2014/parameters_Schwen_PONE2014.tsv:

image

This probably happens during manual modification of tsv files in some IDEs that remove trailing whitespace. We should add a pre-commit check for proper tsv.

dweindl avatar Sep 17 '24 07:09 dweindl