From 4a26ad95e4d0091f9835b56aae10e4519d00b415 Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Thu, 9 Jul 2015 12:19:52 +0200
Subject: [PATCH] Add clarifying text on description extractor positioning
 scheme

---
 mutalyzer/website/templates/description-extractor.html | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/mutalyzer/website/templates/description-extractor.html b/mutalyzer/website/templates/description-extractor.html
index 631de1d4..51341393 100644
--- a/mutalyzer/website/templates/description-extractor.html
+++ b/mutalyzer/website/templates/description-extractor.html
@@ -244,6 +244,13 @@ Please supply a reference sequence and an observed sequence.
       {% endfor %}
       </tbody>
     </table>
+    <p>
+      Please note that the generated descriptions use one-based coordinates
+      where we start counting at the start of the supplied sequence. This
+      means that for genomic reference sequences, the result will be
+      in <code>g.</code> coordinates, while for transcripts the result will be
+      in <code>n.</code> coordinates.
+    </p>
   {% endif %}{# not errors #}
 {% endif %}{# description #}
 
-- 
GitLab