Skip to content

Commit

Permalink
start of a biodb conf file for tomato, hopefully to become a test dat…
Browse files Browse the repository at this point in the history
…a set for larger genomes
  • Loading branch information
rbuels committed Mar 6, 2012
1 parent 7e1c4fd commit 6865fd5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions sample_data/raw/tomato.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"description": "Tomato ITAG2.3 Annotation",
"db_adaptor": "Bio::DB::SeqFeature::Store",
"db_args": { "-adaptor": "berkeleydb3",
"-dir": "sample_data/raw/tomato" },

"TRACK DEFAULTS": {
"class": "feature",
"autocomplete": "all"
},

"tracks": [
{
"track": "eugene",
"key": "Gene models",
"feature": ["mRNA:ITAG_eugene"],
"autocomplete": "all",
"class": "transcript",
"subfeatures": true,
"subfeature_classes": {
"CDS": "transcript-CDS",
"five_prime_UTR": "transcript-UTR",
"three_prime_UTR": "transcript-UTR"
}
}
]
}

0 comments on commit 6865fd5

Please sign in to comment.