Mercurial > repos > tduigou > seq_to_db
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 0:178d068648f4 | 1:5db1c2b9edb8 |
|---|---|
| 1 { | 1 { |
| 2 "JSON_table": "sample", | 2 "seq_to_db_param": { |
| 3 "JSON_sequence_column": "sequence", | 3 "table": "sample", |
| 4 "JSON_annotation_column": "annotation", | 4 "sequence_column": "sequence", |
| 5 "JSON_fragment_column": "fragment", | 5 "annotation_column": "annotation", |
| 6 "JSON_db_uri": "postgresql://postgres:RK17@localhost:5432/test_fragments_db", | 6 "fragment_column": "fragment", |
| 7 "db_uri": "postgresql://postgres:RK17@localhost:5432/test_fragments_db", | |
| 7 "execution": "true" | 8 "execution": "true" |
| 9 } | |
| 8 } | 10 } |
| 9 |
