Skip to content

Commit

Permalink
creation tempalte
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrobinson committed Dec 15, 2024
1 parent c656506 commit db38998
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyphetools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import validation


__version__ = "0.9.113"
__version__ = "0.9.114"


__all__ = [
Expand Down
9 changes: 9 additions & 0 deletions src/pyphetools/creation/create_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="")
""")

0 comments on commit db38998

Please sign in to comment.