def choose_property_files(): return click.Choice([p.name for p in list(TransmartBatch().get_property_files())])