BioSchemas / map2model

map2model is a Python module for convert specification stored in GDrive files and generates the files needed to publish Bioschemas Types and Profiles to publish them in bioschemas.org page.
http://bioschemas.org
MIT License
1 stars 5 forks source link

Move file name to configuration or parameters #18

Closed ljgarcia closed 7 years ago

ljgarcia commented 7 years ago

You have a good start here https://github.com/BioSchemas/Templates/blob/master/bsch2model/read_spreadsheet.py. For later, move the file name to a parameter or configuration. Think a bit about how you want to take this to a production level, so people do not have to modify the code but just using it (unless something really needs to be changed, of course).

guicalman commented 7 years ago

Created configutarion.yml file.