Skip to content

Commit 81cceb9

Browse files
hossam26644benjeffery
authored andcommitted
feat: add citation information to tree_sequence_html output
1 parent c5bf634 commit 81cceb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/tskit/util.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,9 @@ def tree_sequence_html(ts):
662662
</table>
663663
</div>
664664
</div>
665+
<div style="margin-top: 1em; font-size: 0.8em; text-align: center;">
666+
To cite this software, please consult the citation manual: <a href="https://tskit.dev/tskit/docs/stable/citation.html" target="_blank">tskit.dev/tskit/docs/stable/citation.html</a>
667+
</div>
665668
</div>
666669
""" # noqa: B950
667670

0 commit comments

Comments
 (0)