Skip to content

Commit 67f2afc

Browse files
committed
add links to PyPI package and docs to help page of app
1 parent b47bca6 commit 67f2afc

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

strprofiler/shiny_app/www/help.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1775,13 +1775,20 @@ <h2>Batch Query Specific</h2>
17751775
<hr />
17761776
</div>
17771777
</div>
1778+
<div id="python-package-cli" class="section level1">
1779+
<h1>Python Package &amp; CLI</h1>
1780+
<p><strong>STRprofiler</strong> also has a command line interface
1781+
through a python package available from <a href="https://pypi.org/project/strprofiler/">PyPI</a>. The full docs are
1782+
available on <a href="https://strprofiler.readthedocs.io/en/latest/">ReadTheDocs</a>.</p>
1783+
<hr />
1784+
</div>
17781785
<div id="references" class="section level1">
17791786
<h1>References</h1>
17801787
<p><code>STRprofiler</code> is provided under the MIT license. If you
17811788
use this app in your research please cite:<br />
17821789
Jared Andrews, Mike Lloyd, &amp; Sam Culley. (2024).
17831790
<a href="https://github.com/j-andrews7/strprofiler" target="_blank">j-andrews7/strprofiler</a>:
1784-
v0.4.0. Zenodo.
1791+
v0.4.1. Zenodo.
17851792
<a href="https://doi.org/10.5281/zenodo.10544686" target="_blank">https://doi.org/10.5281/zenodo.10544686</a></p>
17861793
<p>Bairoch A. (2018) The Cellosaurus, a cell line knowledge resource.
17871794
Journal of Biomolecular Techniques. 29:25-38. DOI:

strprofiler/shiny_app/www/help.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,17 @@ Users can upload custom database files. The files must be in CSV format. A 'Samp
134134

135135
---
136136

137+
# Python Package & CLI
138+
139+
**STRprofiler** also has a command line interface through a python package available from [PyPI](https://pypi.org/project/strprofiler/).
140+
The full docs are available on [ReadTheDocs](https://strprofiler.readthedocs.io/en/latest/).
141+
142+
---
143+
137144
# References
138145

139146
`STRprofiler` is provided under the MIT license. If you use this app in your research please cite:
140-
Jared Andrews, Mike Lloyd, & Sam Culley. (2024). <a href="https://github.com/j-andrews7/strprofiler" target="_blank">j-andrews7/strprofiler</a>: v0.4.0. Zenodo. <a href="https://doi.org/10.5281/zenodo.10544686" target="_blank">https://doi.org/10.5281/zenodo.10544686</a>
147+
Jared Andrews, Mike Lloyd, & Sam Culley. (2024). <a href="https://github.com/j-andrews7/strprofiler" target="_blank">j-andrews7/strprofiler</a>: v0.4.1. Zenodo. <a href="https://doi.org/10.5281/zenodo.10544686" target="_blank">https://doi.org/10.5281/zenodo.10544686</a>
141148

142149
Bairoch A. (2018) The Cellosaurus, a cell line knowledge resource. Journal of Biomolecular Techniques. 29:25-38. DOI: 10.7171/jbt.18-2902-002; PMID: 29805321
143150

0 commit comments

Comments
 (0)