# HG changeset patch # User lecorguille # Date 1469718698 14400 # Node ID 9fa5856f61845341393c4bff416d2cdb026370e2 # Parent 9f1e18bc8ce3fa72c0dfb1cb7c64d4c079d8151f planemo upload commit 98cb24e57c0ce8ac3294e8c7e87aee337ac29f62 diff -r 9f1e18bc8ce3 -r 9fa5856f6184 ipo.r --- a/ipo.r Thu Jul 28 11:03:04 2016 -0400 +++ b/ipo.r Thu Jul 28 11:11:38 2016 -0400 @@ -11,7 +11,7 @@ # ----- PACKAGE ----- cat("\tPACKAGE INFO\n") #pkgs=c("xcms","batch") -pkgs=c("parallel","BiocGenerics", "Biobase", "Rcpp", "mzR", "xcms","rsm","igraph","CAMERA","IPO","batch") +pkgs=c("parallel","BiocGenerics", "Biobase", "Rcpp", "mzR", "xcms","rsm","igraph","CAMERA","IPO","snow","batch") for(pkg in pkgs) { suppressWarnings( suppressPackageStartupMessages( stopifnot( library(pkg, quietly=TRUE, logical.return=TRUE, character.only=TRUE)))) cat(pkg,"\t",as.character(packageVersion(pkg)),"\n",sep="") diff -r 9f1e18bc8ce3 -r 9fa5856f6184 ipo4xcmsSet.xml --- a/ipo4xcmsSet.xml Thu Jul 28 11:03:04 2016 -0400 +++ b/ipo4xcmsSet.xml Thu Jul 28 11:11:38 2016 -0400 @@ -1,4 +1,4 @@ - + Filtration and Peak Identification using xcmsSet function from xcms R package to preprocess LC/MS data for relative quantification and statistical analysis @@ -25,12 +25,27 @@ ## profmethod $profmethod nSlaves \${GALAXY_SLOTS:-1} method $methods.method #if $methods.method == "centWave": - ppm $methods.ppm + ppm "c($methods.ppm)" min_peakwidth "c($methods.min_peakwidth)" max_peakwidth "c($methods.max_peakwidth)" + #if $methods.options_c.option == "show": + mzdiff "c($methods.options_c.mzdiff)" + snthresh "c($methods.options_c.snthresh)" + integrate "c($methods.options_c.integrate)" + noise "c($methods.options_c.noise)" + prefilter "c($methods.options_c.prefilter)" + prefilter_value "c($methods.options_c.prefilter_value)" + #end if #elif $methods.method == "matchedFilter": - step $methods.step - fwhm $methods.fwhm + step "c($methods.step)" + fwhm "c($methods.fwhm)" + #if $methods.options_m.option == "show": + sigma "c($methods.options_m.sigma)" + max "c($methods.options_m.max)" + snthresh "c($methods.options_m.snthresh)" + mzdiff "c($methods.options_m.mzdiff)" + steps "c($methods.options_m.steps)" + #end if #end if @COMMAND_LOG_EXIT@ 2> /tmp/log.err @@ -61,15 +76,47 @@ - - - + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + @@ -85,15 +132,14 @@ + - + + + - R - r-ipo - r-batch + r-snow + r-ipo + r-batch diff -r 9f1e18bc8ce3 -r 9fa5856f6184 planemo_test.sh --- a/planemo_test.sh Thu Jul 28 11:03:04 2016 -0400 +++ b/planemo_test.sh Thu Jul 28 11:11:38 2016 -0400 @@ -6,4 +6,4 @@ # -- 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 --update_test_data +planemo test --install_galaxy --conda_prefix /tmp/mc --conda_dependency_resolution diff -r 9f1e18bc8ce3 -r 9fa5856f6184 test-data/MM14_IPO_parameters4xcmsSet.tsv --- a/test-data/MM14_IPO_parameters4xcmsSet.tsv Thu Jul 28 11:03:04 2016 -0400 +++ b/test-data/MM14_IPO_parameters4xcmsSet.tsv Thu Jul 28 11:11:38 2016 -0400 @@ -1,2 +1,2 @@ -"min_peakwidth" "max_peakwidth" "mzdiff" "ppm" "snthresh" "noise" "prefilter" "value_of_prefilter" "mzCenterFun" "integrate" "fitgauss" "verbose.columns" "nSlaves" -5.275 13.5 0.01 56 10 0 3 100 "wMean" 1 FALSE FALSE 1 +"min_peakwidth" "max_peakwidth" "mzdiff" "ppm" "snthresh" "noise" "prefilter" "value_of_prefilter" "mzCenterFun" "integrate" "fitgauss" +5.275 13.5 0.01 56 10 0 3 100 "wMean" 1 FALSE diff -r 9f1e18bc8ce3 -r 9fa5856f6184 test-data/sacuri_2files_centWave_IPO_parameters4xcmsSet.tsv --- a/test-data/sacuri_2files_centWave_IPO_parameters4xcmsSet.tsv Thu Jul 28 11:03:04 2016 -0400 +++ b/test-data/sacuri_2files_centWave_IPO_parameters4xcmsSet.tsv Thu Jul 28 11:11:38 2016 -0400 @@ -1,2 +1,2 @@ -"min_peakwidth" "max_peakwidth" "mzdiff" "ppm" "snthresh" "noise" "prefilter" "value_of_prefilter" "mzCenterFun" "integrate" "fitgauss" "verbose.columns" "nSlaves" -7.5 42.5 0.01715 25 10 0 3 100 "wMean" 1 FALSE FALSE 1 +"min_peakwidth" "max_peakwidth" "mzdiff" "ppm" "snthresh" "noise" "prefilter" "value_of_prefilter" "mzCenterFun" "integrate" "fitgauss" +7.5 42.5 0.01715 25 10 0 3 100 "wMean" 1 FALSE diff -r 9f1e18bc8ce3 -r 9fa5856f6184 test-data/sacuri_2files_matchedFilter_IPO_parameters4xcmsSet.tsv --- a/test-data/sacuri_2files_matchedFilter_IPO_parameters4xcmsSet.tsv Thu Jul 28 11:03:04 2016 -0400 +++ b/test-data/sacuri_2files_matchedFilter_IPO_parameters4xcmsSet.tsv Thu Jul 28 11:11:38 2016 -0400 @@ -1,2 +1,2 @@ -"fwhm" "snthresh" "step" "steps" "sigma" "max" "mzdiff" "index" "nSlaves" -25 3 0.15 2.5 10.6166128758281 5 0.425 FALSE 1 +"step" "fwhm" "snthresh" "steps" "sigma" "max" "mzdiff" "index" +0.15 25 3 2.5 10.6166128758281 5 0.425 FALSE