Mercurial > repos > tduigou > seq_to_db
diff test-data/test-JSON_arg.json @ 2:d77ff06f5dc9 draft default tip
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit d8cc8b87fdb0374745b5420f2da7f08ae905c222-dirty
| author | tduigou |
|---|---|
| date | Wed, 16 Jul 2025 14:51:52 +0000 |
| parents | 5db1c2b9edb8 |
| children |
line wrap: on
line diff
--- a/test-data/test-JSON_arg.json Fri Jul 11 14:16:33 2025 +0000 +++ b/test-data/test-JSON_arg.json Wed Jul 16 14:51:52 2025 +0000 @@ -1,10 +1,8 @@ { - "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" - } + "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
