Skip to content

Commit a3a0588

Browse files
author
github-actions
committed
Push generated biocasia2024diffmeth
1 parent c6177cb commit a3a0588

File tree

4 files changed

+47
-7
lines changed

4 files changed

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

generated/workshop-toolconf-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ configs:
102102
<section name="CDNMWS" id="cdnmws" >
103103
<tool file="interactive/biocworkshop_cdnmws1.xml" />
104104
</section>
105+
<label text="BioCAsia2024" id="biocasia2024" />
106+
<tool file="interactive/biocworkshop_biocasia2024diffmeth.xml" />
105107
</toolbox>
106108
integrated_tool_panel.xml: |
107109
<?xml version='1.0'?>
@@ -219,4 +221,6 @@ configs:
219221
<section name="CDNMWS" id="cdnmws" >
220222
<tool id="interactivetool_biocworkshop_cdnmws1" />
221223
</section>
224+
<label text="BioCAsia2024" id="biocasia2024" />
225+
<tool id="interactivetool_biocworkshop_biocasia2024diffmeth" />
222226
</toolbox>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/galaxy/server/tools/interactive/biocworkshop_biocasia2024diffmeth.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_biocasia2024diffmeth" tool_type="interactive" name="Package Demo: NanoMethViz" version="0.1">
11+
<description>Long-read methylation data analysis with NanoMethViz and Bioconductor</description>
12+
<requirements>
13+
<container type="docker">ghcr.io/shians/differential_methylation_workshop:latest</container>
14+
</requirements>
15+
<entry_points>
16+
<entry_point name="biocasia2024diffmeth" 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/differential_methylation_workshop/vignettes/workflow.rmd' ]; then echo '/home/rstudio/differential_methylation_workshop/vignettes/workflow.rmd' > /tmp/startfile; else echo '/home/rstudio/vignettes/workflow.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/Shians/differential_methylation_workshop.</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_eurobioc2024miademo.xml:
2+
/galaxy/server/tools/interactive/biocworkshop_biocasia2024diffmeth.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_eurobioc2024miademo" tool_type="interactive" name="Package Demo: mia" version="0.1">
12-
<description>miaverse – microbiome analysis framework within the SummarizedExperiment ecosystem</description>
11+
<tool id="interactivetool_biocworkshop_biocasia2024diffmeth" tool_type="interactive" name="Package Demo: NanoMethViz" version="0.1">
12+
<description>Long-read methylation data analysis with NanoMethViz and Bioconductor</description>
1313
<requirements>
14-
<container type="docker">ghcr.io/microbiome/miademoeurobioc2024:latest</container>
14+
<container type="docker">ghcr.io/shians/differential_methylation_workshop:latest</container>
1515
</requirements>
1616
<entry_points>
17-
<entry_point name="eurobioc2024miademo" requires_domain="True">
17+
<entry_point name="biocasia2024diffmeth" 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/miaDemoEuroBioC2024/vignettes/mia_demo.Rmd' ]; then echo '/home/rstudio/miaDemoEuroBioC2024/vignettes/mia_demo.Rmd' > /tmp/startfile; else echo '/home/rstudio/vignettes/mia_demo.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/differential_methylation_workshop/vignettes/workflow.rmd' ]; then echo '/home/rstudio/differential_methylation_workshop/vignettes/workflow.rmd' > /tmp/startfile; else echo '/home/rstudio/vignettes/workflow.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/microbiome/miaDemoEuroBioC2024.</help>
35+
<help>This is an autogenerated Bioconductor workshop wrapper. See the source of this workshop or report issues at https://github.com/Shians/differential_methylation_workshop.</help>
3636
</tool>

0 commit comments

Comments
 (0)