diff --git a/frontend/src/assets/highlight-network.png b/frontend/src/assets/highlight-network.png
index d315035..4da0534 100644
Binary files a/frontend/src/assets/highlight-network.png and b/frontend/src/assets/highlight-network.png differ
diff --git a/frontend/src/assets/highlight-predictions.png b/frontend/src/assets/highlight-predictions.png
index 3f348a6..719ff7e 100644
Binary files a/frontend/src/assets/highlight-predictions.png and b/frontend/src/assets/highlight-predictions.png differ
diff --git a/frontend/src/assets/highlight-similarities.png b/frontend/src/assets/highlight-similarities.png
index 2b1c2e9..e48ff6a 100644
Binary files a/frontend/src/assets/highlight-similarities.png and b/frontend/src/assets/highlight-similarities.png differ
diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx
index eab5dc2..3ff6a9d 100644
--- a/frontend/src/components/Footer.tsx
+++ b/frontend/src/components/Footer.tsx
@@ -23,7 +23,7 @@ const Footer = () => (
Terms of Use
License
diff --git a/frontend/src/pages/About.tsx b/frontend/src/pages/About.tsx
index 5e3a904..5619998 100644
--- a/frontend/src/pages/About.tsx
+++ b/frontend/src/pages/About.tsx
@@ -67,7 +67,7 @@ const AboutPage = () => {
flip
/>
}
tooltip="Detailed information on how to use the package and how to interpret results"
@@ -88,7 +88,7 @@ const AboutPage = () => {
flip
/>
}
tooltip="Detailed help on some frequently asked questions"
diff --git a/frontend/src/pages/Analysis.tsx b/frontend/src/pages/Analysis.tsx
index 1d9f65b..1f70193 100644
--- a/frontend/src/pages/Analysis.tsx
+++ b/frontend/src/pages/Analysis.tsx
@@ -136,7 +136,7 @@ const AnalysisPage = () => {
<>
- + Looking for the old GenePlexus?
diff --git a/frontend/src/pages/NewAnalysis.tsx b/frontend/src/pages/NewAnalysis.tsx index f7ab7c1..be730a2 100644 --- a/frontend/src/pages/NewAnalysis.tsx +++ b/frontend/src/pages/NewAnalysis.tsx @@ -263,7 +263,7 @@ const NewAnalysisPage = () => { }; /** limit options based on species */ - /** https://pygeneplexus.readthedocs.io/en/v2.0.2/notes/data.html#preprocessed-data */ + /** https://pygeneplexus.readthedocs.io/en/v2.0.4/notes/data.html#preprocessed-data */ const filteredNetworkOptions = networkOptions.filter((option) => { if ( option.id === "BioGRID" && @@ -302,7 +302,7 @@ const NewAnalysisPage = () => { toast( <> Selected options changed to be compatible with selected species.{" "} - + Learn more . @@ -483,7 +483,7 @@ const NewAnalysisPage = () => { > } /> - + Learn more diff --git a/functions/convert_ids/convert_ids_deploy/requirements.txt b/functions/convert_ids/convert_ids_deploy/requirements.txt index 46c3b80..1c03331 100644 --- a/functions/convert_ids/convert_ids_deploy/requirements.txt +++ b/functions/convert_ids/convert_ids_deploy/requirements.txt @@ -1,4 +1,4 @@ # An example requirements file. If your function has other dependencies, # add them below functions-framework==3.* -geneplexus==2.0.2 \ No newline at end of file +geneplexus==2.0.4 \ No newline at end of file diff --git a/functions/ml/ml_deploy/requirements.txt b/functions/ml/ml_deploy/requirements.txt index ee14200..91126b2 100644 --- a/functions/ml/ml_deploy/requirements.txt +++ b/functions/ml/ml_deploy/requirements.txt @@ -1,5 +1,5 @@ # An example requirements file. If your function has other dependencies, # add them below functions-framework==3.* -geneplexus==2.0.2 +geneplexus==2.0.4 flask-compress==1.* \ No newline at end of file