File size: 459 Bytes
8e04e6f | 1 2 3 4 5 6 7 8 9 10 11 12 13 | 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
|