# HG changeset patch # User galaxy-australia # Date 1728966330 0 # Node ID c1bed78b9ed5d1f24f0da24fa27fd33c03e300c9 # Parent 94e0834ae4ed368dc49a74a50e38706bf3dd37c9 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit b97d17e5b3311ed5342966625cf7f1dad49d747d diff -r 94e0834ae4ed -r c1bed78b9ed5 plot_ragtag_paf.xml --- 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 @@ - + to compare query contigs to the reference ghcr.io/tomharrop/r-containers:r2u_24.04_cv1 @@ -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 ]]>