Skip to content

Commit

Permalink
add news and change default layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nicgirault committed Apr 11, 2015
1 parent aea768b commit 3211905
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/server/database/fixtures/layouts/catalog.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ exports.data = [
species: 'Homo Sapiens'
title: 'Homo Sapiens GRCh37 - hg19'
code: 'GRCh37'
default: false
default: true
description: 'Human genome with cytobands'
source: 'Circos v0.64'
version: 'GRCh37'
data: require('./data/GRCh37.js').data
conf:
ticks:
display:false
gap: 0.04
cornerRadius: 0
}
Expand All @@ -54,7 +56,7 @@ exports.data = [
field: 'time'
code: 'months'
title: 'Months'
default: true
default: false
description: 'Months to display data over the year. Each month has a length equal to the number of days in the month.'
source: 'N/A'
version: '1'
Expand Down
4 changes: 4 additions & 0 deletions src/server/database/fixtures/news/news.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ exports.data = [
date: '2015-04-08'
message: 'I released the highlight track type (you can for example visualize karyotype cytobands thanks to it)'
}
{
date: '2015-04-11'
message: 'Introducing circos image interactivity'
}
]

0 comments on commit 3211905

Please sign in to comment.