comparison test-data/test-JSON_arg.json @ 2:dad2c4c3450a draft

planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
author tduigou
date Wed, 23 Jul 2025 09:44:33 +0000
parents 9f845ccb1a9f
children
comparison
equal deleted inserted replaced
1:3daf04425ea1 2:dad2c4c3450a
1 { 1 {
2 "JSON_table": "sample", 2 "table": "sample",
3 "JSON_sequence_column": "sequence", 3 "sequence_column": "sequence",
4 "JSON_annotation_column": "annotation", 4 "annotation_column": "annotation",
5 "JSON_fragment_column": "fragment", 5 "fragment_column": "fragment",
6 "JSON_db_uri": "postgresql://postgres:RK17@localhost:5432/test_fragments_db", 6 "db_uri": "postgresql://postgres:RK17@localhost:5432/test_fragments_db",
7 "execution": "true" 7 "execution": "true"
8 } 8 }
9