Skip to content

Commit

Permalink
Push generated biocasia2024wsir
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 6, 2024
1 parent edddfc0 commit bef4706
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 7 deletions.
1 change: 1 addition & 0 deletions generated/biocasia2024wsir.container
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ghcr.io/sydneybiox/biocasia_2024_wsir:latest
2 changes: 2 additions & 0 deletions generated/workshop-toolconf-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ configs:
<tool file="interactive/biocworkshop_biocrstudio318.xml" />
<tool file="interactive/biocworkshop_rstudio317.xml" />
<label text="BioCAsia2024" id="biocasia2024" />
<tool file="interactive/biocworkshop_biocasia2024wsir.xml" />
<tool file="interactive/biocworkshop_biocasia2024scdney.xml" />
<tool file="interactive/biocworkshop_biocasia2024flames.xml" />
<tool file="interactive/biocworkshop_biocasia2024spatial.xml" />
Expand Down Expand Up @@ -135,6 +136,7 @@ configs:
<tool id="interactivetool_biocworkshop_biocrstudio318" />
<tool id="interactivetool_biocworkshop_rstudio317" />
<label text="BioCAsia2024" id="biocasia2024" />
<tool id="interactivetool_biocworkshop_biocasia2024wsir" />
<tool id="interactivetool_biocworkshop_biocasia2024scdney" />
<tool id="interactivetool_biocworkshop_biocasia2024flames" />
<tool id="interactivetool_biocworkshop_biocasia2024spatial" />
Expand Down
35 changes: 35 additions & 0 deletions generated/workshop-values-biocasia2024wsir.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/galaxy/server/tools/interactive/biocworkshop_biocasia2024wsir.xml:
useSecret: false
applyToJob: true
applyToSetupJob: true
applyToWeb: true
applyToWorkflow: true
applyToNginx: true
tpl: false
content: |
<tool id="interactivetool_biocworkshop_biocasia2024wsir" tool_type="interactive" name="wSIR:" version="0.1">
<description>Weighted Sliced Inverse Regression for supervised dimension reduction of spatial transcriptomics and single cell gene expression data</description>
<requirements>
<container type="docker">ghcr.io/sydneybiox/biocasia_2024_wsir:latest</container>
</requirements>
<entry_points>
<entry_point name="biocasia2024wsir" 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/SydneyBioX/BioCAsia_2024_wSIR.</help>
</tool>
14 changes: 7 additions & 7 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_biocasia2024scdney.xml:
/galaxy/server/tools/interactive/biocworkshop_biocasia2024wsir.xml:
useSecret: false
applyToJob: true
applyToSetupJob: true
Expand All @@ -8,13 +8,13 @@ extraFileMappings:
applyToNginx: true
tpl: false
content: |
<tool id="interactivetool_biocworkshop_biocasia2024scdney" tool_type="interactive" name="Unlocking single cell spatial omics analyses" version="0.1">
<description> with spicyWorkflow</description>
<tool id="interactivetool_biocworkshop_biocasia2024wsir" tool_type="interactive" name="wSIR:" version="0.1">
<description>Weighted Sliced Inverse Regression for supervised dimension reduction of spatial transcriptomics and single cell gene expression data</description>
<requirements>
<container type="docker">ghcr.io/sydneybiox/scdneyspatial_biocasia2024:latest</container>
<container type="docker">ghcr.io/sydneybiox/biocasia_2024_wsir:latest</container>
</requirements>
<entry_points>
<entry_point name="biocasia2024scdney" requires_domain="True">
<entry_point name="biocasia2024wsir" requires_domain="True">
<port>8787</port>
</entry_point>
</entry_points>
Expand All @@ -25,12 +25,12 @@ extraFileMappings:
<environment_variable name="GALAXY_URL">$__galaxy_url__</environment_variable>
<environment_variable name="API_KEY" inject="api_key" />
</environment_variables>
<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>
<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/SydneyBioX/scdneySpatial_BiocAsia2024.</help>
<help>This is an autogenerated Bioconductor workshop wrapper. See the source of this workshop or report issues at https://github.com/SydneyBioX/BioCAsia_2024_wSIR.</help>
</tool>

0 comments on commit bef4706

Please sign in to comment.