Skip to content

Commit 2bd9f4f

Browse files
author
github-actions
committed
Push generated gbcc2025omatutorial
1 parent eafaf4b commit 2bd9f4f

File tree

4 files changed

+45
-7
lines changed

4 files changed

+45
-7
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ghcr.io/microbiome/omatutorials:latest

generated/workshop-toolconf-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ configs:
1212
<tool file="interactive/biocworkshop_biocrstudio318.xml" />
1313
<tool file="interactive/biocworkshop_rstudio317.xml" />
1414
<label text="GBCC2025" id="gbcc2025" />
15+
<tool file="interactive/biocworkshop_gbcc2025omatutorial.xml" />
1516
<tool file="interactive/biocworkshop_gbcc2025inference.xml" />
1617
<tool file="interactive/biocworkshop_gbcc2025spatialworkshop.xml" />
1718
<label text="Archived Events" id="archived" />
@@ -142,6 +143,7 @@ configs:
142143
<tool id="interactivetool_biocworkshop_biocrstudio318" />
143144
<tool id="interactivetool_biocworkshop_rstudio317" />
144145
<label text="GBCC2025" id="gbcc2025" />
146+
<tool id="interactivetool_biocworkshop_gbcc2025omatutorial" />
145147
<tool id="interactivetool_biocworkshop_gbcc2025inference" />
146148
<tool id="interactivetool_biocworkshop_gbcc2025spatialworkshop" />
147149
<label text="Archived Events" id="archived" />
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/galaxy/server/tools/interactive/biocworkshop_gbcc2025omatutorial.xml:
2+
useSecret: false
3+
applyToJob: true
4+
applyToSetupJob: true
5+
applyToWeb: true
6+
applyToWorkflow: true
7+
applyToNginx: true
8+
tpl: false
9+
content: |
10+
<tool id="interactivetool_biocworkshop_gbcc2025omatutorial" tool_type="interactive" name="Orchestrating Microbiome Analysis with Bioconductor" version="0.1">
11+
<description>Introducing Bioconductor tools for microbiome data science through a practical case study</description>
12+
<requirements>
13+
<container type="docker">ghcr.io/microbiome/omatutorials:latest</container>
14+
</requirements>
15+
<entry_points>
16+
<entry_point name="gbcc2025omatutorial" requires_domain="True">
17+
<port>8787</port>
18+
</entry_point>
19+
</entry_points>
20+
<environment_variables>
21+
<environment_variable name="DISABLE_AUTH">true</environment_variable>
22+
<environment_variable name="HISTORY_ID">$__history_id__</environment_variable>
23+
<environment_variable name="REMOTE_HOST">$__galaxy_url__</environment_variable>
24+
<environment_variable name="GALAXY_URL">$__galaxy_url__</environment_variable>
25+
<environment_variable name="API_KEY" inject="api_key" />
26+
</environment_variables>
27+
<command detect_errors="aggressive">export TEMP=/tmp TMP=/tmp TMPDIR=/tmp TEMPDIR=/tmp; if [ -f '/home/rstudio/OMATutorials/vignettes/gbcc2025.Rmd' ]; then echo '/home/rstudio/OMATutorials/vignettes/gbcc2025.Rmd' > /tmp/startfile; else echo '/home/rstudio/vignettes/gbcc2025.Rmd' > /tmp/startfile; fi ; 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('\$(dirname \$(cat /tmp/startfile))'); rstudioapi::navigateToFile('\$(cat /tmp/startfile)') }, 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>
28+
<inputs>
29+
</inputs>
30+
<outputs>
31+
</outputs>
32+
<tests>
33+
</tests>
34+
<help>This is an autogenerated Bioconductor workshop wrapper. See the source of this workshop or report issues at https://github.com/microbiome/OMATutorials.</help>
35+
</tool>

generated/workshop-values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extraFileMappings:
2-
/galaxy/server/tools/interactive/biocworkshop_gbcc2025inference.xml:
2+
/galaxy/server/tools/interactive/biocworkshop_gbcc2025omatutorial.xml:
33
useSecret: false
44
applyToJob: true
55
applyToSetupJob: true
@@ -8,13 +8,13 @@ extraFileMappings:
88
applyToNginx: true
99
tpl: false
1010
content: |
11-
<tool id="interactivetool_biocworkshop_gbcc2025inference" tool_type="interactive" name="Inference with Predicted Data" version="0.1">
12-
<description>Exploring explore the consequences of inference on predicted data across several biomedical applications</description>
11+
<tool id="interactivetool_biocworkshop_gbcc2025omatutorial" tool_type="interactive" name="Orchestrating Microbiome Analysis with Bioconductor" version="0.1">
12+
<description>Introducing Bioconductor tools for microbiome data science through a practical case study</description>
1313
<requirements>
14-
<container type="docker">ghcr.io/salernos/ipdworkshop:latest</container>
14+
<container type="docker">ghcr.io/microbiome/omatutorials:latest</container>
1515
</requirements>
1616
<entry_points>
17-
<entry_point name="gbcc2025inference" requires_domain="True">
17+
<entry_point name="gbcc2025omatutorial" requires_domain="True">
1818
<port>8787</port>
1919
</entry_point>
2020
</entry_points>
@@ -25,12 +25,12 @@ extraFileMappings:
2525
<environment_variable name="GALAXY_URL">$__galaxy_url__</environment_variable>
2626
<environment_variable name="API_KEY" inject="api_key" />
2727
</environment_variables>
28-
<command detect_errors="aggressive">export TEMP=/tmp TMP=/tmp TMPDIR=/tmp TEMPDIR=/tmp; if [ -f '/home/rstudio/ipdworkshop/vignettes/Unit00_GettingStarted.Rmd' ]; then echo '/home/rstudio/ipdworkshop/vignettes/Unit00_GettingStarted.Rmd' > /tmp/startfile; else echo '/home/rstudio/vignettes/Unit00_GettingStarted.Rmd' > /tmp/startfile; fi ; 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('\$(dirname \$(cat /tmp/startfile))'); rstudioapi::navigateToFile('\$(cat /tmp/startfile)') }, 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>
28+
<command detect_errors="aggressive">export TEMP=/tmp TMP=/tmp TMPDIR=/tmp TEMPDIR=/tmp; if [ -f '/home/rstudio/OMATutorials/vignettes/gbcc2025.Rmd' ]; then echo '/home/rstudio/OMATutorials/vignettes/gbcc2025.Rmd' > /tmp/startfile; else echo '/home/rstudio/vignettes/gbcc2025.Rmd' > /tmp/startfile; fi ; 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('\$(dirname \$(cat /tmp/startfile))'); rstudioapi::navigateToFile('\$(cat /tmp/startfile)') }, 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>
2929
<inputs>
3030
</inputs>
3131
<outputs>
3232
</outputs>
3333
<tests>
3434
</tests>
35-
<help>This is an autogenerated Bioconductor workshop wrapper. See the source of this workshop or report issues at https://github.com/salernos/ipdworkshop.</help>
35+
<help>This is an autogenerated Bioconductor workshop wrapper. See the source of this workshop or report issues at https://github.com/microbiome/OMATutorials.</help>
3636
</tool>

0 commit comments

Comments
 (0)