From 18e4385d8525a8176efb69d52a0c83fb14b4ed69 Mon Sep 17 00:00:00 2001 From: Cesar Ferreyra-Mansilla Date: Thu, 10 Oct 2024 14:44:38 -0400 Subject: [PATCH 1/4] chore: add new TEnCATS assay to table --- .../Alluvial/data/alluvial_data.json | 2 +- .../Alluvial/data/stackrow_data.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/encoded/static/components/viz/AboutPageVisualizations/Alluvial/data/alluvial_data.json b/src/encoded/static/components/viz/AboutPageVisualizations/Alluvial/data/alluvial_data.json index dfb39b269..4bcf7cce3 100644 --- a/src/encoded/static/components/viz/AboutPageVisualizations/Alluvial/data/alluvial_data.json +++ b/src/encoded/static/components/viz/AboutPageVisualizations/Alluvial/data/alluvial_data.json @@ -63,7 +63,7 @@ "BCM-TTD":{ "WGS CompDuplex-Seq":["Illumina NovaSeq"],"WGS scCompDuplex-Seq":["Illumina NovaSeq"]}, "UMich":{ - "WGS MALBAC-amplifed":["Illumina NovaSeq","ONT"]} + "WGS MALBAC-amplifed":["Illumina NovaSeq","ONT"], "TEnCATS":["ONT"]} }, "links":[ diff --git a/src/encoded/static/components/viz/AboutPageVisualizations/Alluvial/data/stackrow_data.json b/src/encoded/static/components/viz/AboutPageVisualizations/Alluvial/data/stackrow_data.json index 8b350057c..dc8e4f99b 100644 --- a/src/encoded/static/components/viz/AboutPageVisualizations/Alluvial/data/stackrow_data.json +++ b/src/encoded/static/components/viz/AboutPageVisualizations/Alluvial/data/stackrow_data.json @@ -95,5 +95,11 @@ "display_name": "MALBAC-amplifed WGS", "description": "Click below to learn more about the MALBAC-amplifed WGS", "link":"https://pubmed.ncbi.nlm.nih.gov/23258894/" + }, + { + "name": "TEnCATS", + "display_name": "TEnCATS", + "description": "Click below to learn more about TEnCATS", + "link":"https://www.nature.com/articles/s41467-021-23918-y" } ] \ No newline at end of file From 0e3bcb70656ca7f3d6d9f92f6852b4f05a085a2d Mon Sep 17 00:00:00 2001 From: Cesar Ferreyra-Mansilla Date: Thu, 10 Oct 2024 14:50:15 -0400 Subject: [PATCH 2/4] chore: bump version + changelog --- CHANGELOG.rst | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3b530707e..1a3706a8d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,13 @@ smaht-portal Change Log ---------- +0.103.1 +======= +`PR 274: chore: add new TEnCATS assay to table `_ + +* Update assay table with new TEnCATS assay + + 0.103.0 ======= diff --git a/pyproject.toml b/pyproject.toml index e15d9b274..ec51dbddd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "encoded" -version = "0.103.0" +version = "0.103.1" description = "SMaHT Data Analysis Portal" authors = ["4DN-DCIC Team "] license = "MIT" From 34654c6699854ead823a02ccb2d432d31629ea14 Mon Sep 17 00:00:00 2001 From: Cesar Ferreyra-Mansilla Date: Thu, 10 Oct 2024 15:30:00 -0400 Subject: [PATCH 3/4] chore: update description --- .../AboutPageVisualizations/Alluvial/data/stackrow_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encoded/static/components/viz/AboutPageVisualizations/Alluvial/data/stackrow_data.json b/src/encoded/static/components/viz/AboutPageVisualizations/Alluvial/data/stackrow_data.json index dc8e4f99b..2e2e4f2fa 100644 --- a/src/encoded/static/components/viz/AboutPageVisualizations/Alluvial/data/stackrow_data.json +++ b/src/encoded/static/components/viz/AboutPageVisualizations/Alluvial/data/stackrow_data.json @@ -99,7 +99,7 @@ { "name": "TEnCATS", "display_name": "TEnCATS", - "description": "Click below to learn more about TEnCATS", + "description": "Cas9-targeted enrichment for L1 mobile elements", "link":"https://www.nature.com/articles/s41467-021-23918-y" } ] \ No newline at end of file From 8ae5d63eeb8bd2b8429021433bdd9ea7000ff977 Mon Sep 17 00:00:00 2001 From: Cesar Ferreyra-Mansilla Date: Tue, 15 Oct 2024 14:36:48 -0400 Subject: [PATCH 4/4] chore: bump version + changelog --- CHANGELOG.rst | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b7ced0d7e..85f926d41 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,13 @@ Change Log ---------- +0.104.2 +======= +`PR 274: chore: add new TEnCATS assay to table `_ + +* Update assay table with new TEnCATS assay + + 0.104.1 ======= `PR 272: SN Enzymes optional `_ diff --git a/pyproject.toml b/pyproject.toml index 0d0862604..e441d58b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "encoded" -version = "0.104.1" +version = "0.104.2" description = "SMaHT Data Analysis Portal" authors = ["4DN-DCIC Team "] license = "MIT"