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