# HG changeset patch # User lecorguille # Date 1554824270 14400 # Node ID 7fab8b835557cc60fb1a1b5351c5e9179d5fb144 # Parent 608b4b95818b3ac152d19af55e0eaf6b02782511 planemo upload commit a5f400649acb64e1c66a92379027ac5abdb4f546 diff -r 608b4b95818b -r 7fab8b835557 README.rst --- a/README.rst Fri Feb 01 11:31:20 2019 -0500 +++ b/README.rst Tue Apr 09 11:37:50 2019 -0400 @@ -2,6 +2,10 @@ Changelog/News -------------- +**Version 2.2.5 - 09/04/2019** + +- UPGRADE: upgrade the CAMERA version from 1.34.0 to 1.38.1 (see CAMERA News_) + **Version 2.2.2 - 01/03/2018** - UPGRADE: upgrate the CAMERA version from 1.26.0 to 1.32.0 diff -r 608b4b95818b -r 7fab8b835557 abims_CAMERA_combinexsAnnos.xml --- a/abims_CAMERA_combinexsAnnos.xml Fri Feb 01 11:31:20 2019 -0500 +++ b/abims_CAMERA_combinexsAnnos.xml Tue Apr 09 11:37:50 2019 -0400 @@ -209,6 +209,12 @@ Changelog/News -------------- +.. _News: https://bioconductor.org/packages/release/bioc/news/CAMERA/NEWS + +**Version 2.2.5 - 09/04/2019** + +- UPGRADE: upgrade the CAMERA version from 1.34.0 to 1.38.1 (see CAMERA News_) + **Version 2.2.2 - 01/03/2018** - UPGRADE: upgrate the CAMERA version from 1.26.0 to 1.32.0 diff -r 608b4b95818b -r 7fab8b835557 lib.r --- a/lib.r Fri Feb 01 11:31:20 2019 -0500 +++ b/lib.r Tue Apr 09 11:37:50 2019 -0400 @@ -36,13 +36,13 @@ #@author G. Le Corguille #The function create a zip archive from the different png generated by diffreport diffreport_png2zip <- function() { - zip("eic.zip",dir(pattern="_eic")) - zip("box.zip",dir(pattern="_box")) + zip("eic.zip", dir(pattern="_eic"), zip=Sys.which("zip")) + zip("box.zip", dir(pattern="_box"), zip=Sys.which("zip")) } #The function create a zip archive from the different tabular generated by diffreport diffreport_tabular2zip <- function() { - zip("tabular.zip",dir(pattern="tabular/*")) + zip("tabular.zip", dir(pattern="tabular/*"), zip=Sys.which("zip")) } #@author G. Le Corguille @@ -152,7 +152,7 @@ diffrep=diffrep[order(diffrep$pvalue), ] } - dir.create("tabular") + dir.create("tabular", showWarnings = FALSE) write.table(diffrep, sep="\t", quote=FALSE, row.names=FALSE, file=paste("tabular/",filebase,"_tsv.tabular",sep="")) if (listArguments[["eicmax"]] != 0) { diff -r 608b4b95818b -r 7fab8b835557 macros.xml --- a/macros.xml Fri Feb 01 11:31:20 2019 -0500 +++ b/macros.xml Tue Apr 09 11:37:50 2019 -0400 @@ -2,12 +2,11 @@ - r-snow - bioconductor-xcms - bioconductor-camera - bioconductor-multtest + r-snow + bioconductor-camera + bioconductor-multtest r-batch - graphicsmagick + graphicsmagick diff -r 608b4b95818b -r 7fab8b835557 planemo_test.sh --- a/planemo_test.sh Fri Feb 01 11:31:20 2019 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -# Example of planemo command to launch test - -# Note: --galaxy_branch "dev" is set to deal with zip file - - -# -- Use of conda dependencies -planemo conda_init --conda_prefix /tmp/mc -planemo conda_install --conda_prefix /tmp/mc . -planemo test --install_galaxy --conda_prefix /tmp/mc --conda_dependency_resolution --galaxy_branch "dev" - -#All 1 test(s) executed passed. -#abims_CAMERA_combinexsAnnos[0]: passed - - -# -- Use of shed_test -planemo shed_test --install_galaxy -t testtoolshed - -#All 1 test(s) executed passed. -#testtoolshed.g2.bx.psu.edu/repos/mmonsoor/camera_combinexsannos/abims_CAMERA_combinexsAnnos/2.0.4[0]: passed