diff --git a/config/plugins/visualizations/charts/static/charts/biojs/msa/config.js b/config/plugins/visualizations/charts/static/charts/biojs/msa/config.js index dcae41733e66..4e6de29c8231 100644 --- a/config/plugins/visualizations/charts/static/charts/biojs/msa/config.js +++ b/config/plugins/visualizations/charts/static/charts/biojs/msa/config.js @@ -5,6 +5,7 @@ define( [], function() { library : 'BioJS', datatype : 'txt', keywords : 'biojs', + description : 'The MSA viewer is a modular, reusable component to visualize large MSAs interactively on the web.', settings : { conserv: { label :'Show conservation', help : 'Do you want to display a bar diagram indicating sequence conservation?', type : 'boolean', value: 'true' }, overviewbox: { label :'Show overview box', help : 'Do you want to display the overview box below the sequence alignments?', type : 'boolean', value: 'true' },