Skip to content

Commit 52b8258

Browse files
committed
bump version
1 parent 1fe7f62 commit 52b8258

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

code/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__ver__ = 'v2.5.6'
1+
__ver__ = 'v2.6.0'

code/pages/0_Data inventory.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import time
1616
import streamlit_nested_layout
1717

18-
from util.streamlit import (aggrid_interactive_table_basic, download_df)
18+
from util.streamlit import aggrid_interactive_table_basic, download_df, add_footnote
1919
from util.fetch_data_docDB import (
2020
fetch_queries_from_docDB,
2121
fetch_queries_from_docDB_parallel,
@@ -206,6 +206,8 @@ def add_sidebar(df_merged, dfs_docDB, df_Han_pipeline, dfs_raw_on_VAST, docDB_re
206206

207207
st.markdown('''## 3. From VAST /scratch: existing raw data''')
208208
_show_records_on_sidebar(dfs_raw_on_VAST, file_name_prefix="raw_on_VAST", source_str="VAST /scratch")
209+
210+
add_footnote()
209211

210212
@st.cache_data(ttl=3600*24)
211213
def plot_histogram_over_time(df, venn_preset, time_period="Daily", if_sync_y_limits=True, if_separate_plots=False):

0 commit comments

Comments
 (0)