Skip to content

Commit

Permalink
Merge pull request #49 from Jumitti/beta
Browse files Browse the repository at this point in the history
Beta for PREPRINT
  • Loading branch information
Jumitti authored Jan 2, 2024
2 parents 1513cb4 + 1b993f4 commit e57e1d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TFinder is a Python easy-to-use web tool for identifying Transcription Factor Bi

TFinder is written in Python and is freely available on GitHub under the MIT license: https://github.com/Jumitti/TFinder and can be accessed as a web application implemented in Streamlit at https://tfinder-ipmc.streamlit.app.

Please cite as: "" | DOI: "".
DOI: [https://doi.org/10.21203/rs.3.rs-3782387/v1](https://doi.org/10.21203/rs.3.rs-3782387/v1)

<picture>
<img
Expand Down Expand Up @@ -101,5 +101,5 @@ Copyright (c) 2023 Minniti Julien.

This software is distributed under an MIT licence. Please consult the LICENSE file for more details.

Please cite as: "" | DOI: "".
DOI: [https://doi.org/10.21203/rs.3.rs-3782387/v1](https://doi.org/10.21203/rs.3.rs-3782387/v1)

2 changes: 1 addition & 1 deletion TFinder-v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def load_lottiefile(filepath: str):
try:
previous_views = st.secrets['previous_views']
unique_users = st.secrets['unique_users']
st.sidebar.markdown(f"Total connections 👨🏼‍💻: {int(views) + int(previous_views)}")
st.sidebar.markdown(f"Total connections (from last reboot) 👨🏼‍💻: {int(views)}")
st.sidebar.markdown(f"Unique users 👥: {unique_users}")
st.session_state["LOCAL"] = 'False'

Expand Down
2 changes: 1 addition & 1 deletion utils/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<div class="footer">
<p style="font-size: 13px">Copyright (c) 2023 Minniti Julien.</p>
<p style="font-size: 13px">This software is distributed under an MIT licence. Please consult the LICENSE file for more details.</p>
<p style="font-size: 13px">Please cite as: "" | DOI: "".</p>
<p style="font-size: 13px">Please cite as: Julien Minniti, Eric Duplan, Frédéric Checler et al. TFinder: a Python web tool for predicting Transcription Factor Binding Sites, PREPRINT (Version 1) available at Research Square <a href="https://doi.org/10.21203/rs.3.rs-3782387/v1">[10.21203/rs.3.rs-3782387/v1]</a></p>
<a href="https://www.ipmc.cnrs.fr/cgi-bin/site.cgi"><img class="image2" src="https://raw.githubusercontent.com/Jumitti/TFinder/main/img/logo%20ipmc.png"alt="github" width="80" height=57"></a>
<a href="https://www.cnrs.fr/fr"><img class="image2" src="https://www.cnrs.fr/themes/custom/cnrs/logo.svg"alt="github" width="70" height="70"></a>
<a href="https://www.inserm.fr/"><img class="image2" src="https://raw.githubusercontent.com/Jumitti/TFinder/main/img/logo%20inserm.png"alt="github" width="100" height="70"></a>
Expand Down

0 comments on commit e57e1d3

Please sign in to comment.