Mercurial > repos > tduigou > seq_to_db
diff test-data/test-JSON_arg.json @ 1:5db1c2b9edb8 draft
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit fa4c85dd6ad48d404a28e21667f18b628bbdc702-dirty
| author | tduigou |
|---|---|
| date | Fri, 11 Jul 2025 14:16:33 +0000 |
| parents | 178d068648f4 |
| children | d77ff06f5dc9 |
line wrap: on
line diff
--- a/test-data/test-JSON_arg.json Thu Jun 12 08:27:18 2025 +0000 +++ b/test-data/test-JSON_arg.json Fri Jul 11 14:16:33 2025 +0000 @@ -1,9 +1,10 @@ { - "JSON_table": "sample", - "JSON_sequence_column": "sequence", - "JSON_annotation_column": "annotation", - "JSON_fragment_column": "fragment", - "JSON_db_uri": "postgresql://postgres:RK17@localhost:5432/test_fragments_db", + "seq_to_db_param": { + "table": "sample", + "sequence_column": "sequence", + "annotation_column": "annotation", + "fragment_column": "fragment", + "db_uri": "postgresql://postgres:RK17@localhost:5432/test_fragments_db", "execution": "true" -} - \ No newline at end of file + } +} \ No newline at end of file
