Skip to content

Commit 6f91878

Browse files
author
github-actions
committed
Push generated biocrstudio323
1 parent 9c9211a commit 6f91878

4 files changed

Lines changed: 44 additions & 8 deletions

File tree

generated/biocrstudio323.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_23

generated/workshop-toolconf-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +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_biocrstudio322.xml" />
9+
<tool file="interactive/biocworkshop_biocrstudio323.xml" />
1010
<tool file="interactive/biocworkshop_biocrstudio321.xml" />
1111
<tool file="interactive/biocworkshop_biocrstudio320.xml" />
1212
<tool file="interactive/biocworkshop_biocrstudio319.xml" />
@@ -150,7 +150,7 @@ configs:
150150
<tool file="interactivetool_biocshiny_biocworkshopsubmit" />
151151
<tool file="interactivetool_biocshiny_bioccertificates" />
152152
<label text="Bioconductor RStudio" id="bioconductorrstudio" version="" />
153-
<tool id="interactivetool_biocworkshop_biocrstudio322" />
153+
<tool id="interactivetool_biocworkshop_biocrstudio323" />
154154
<tool id="interactivetool_biocworkshop_biocrstudio321" />
155155
<tool id="interactivetool_biocworkshop_biocrstudio320" />
156156
<tool id="interactivetool_biocworkshop_biocrstudio319" />
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/galaxy/server/tools/interactive/biocworkshop_biocrstudio323.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_biocrstudio323" tool_type="interactive" name="RStudio Bioc 3.23" version="0.1">
11+
<description>Bioconductor 3.23 with R 4.6</description>
12+
<requirements>
13+
<container type="docker">ghcr.io/bioconductor/bioconductor:RELEASE_3_23</container>
14+
</requirements>
15+
<entry_points>
16+
<entry_point name="biocrstudio323" 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/119.</help>
35+
</tool>

generated/workshop-values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extraFileMappings:
2-
/galaxy/server/tools/interactive/biocworkshop_biocrstudio322.xml:
2+
/galaxy/server/tools/interactive/biocworkshop_biocrstudio323.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_biocrstudio322" tool_type="interactive" name="RStudio Bioc 3.22" version="0.1">
12-
<description>Bioconductor 3.22 with R 4.6</description>
11+
<tool id="interactivetool_biocworkshop_biocrstudio323" tool_type="interactive" name="RStudio Bioc 3.23" version="0.1">
12+
<description>Bioconductor 3.23 with R 4.6</description>
1313
<requirements>
14-
<container type="docker">ghcr.io/bioconductor/bioconductor:RELEASE_3_22</container>
14+
<container type="docker">ghcr.io/bioconductor/bioconductor:RELEASE_3_23</container>
1515
</requirements>
1616
<entry_points>
17-
<entry_point name="biocrstudio322" requires_domain="True">
17+
<entry_point name="biocrstudio323" requires_domain="True">
1818
<port>8787</port>
1919
</entry_point>
2020
</entry_points>
@@ -32,5 +32,5 @@ extraFileMappings:
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/Bioconductor/workshop-contributions/issues/118.</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/119.</help>
3636
</tool>

0 commit comments

Comments
 (0)