Skip to content

Commit 1e47651

Browse files
committed
update citation and package versions
1 parent 0393ea4 commit 1e47651

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -907,10 +907,8 @@ def change_button_color(tabs, inactive_color, active_color):
907907
---
908908
### Citation & References
909909
If you use TRUST PCA in your research, please cite:
910-
**Susanne Zabel1, Samira Breitling, Cosimo Posth, and Kay Nieselt**, "A Probabilistic Approach to Visualize the Effect of Missing Data on PCA in Ancient Human Genomics", *Published in BMC Genomics*, 2025.
910+
**Susanne Zabel, Samira Breitling, Cosimo Posth, and Kay Nieselt**, "A Probabilistic Approach to Visualize the Effect of Missing Data on PCA in Ancient Human Genomics", *BMC Genomics*, 2025.
911911
DOI: [10.1186/s12864-025-11728-1](https://doi.org/10.1186/s12864-025-11728-1)
912-
### About This Tool
913-
- **Developed by:** Integrative Transcriptomics Research Group
914912
""",
915913
unsafe_allow_html=True)
916914

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
pandas
2-
numpy
3-
plotly
4-
joblib
5-
kaleido
6-
scipy
1+
pandas==2.2.3
2+
numpy==2.2.4
3+
plotly==6.0.1
4+
joblib==1.4.2
5+
kaleido==0.0.3
6+
scipy==1.15.2
77
weasyprint
8-
matplotlib
9-
tueplots
10-
streamlit
8+
matplotlib==3.10.1
9+
tueplots==0.2.0
10+
streamlit==1.44.1

0 commit comments

Comments
 (0)