diff test-data/rdp16_json @ 8:0181efacb40a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/data_managers/data_manager_dada2 commit 5f2ed0407e3adaafc6070fc0594a4685ade094db
author iuc
date Sat, 22 Nov 2025 20:07:44 +0000
parents bf7b2c14cabc
children
line wrap: on
line diff
--- a/test-data/rdp16_json	Tue May 21 07:35:56 2024 +0000
+++ b/test-data/rdp16_json	Sat Nov 22 20:07:44 2025 +0000
@@ -1,1 +1,17 @@
-{"data_tables": {"dada2_species": {"name": "RDP trainset 16", "path": "rdp_16.species", "value": "rdp_16"}, "dada2_taxonomy": {"name": "RDP trainset 16", "path": "rdp_16.taxonomy", "taxlevels": "Kingdom,Phylum,Class,Order,Family,Genus,Species", "value": "rdp_16"}}}
\ No newline at end of file
+{
+  "data_tables":{
+    "dada2_taxonomy": [
+      {
+        "value": "rdp_16",
+        "name": "RDP trainset 16",
+        "path": "rdp_16.taxonomy",
+        "taxlevels": "Kingdom,Phylum,Class,Order,Family,Genus,Species"
+      }    ]
+    , "dada2_species": [
+      {
+        "value": "rdp_16",
+        "name": "RDP trainset 16",
+        "path": "rdp_16.species"
+      }    ]
+  }
+}