about summary refs log tree commit diff
path: root/uploader/templates/platforms/create-platform.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/platforms/create-platform.html')
-rw-r--r--uploader/templates/platforms/create-platform.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/uploader/templates/platforms/create-platform.html b/uploader/templates/platforms/create-platform.html
index b5961ce..0866d5e 100644
--- a/uploader/templates/platforms/create-platform.html
+++ b/uploader/templates/platforms/create-platform.html
@@ -90,6 +90,27 @@
     </div>
 
     <div class="form-group">
+      <label for="txt-go-tree-value" class="form-label">GO Tree Value</label>
+      <input type="text"
+             id="txt-go-tree-value"
+             name="go-tree-value"
+             class="form-control"  />
+      <small class="form-text text-muted">
+        <p>This is a Chip identification value useful for analysis with the
+          <strong>
+            <a href="https://www.geneweaver.org/"
+               title="Go to the GeneWeaver site."
+               target="_blank">GeneWeaver</a></strong>
+          and
+          <strong>
+            <a href="https://www.webgestalt.org/"
+               title="Go to the WEB-based GEne SeT AnaLysis Toolkit site."
+               target="_blank">WebGestalt</a></strong>
+          tools.<br />
+        This can be left blank for custom platforms.</p></small>
+    </div>
+
+    <div class="form-group">
       <input type="submit"
              value="create new platform"
              class="btn btn-primary"  />