-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Jul 22, 2024
1 parent
99390bf
commit e183654
Showing
4 changed files
with
47 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ghcr.io/lambdamoses/sfeworkshop2024:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/galaxy/server/tools/interactive/biocworkshop_sfebioc2024.xml: | ||
useSecret: false | ||
applyToJob: true | ||
applyToSetupJob: true | ||
applyToWeb: true | ||
applyToWorkflow: true | ||
applyToNginx: true | ||
tpl: false | ||
content: | | ||
<tool id="interactivetool_biocworkshop_sfebioc2024" tool_type="interactive" name="Exploratory spatial data analysis from single molecules to multiple samples" version="0.1"> | ||
<description>Using SpatialFeatureExperiment and Voyager with support for transcript spot geometries in rowGeometries, plotting transcript spots, aggregating transcript spots with a spatial grid or any geometry, aggregating cell level data with a spatial grid or any geometry, splitting SFE objects with geometries, and improved support for images and affine transformations</description> | ||
<requirements> | ||
<container type="docker">ghcr.io/lambdamoses/sfeworkshop2024:latest</container> | ||
</requirements> | ||
<entry_points> | ||
<entry_point name="sfebioc2024" 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">export TEMP=/tmp TMP=/tmp TMPDIR=/tmp TEMPDIR=/tmp; if [ -f '/home/rstudio/SFEWorkshop2024/vignettes/workshop.Rmd' ]; then echo '/home/rstudio/SFEWorkshop2024/vignettes/workshop.Rmd' > /tmp/startfile; else echo '/home/rstudio/vignettes/workshop.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> | ||
<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/lambdamoses/SFEWorkshop2024.</help> | ||
</tool> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters