Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
update default query specification
Browse files Browse the repository at this point in the history
  • Loading branch information
afust authored Mar 18, 2019
1 parent a0ad7d9 commit 282b212
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sample_config.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 282b212

Please sign in to comment.