Skip to content

Commit

Permalink
submissions: production ready
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeboucas committed Feb 24, 2021
1 parent 492664d commit 99ced73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flaski/apps/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from flaski.apps.routes import scatterplot, iscatterplot, heatmap, iheatmap, venndiagram, icellplot, david, aarnaseqlake, pca, histogram, violinplot, iviolinplot, mds, tsne, kegg, ihistogram, lifespan
from flaski.apps.routes import scatterplot, iscatterplot, heatmap, iheatmap, venndiagram, icellplot, david, aarnaseqlake, pca, histogram, violinplot, iviolinplot, mds, tsne, kegg, ihistogram, lifespan, submissions
from flaski.apps.external import *

FREEAPPS=[{ "name":"Scatter plot","id":'scatterplot_more', "link":'scatterplot' , "java":"javascript:ReverseDisplay('scatterplot_more')", "description":"A static scatterplot app." },\
Expand Down
1 change: 1 addition & 0 deletions utils/private.apps.tsv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
app name id link java description allowed
aarnaseqlake RNAseq lake aarnaseqlake_more aarnaseqlake javascript:ReverseDisplay('aarnaseqlake_more') RNAseq data lake of the Antebi group. [email protected]
submissions Submissions submissions_more submissions javascript:ReverseDisplay('submissions_more') Samples submissions. [email protected]

0 comments on commit 99ced73

Please sign in to comment.