From 69a30937932a2ee95a6adba2ba43f964b552308e Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Tue, 5 Mar 2013 10:18:18 +0000 Subject: [PATCH] Note that slicing by gene uses current assembly git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@672 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1 --- mutalyzer/templates/gbupload.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mutalyzer/templates/gbupload.html b/mutalyzer/templates/gbupload.html index 375e7383..25ff89e6 100644 --- a/mutalyzer/templates/gbupload.html +++ b/mutalyzer/templates/gbupload.html @@ -60,6 +60,11 @@ <span id="gene_label"> <i>Please enter the Gene symbol and organism name without spaces and specify the length of the flanking sequences</i> + <br> + <b>Note:</b> This uses + the <a href="http://www.ncbi.nlm.nih.gov/sites/gquery">NCBI + Entrez</a> search engine and is therefore based on the current + Entrez assembly for the given organism (GRCh37/hg19 for human). <table> <tr> <td>Gene symbol</td> -- GitLab