pepkit / peppy

Project metadata manager for PEPs in Python
https://pep.databio.org/peppy
BSD 2-Clause "Simplified" License
37 stars 13 forks source link

Should Peppy infer a project name from a csv PEP? If so, from where? #482

Open donaldcampbelljr opened 6 months ago

donaldcampbelljr commented 6 months ago

Related to https://github.com/pepkit/looper/issues/484

Currently, if no name is given in the project config, the project name is simply inferred as 'project'. However, no such thing occurs for PEPs loaded from a csv. Should peppy infer a project name for this case as well?