From 282b21219fe026525f26e2e5812fb3f3d19e5299 Mon Sep 17 00:00:00 2001 From: "A. Fust" Date: Mon, 18 Mar 2019 09:24:04 +0100 Subject: [PATCH] update default query specification --- sample_config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sample_config.json b/sample_config.json index 10fcb57..eccf374 100644 --- a/sample_config.json +++ b/sample_config.json @@ -1,8 +1,10 @@ { "queries":[ - {"feature":"", "distance":"", "show.attributes":"","filter.attribute":"", "attribute.value":"", "feature.position": "", "strand":"", "direction":"", "internals":"" } + {"name":"", "feature":"", "distance":"", "feature_position": "", "strand":"", + "filter_attribute":"", "attribute_value":"","direction":"", "internals":"" } ], +"show_attributes":"", "priority": "", "gtf": ".gtf", "bed": ".bed" -} \ No newline at end of file +}