Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Strand Lab
Strand Lab Cellxgene Gateway
Commits
90d5d8b5
Commit
90d5d8b5
authored
Sep 16, 2019
by
Alok Saldanha
Browse files
removed unnecessary selection
parent
af816960
Changes
1
Hide whitespace changes
Inline
Side-by-side
cellxgene_gateway/templates/index.html
View file @
90d5d8b5
...
@@ -103,20 +103,5 @@ scp -r pbmc3k.h5ad ec2-user@{{ ip }}:{{ cellxgene_data }}/USER/DATA/</pre>
...
@@ -103,20 +103,5 @@ scp -r pbmc3k.h5ad ec2-user@{{ ip }}:{{ cellxgene_data }}/USER/DATA/</pre>
<li>
Take a look at your data using the file crawler link above
</li>
<li>
Take a look at your data using the file crawler link above
</li>
</ol>
</ol>
<br>
<br>
<script>
if
(
NIBRIam
&&
NIBRIam
.
NIBR521
!==
undefined
)
{
var
usernames
=
document
.
getElementById
(
"
usernames
"
)
var
options
=
usernames
.
options
for
(
i
=
0
;
i
<
options
.
length
;
i
++
)
{
if
(
options
[
i
].
value
.
toLowerCase
()
==
currentUser
.
toLowerCase
())
{
options
[
i
].
setAttribute
(
"
selected
"
,
"
selected
"
)
}
}
}
</script>
</body>
</body>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment