Skip to content

Commit

Permalink
Push generated phantasusbioc2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 11, 2024
1 parent b01823f commit 656b18b
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 6 deletions.
1 change: 1 addition & 0 deletions generated/phantasusbioc2024.container
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ghcr.io/assaron/phantasuspkgdemo:latest
4 changes: 4 additions & 0 deletions generated/workshop-toolconf-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ configs:
</section>
<label text="cdnmws" id="cdnmws" />
<tool file="interactive/biocworkshop_cdnmws1.xml" />
<label text="BioC2024" id="bioc2024" />
<tool file="interactive/biocworkshop_phantasusbioc2024.xml" />
</toolbox>
integrated_tool_panel.xml: |
<?xml version='1.0'?>
Expand Down Expand Up @@ -179,4 +181,6 @@ configs:
</section>
<label text="cdnmws" id="cdnmws" />
<tool id="interactivetool_biocworkshop_cdnmws1" />
<label text="BioC2024" id="bioc2024" />
<tool id="interactivetool_biocworkshop_phantasusbioc2024" />
</toolbox>
35 changes: 35 additions & 0 deletions generated/workshop-values-phantasusbioc2024.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/galaxy/server/tools/interactive/biocworkshop_phantasusbioc2024.xml:
useSecret: false
applyToJob: true
applyToSetupJob: true
applyToWeb: true
applyToWorkflow: true
applyToNginx: true
tpl: false
content: |
<tool id="interactivetool_biocworkshop_phantasusbioc2024" tool_type="interactive" name="Package demo: phantasus" version="0.1">
<description>visual and interactive gene expression analysis with phantasus package</description>
<requirements>
<container type="docker">ghcr.io/assaron/phantasuspkgdemo:latest</container>
</requirements>
<entry_points>
<entry_point name="phantasusbioc2024" requires_domain="True">
<port>8787</port>
</entry_point>
</entry_points>
<environment_variables>
<environment_variable name="DISABLE_AUTH">true</environment_variable>
<environment_variable name="HISTORY_ID">$__history_id__</environment_variable>
<environment_variable name="REMOTE_HOST">$__galaxy_url__</environment_variable>
<environment_variable name="GALAXY_URL">$__galaxy_url__</environment_variable>
<environment_variable name="API_KEY" inject="api_key" />
</environment_variables>
<command detect_errors="aggressive">echo "{ 'visual_markdown_editing_is_default': true }" > /etc/rstudio/rstudio-prefs.json ; echo "setwd('/home/rstudio'); setHook('rstudio.sessionInit', function(newSession) { if (newSession) rstudioapi::filesPaneNavigate(getwd()) }, action = 'append')" > /home/rstudio/.Rprofile; export TEMP=/tmp TMP=/tmp TMPDIR=/tmp TEMPDIR=/tmp; chown -R rstudio /home/rstudio/*; rm /tmp/startfile; chown -R rstudio /home/rstudio/.*; /init</command>
<inputs>
</inputs>
<outputs>
</outputs>
<tests>
</tests>
<help>This is an autogenerated Bioconductor workshop wrapper. See the source of this workshop or report issues at https://github.com/assaron/phantasusPkgDemo.</help>
</tool>
12 changes: 6 additions & 6 deletions generated/workshop-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extraFileMappings:
/galaxy/server/tools/interactive/biocworkshop_biocrstudio319.xml:
/galaxy/server/tools/interactive/biocworkshop_phantasusbioc2024.xml:
useSecret: false
applyToJob: true
applyToSetupJob: true
Expand All @@ -8,13 +8,13 @@ extraFileMappings:
applyToNginx: true
tpl: false
content: |
<tool id="interactivetool_biocworkshop_biocrstudio319" tool_type="interactive" name="RStudio Bioc 3.19" version="0.1">
<description>Bioconductor 3.19 with R 4.4.1</description>
<tool id="interactivetool_biocworkshop_phantasusbioc2024" tool_type="interactive" name="Package demo: phantasus" version="0.1">
<description>visual and interactive gene expression analysis with phantasus package</description>
<requirements>
<container type="docker">ghcr.io/bioconductor/bioconductor:3.19</container>
<container type="docker">ghcr.io/assaron/phantasuspkgdemo:latest</container>
</requirements>
<entry_points>
<entry_point name="biocrstudio319" requires_domain="True">
<entry_point name="phantasusbioc2024" requires_domain="True">
<port>8787</port>
</entry_point>
</entry_points>
Expand All @@ -32,5 +32,5 @@ extraFileMappings:
</outputs>
<tests>
</tests>
<help>This is an autogenerated Bioconductor workshop wrapper. See the source of this workshop or report issues at https://github.com/Bioconductor/workshop-contributions/issues/78.</help>
<help>This is an autogenerated Bioconductor workshop wrapper. See the source of this workshop or report issues at https://github.com/assaron/phantasusPkgDemo.</help>
</tool>

0 comments on commit 656b18b

Please sign in to comment.