From f2285e137ade7a6ccac1b276394827c9d9f0b975 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 28 May 2020 23:38:23 -0500
Subject: [PATCH] Fix subdomain to strandlab.net

---
 layouts/custom/cellxgene.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/custom/cellxgene.html b/layouts/custom/cellxgene.html
index ead22df..9a151a2 100644
--- a/layouts/custom/cellxgene.html
+++ b/layouts/custom/cellxgene.html
@@ -29,7 +29,7 @@
 }
 </style>
 <div class="cellxgene">
-    <iframe name="embed" src="https://cellxgene.swmed.edu/view/{{ .Params.location }}.h5ad/" width="100%" height="100%" frameborder="0" allowfullscreen="" ></iframe>
+    <iframe name="embed" src="https://cellxgene.strandlab.net/view/{{ .Params.location }}.h5ad/" width="100%" height="100%" frameborder="0" allowfullscreen="" ></iframe>
 </div>
 <div class="no-cellxgene">
     <h2>Screen width too narrow to display cellxgene</h1>
-- 
GitLab