diff --git a/src/pyphetools/__init__.py b/src/pyphetools/__init__.py index 5484690..02b0148 100644 --- a/src/pyphetools/__init__.py +++ b/src/pyphetools/__init__.py @@ -5,7 +5,7 @@ from . import validation -__version__ = "0.9.113" +__version__ = "0.9.114" __all__ = [ diff --git a/src/pyphetools/creation/create_template.py b/src/pyphetools/creation/create_template.py index fcdec83..04d3d01 100644 --- a/src/pyphetools/creation/create_template.py +++ b/src/pyphetools/creation/create_template.py @@ -189,3 +189,12 @@ def create_from_phenopacket(self, ppkt): fname = ppkt_id + "_phenopacket_template.xlsx" df.to_excel(fname, index=False) print(f"Wrote excel pyphetools template file to {fname}") + + def template(): + print("""\ + tc.create_template(disease_id="", + disease_label="", + HGNC_id="", + gene_symbol="", + transcript="") + """) \ No newline at end of file