INCATools / ontology-development-kit

Bootstrap an OBO Library ontology
http://incatools.github.io/ontology-development-kit/
BSD 3-Clause "New" or "Revised" License
219 stars 54 forks source link

Generating markdown tables from custom reports in tsv #857

Closed pfabry closed 1 year ago

pfabry commented 1 year ago

There are existing mkdocs plugins that could do the job, like table reader, but is there an already available tool within ODK to automatically create a table in a doc page from a query result in tsv format?

matentzn commented 1 year ago

No, I dont think so! This is a great addition, feel free to make a PR that updates

https://github.com/INCATools/ontology-development-kit/blob/master/requirements.txt.full

and

https://github.com/INCATools/ontology-development-kit/blob/master/template/_dynamic_files.jinja2#L1733

respectively!

pfabry commented 1 year ago

I tested the plugin locally and created the branch but it seems I don't have the rights to push it.

matentzn commented 1 year ago

Thank you @pfabry, we can either:

1) Add you to the ODK developer team, and you can make your PRs from that point on or 2) You create a Fork first, and create a PR from the fork!

Let me know what you prefer.

pfabry commented 1 year ago

Let's go with the fork.

pfabry commented 1 year ago

cf. PR #861