Skip to content

Commit 294d382

Browse files
committed
archive old single-cell
1 parent 12d177a commit 294d382

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

webinterface/pages/pages_variables/Quant/lfq_DIA_ion_lowinput_variables.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,18 @@ class VariablesDIAQuantLI:
4242
first_new_plot: bool = True
4343
default_val_slider: int = 3
4444
max_nr_observed: int = 6
45-
alpha_warning: bool = True
45+
alpha_warning: bool = False
4646
beta_warning: bool = False
47-
archived_warning: bool = False
47+
archived_warning: bool = True
4848
github_link_pr: str = "github.com/Proteobot/Results_quant_ion_DIA_lowinput.git"
4949

5050
# Sidebar metadata
5151
sidebar_label: str = "Quant LFQ DIA ion Low Input"
5252
homepage_title: str = "LFQ Quantification for Low-Input"
5353
graphical_abstract: str = "Graphical_abstract_low_input.png"
5454
documentation_description: str = (
55-
"Benchmark identification and quantification workflows for low-input proteomics (close to single cell level) using DIA acquisitions."
55+
"Archived: benchmarked low-input (close to single-cell level) DIA quantification workflows on an "
56+
"Orbitrap Astral. Superseded by the Astral and timsTOF low-input (200 pg) modules."
5657
)
5758
sidebar_path: str = "/Quant_LFQ_DIA_ion_lowinput"
5859
sidebar_category: str = "DIA"

0 commit comments

Comments
 (0)