diff test-data/testoutput_workflow.json @ 0:1a766d8d3883 draft

planemo upload for repository https://github.com/brsynth commit fa4c85dd6ad48d404a28e21667f18b628bbdc702-dirty
author tduigou
date Fri, 11 Jul 2025 10:10:16 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/testoutput_workflow.json	Fri Jul 11 10:10:16 2025 +0000
@@ -0,0 +1,17 @@
+{
+  "seq_from_db_param": {
+    "db_uri": "postgresql://postgres:RK17@localhost:5432/test_fragments_db",
+    "table": "sample",
+    "fragment_column": "fragment",
+    "sequence_column": "sequence",
+    "annotation_column": "annotation"
+  },
+  "seq_to_db_param": {
+    "execution": true,
+    "db_uri": "postgresql://postgres:RK17@localhost:5432/test_fragments_db",
+    "table": "sample",
+    "fragment_column": "fragment",
+    "sequence_column": "sequence",
+    "annotation_column": "annotation"
+  }
+}
\ No newline at end of file