Skip to content

Instantly share code, notes, and snippets.

@danmaclean
Last active December 16, 2015 01:29
Show Gist options
  • Save danmaclean/5355427 to your computer and use it in GitHub Desktop.
Save danmaclean/5355427 to your computer and use it in GitHub Desktop.
config.yml for a gee fu instance
tracks:
- id: 1
name: My Gene Models Track
type: ModelsTrack
path: Gene Models
data: /features/annoj/1
showControls: true
height: 80
- id: 2
name: Reads from an RDBMS provided experiment loaded via gff
type: ReadsTrack
path: Reads
data: /features/annoj/2
showControls: true
minHeight: 20
maxHeight: 500
height: 70
#A list of tracks that will be active by default (use the ID of the track)
active:
- 1
- 2
#genome - the service that knows about the genome
genome: genomes/annoj/1
# bookmarks - the service that keeps the bookmarks
bookmarks:
#css - a list of services or locations for css (optional)
stylesheets:
- id: simple
name: simple CSS
href: stylesheets/simple.css
active: true
#where to focus the view on start up
location:
assembly: Chr1
position: 4000
bases: 20
pixels: 1
#site administrator information (optional)
admin:
name: 'Mick Jagger'
email: 'Mick@streetfightingman.ac.uk'
notes: 'moves well'
citation: 'a reference'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment