diff --git a/docs/user-guide/template.md b/docs/user-guide/template.md index 6b74306f..cf64b8ba 100644 --- a/docs/user-guide/template.md +++ b/docs/user-guide/template.md @@ -59,13 +59,13 @@ tcreator.create_template(disease_id=disease_id, The following snippet can be used as a "starter" by pasting it into the notebook. -```python title="Starter" +```python tc.create_template(disease_id="", disease_label="", gene_symbol="", HGNC_id="", transcript="" -```) +``` The script creates a file that can be opened in Excel and used for curation. Add additional HPO terms as necessary and remove terms that are not needed. \ No newline at end of file