Mercurial > repos > galaxy-australia > plot_ragtag_paf
changeset 2:c1bed78b9ed5 draft
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit b97d17e5b3311ed5342966625cf7f1dad49d747d
author | galaxy-australia |
---|---|
date | Tue, 15 Oct 2024 04:25:30 +0000 |
parents | 94e0834ae4ed |
children | 501dcf66c0ce |
files | plot_ragtag_paf.xml |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/plot_ragtag_paf.xml Mon Oct 14 02:33:22 2024 +0000 +++ b/plot_ragtag_paf.xml Tue Oct 15 04:25:30 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="plot_ragtag_paf" name="Plot RagTag output" version="0.0.2" profile="24.1" license="MIT"> +<tool id="plot_ragtag_paf" name="Plot RagTag output" version="0.0.3" profile="24.1" license="MIT"> <description>to compare query contigs to the reference</description> <requirements> <container type="docker">ghcr.io/tomharrop/r-containers:r2u_24.04_cv1</container> @@ -15,9 +15,10 @@ ## Suppress R warnings about container if [ -f /etc/R/Rprofile.site ]; then - sed -i + sed -e '/options(bspm.version.check=FALSE)/i options(bspm.sudo = TRUE)' - /etc/R/Rprofile.site ; + /etc/R/Rprofile.site + > .Rprofile ; fi ; ## Print the plot config to stderr @@ -27,7 +28,7 @@ ## Draw the plot printf '\n%s\n' "Running plot_ragtag_paf.R" >&2 && - Rscript + Rscript --no-site-file '${__tool_directory__}/plot_ragtag_paf.R' config.yaml ]]></command>