content
content copied to clipboard
bioschemas generation folder
There is a problem with some tools, where the bioschemas file is not generated in the same folder as the bio.tools file. e.g., SPROUTS
is generated in the data/content/SPROUTS
(https://github.com/bio-tools/content/tree/master/data/SPROUTS) instead of data/content/sprouts
(https://github.com/bio-tools/content/tree/master/data/sprouts).
I would advocate the following:
- agree that all tool folders should be all-lowercase,
- change the bioschemas generation script (see line below) so that the folder is all-lowercase.
https://github.com/bio-tools/content/blob/efb0e789a6610f0cafff44551fa36111eb840de9/scripts/bioschemas/biotools_to_bioschemas.py#L318