Skip to content

Commit aff8766

Browse files
author
github-actions
committed
Push generated biocrstudio321
1 parent d73afb2 commit aff8766

File tree

4 files changed

+45
-7
lines changed

4 files changed

+45
-7
lines changed

generated/biocrstudio321.container

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ghcr.io/bioconductor/bioconductor:RELEASE_3_21

generated/workshop-toolconf-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ configs:
66
<tool file="interactive/biocshiny_biocworkshopsubmit.xml" />
77
<tool file="interactive/biocshiny_bioccertificates.xml" />
88
<label text="Bioconductor RStudio" id="bioconductorrstudio" />
9+
<tool file="interactive/biocworkshop_biocrstudio321.xml" />
910
<tool file="interactive/biocworkshop_biocrstudio320.xml" />
1011
<tool file="interactive/biocworkshop_biocrstudio319.xml" />
1112
<tool file="interactive/biocworkshop_biocrstudio318.xml" />
@@ -132,6 +133,7 @@ configs:
132133
<tool file="interactivetool_biocshiny_biocworkshopsubmit" />
133134
<tool file="interactivetool_biocshiny_bioccertificates" />
134135
<label text="Bioconductor RStudio" id="bioconductorrstudio" version="" />
136+
<tool id="interactivetool_biocworkshop_biocrstudio321" />
135137
<tool id="interactivetool_biocworkshop_biocrstudio320" />
136138
<tool id="interactivetool_biocworkshop_biocrstudio319" />
137139
<tool id="interactivetool_biocworkshop_biocrstudio318" />
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/galaxy/server/tools/interactive/biocworkshop_biocrstudio321.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_biocrstudio321" tool_type="interactive" name="RStudio Bioc 3.21" version="0.1">
11+
<description>Bioconductor 3.21 with R 4.5.1</description>
12+
<requirements>
13+
<container type="docker">ghcr.io/bioconductor/bioconductor:RELEASE_3_21</container>
14+
</requirements>
15+
<entry_points>
16+
<entry_point name="biocrstudio321" 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">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>
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/Bioconductor/workshop-contributions/issues/107.</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_biocasia2024scdney.xml:
2+
/galaxy/server/tools/interactive/biocworkshop_biocrstudio321.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_biocasia2024scdney" tool_type="interactive" name="Unlocking single cell spatial omics analyses" version="0.1">
12-
<description> with spicyWorkflow</description>
11+
<tool id="interactivetool_biocworkshop_biocrstudio321" tool_type="interactive" name="RStudio Bioc 3.21" version="0.1">
12+
<description>Bioconductor 3.21 with R 4.5.1</description>
1313
<requirements>
14-
<container type="docker">ghcr.io/almahmoud/scdneyspatial_biocasia2024:latest</container>
14+
<container type="docker">ghcr.io/bioconductor/bioconductor:RELEASE_3_21</container>
1515
</requirements>
1616
<entry_points>
17-
<entry_point name="biocasia2024scdney" requires_domain="True">
17+
<entry_point name="biocrstudio321" 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/scdneySpatial_BiocAsia2024/vignettes/scdneySpatial.Rmd' ]; then echo '/home/rstudio/scdneySpatial_BiocAsia2024/vignettes/scdneySpatial.Rmd' > /tmp/startfile; else echo '/home/rstudio/vignettes/scdneySpatial.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">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>
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/SydneyBioX/scdneySpatial_BiocAsia2024.</help>
35+
<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/107.</help>
3636
</tool>

0 commit comments

Comments
 (0)