Skip to content
Snippets Groups Projects
Commit 7b026f1f authored by Piotr Gawron's avatar Piotr Gawron
Browse files

description improved

parent 397a07dc
No related branches found
No related tags found
1 merge request!33Resolve "correct link to ctdbase/chem"
......@@ -10,7 +10,7 @@ var PanelControlElementType = require('../PanelControlElementType');
function DrugPanel(params) {
params.panelName = "drug";
params.helpTip = '<p>source: <a target="_drugbank" href="http://www.drugbank.ca/">DrugBank</a> and'
params.helpTip = '<p>source: <a target="_drugbank" href="http://www.drugbank.ca/">DrugBank</a> and '
+ '<a target="_drugbank" href="https://www.ebi.ac.uk/chembl/">ChEMBL</a></p>'
+ "<p>use of drug names, synonyms and brand names is supported<p>separate multiple search by semicolon</p>";
AbstractDbPanel.call(this, params);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment