Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrobinson committed May 4, 2024
1 parent 56d9df5 commit 384bfe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 384bfe1

Please sign in to comment.