| LAPROTEINA_PACKAGE_DATA = { | |
| "onescience.configs.bio.laproteina": ["*.yaml"], | |
| "onescience.configs.bio.laproteina.dataset.pdb": ["*.yaml"], | |
| "onescience.configs.bio.laproteina.experiment_config": ["*.yaml"], | |
| "onescience.configs.bio.laproteina.generation": ["*.yaml"], | |
| "onescience.configs.bio.laproteina.nn": ["*.yaml"], | |
| "onescience.configs.bio.laproteina.nn_ae": ["*.yaml"], | |
| } | |
| def get_package_data(): | |
| return LAPROTEINA_PACKAGE_DATA | |