From f983f2550cfd813e4ffa095b901dca6e99c2f3e3 Mon Sep 17 00:00:00 2001 From: Pavankumar Videm Date: Wed, 26 Jun 2024 00:00:40 +0200 Subject: [PATCH 1/4] Add a new single cell category --- planemo/shed/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/planemo/shed/__init__.py b/planemo/shed/__init__.py index f546418c7..1eacbe21a 100644 --- a/planemo/shed/__init__.py +++ b/planemo/shed/__init__.py @@ -144,6 +144,7 @@ "RNA", "SAM", "Sequence Analysis", + "Single Cell", "Statistics", "Structural Materials Analysis", "Synthetic Biology", From 44c016fdb76e650cc8be8b22869e3d606a4efc7e Mon Sep 17 00:00:00 2001 From: Pavankumar Videm Date: Wed, 26 Jun 2024 08:38:20 +0200 Subject: [PATCH 2/4] add Muon spectroscopy --- planemo/shed/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/planemo/shed/__init__.py b/planemo/shed/__init__.py index 1eacbe21a..1b2df8a8c 100644 --- a/planemo/shed/__init__.py +++ b/planemo/shed/__init__.py @@ -145,6 +145,7 @@ "SAM", "Sequence Analysis", "Single Cell", + "Muon spectroscopy", "Statistics", "Structural Materials Analysis", "Synthetic Biology", From ec90f45afcc89530975b4cddde60d373c435ee7a Mon Sep 17 00:00:00 2001 From: Pavankumar Videm Date: Wed, 26 Jun 2024 08:39:18 +0200 Subject: [PATCH 3/4] add Muon spectroscopy in the correct place --- planemo/shed/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planemo/shed/__init__.py b/planemo/shed/__init__.py index 1b2df8a8c..56c311ff8 100644 --- a/planemo/shed/__init__.py +++ b/planemo/shed/__init__.py @@ -135,6 +135,7 @@ "Metagenomics", "Micro-array Analysis", "Molecular Dynamics", + "Muon spectroscopy", "Nanopore", "Next Gen Mappers", "NLP", @@ -145,7 +146,6 @@ "SAM", "Sequence Analysis", "Single Cell", - "Muon spectroscopy", "Statistics", "Structural Materials Analysis", "Synthetic Biology", From 4cfc6c7fb0a54a58a7cb5b0db72e460ac3374064 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Wed, 26 Jun 2024 22:21:11 +0100 Subject: [PATCH 4/4] Add "Spatial Omics" TS category --- planemo/shed/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/planemo/shed/__init__.py b/planemo/shed/__init__.py index 56c311ff8..2bbd4f7dc 100644 --- a/planemo/shed/__init__.py +++ b/planemo/shed/__init__.py @@ -146,6 +146,7 @@ "SAM", "Sequence Analysis", "Single Cell", + "Spatial Omics", "Statistics", "Structural Materials Analysis", "Synthetic Biology",