# HG changeset patch # User lecorguille # Date 1491550295 14400 # Node ID 1dd90aa7815dc4ba51b72d8665464911290fe87d # Parent a1b528cba999406afa2238be225fe273be347c81 planemo upload commit f9da57d32476742b887a77435eb77c70494ccf96 diff -r a1b528cba999 -r 1dd90aa7815d ProbMetab.xml --- a/ProbMetab.xml Thu Apr 06 05:26:35 2017 -0400 +++ b/ProbMetab.xml Fri Apr 07 03:31:35 2017 -0400 @@ -41,18 +41,25 @@ #end if - #if $option_toexclude.option == "show": - toexclude $option_toexclude.toexclude + ## Extraction of CAMERA annotation [get.annot] + allowMiss $getannot.allowMiss + #if $getannot.option_toexclude.option == "show": + toexclude $getannot.option_toexclude.toexclude #end if - allowMiss $allowMiss - html $html - kegg_db $kegg_db - ppm_tol $ppm_tol - opt $opt - corths $corths - corprob $corprob - pcorprob $pcorprob - prob $prob + + ## Database matching [create.reactionM] + kegg_db $db.kegg_db + ppm_tol $db.ppm_tol + + ## Probability calculations matrix export [export.class.table] + prob $export.prob + html $export.html + + ## Calculate the correlations and partial correlations and cross reference then with reactions [reac2cor] + opt $reac2cor.opt + corprob $reac2cor.corprob + pcorprob $reac2cor.pcorprob + corths $reac2cor.corths @COMMAND_LOG_EXIT@ @@ -80,6 +87,7 @@ --> + @@ -111,77 +119,88 @@ --> + + - - - - - +
+ + + + + + + + + + + +
+ +
+ + - - - - - - - + + + + + + + + --> +
- - - - +
+ + + + - - - - + +
- +
+ + + + - - + + + + +
- - - - - - - - (html) + (export['html']) - (html) + (export['html']) - (drop_new-file_path['mode'] == 'one') + (acquisition_options['mode'] == 'one') @@ -202,7 +221,7 @@
- + @@ -216,7 +235,7 @@ - + @@ -407,7 +426,9 @@ Changelog/News -------------- -**Version 1.1.0 - 15/02/2017** +**Version 1.1.0 - 06/04/2017** + +- IMPROVEMENT: add some sections within to separate the different parts of the process - IMPROVEMENT: Probmetab is now compatible with merged individual data from xcms.xcmsSet diff -r a1b528cba999 -r 1dd90aa7815d macros.xml --- a/macros.xml Thu Apr 06 05:26:35 2017 -0400 +++ b/macros.xml Fri Apr 07 03:31:35 2017 -0400 @@ -27,32 +27,30 @@ #if $file_load_section_selected.file_load_conditional.file_load_select == "yes": - #if $file_load_section_selected.file_load_conditional.inputs.input == "zip_file": - zipfile$polarity '$file_load_section_selected.file_load_conditional.inputs.zip_file' + #if $file_load_section_selected.file_load_conditional.input[0].is_of_type("mzxml") or $file_load_section_selected.file_load_conditional.input[0].is_of_type("mzml") or $file_load_section_selected.file_load_conditional.input[0].is_of_type("mzdata") or $file_load_section_selected.file_load_conditional.input[0].is_of_type("netcdf"): + #set singlefile_galaxyPath = ','.join( [ str( $single_file ) for $single_file in $file_load_section_selected.file_load_conditional.input ] ) + #set singlefile_sampleName = ','.join( [ str( $single_file.name ) for $single_file in $file_load_section_selected.file_load_conditional.input ] ) + singlefile_galaxyPath$polarity '$singlefile_galaxyPath' singlefile_sampleName$polarity '$singlefile_sampleName' #else - #set singlefile_galaxyPath = ','.join( [ str( $single_file ) for $single_file in $file_load_section_selected.file_load_conditional.inputs.single_file ] ) - #set singlefile_sampleName = ','.join( [ str( $single_file.name ) for $single_file in $file_load_section_selected.file_load_conditional.inputs.single_file ] ) - - singlefile_galaxyPath$polarity '$singlefile_galaxyPath' - singlefile_sampleName$polarity '$singlefile_sampleName' + zipfile$polarity '$file_load_section_selected.file_load_conditional.input' #end if #end if - #set file_load_section_selected = $file_load_section + #set file_load_section_selected = $acquisition_options.file_load_section #set polarity="" @COMMAND_FILE_LOAD_NEUTRAL@ - #set file_load_section_selected = $file_load_sectionPositive + #set file_load_section_selected = $acquisition_options.file_load_sectionPositive #set polarity="Positive" @COMMAND_FILE_LOAD_NEUTRAL@ - #set file_load_section_selected = $file_load_sectionNegative + #set file_load_section_selected = $acquisition_options.file_load_sectionNegative #set polarity="Negative" @COMMAND_FILE_LOAD_NEUTRAL@ @@ -67,31 +65,40 @@ - - - - - - - - - - - - + + +
+ + + + +
+
+ + +
+
+ + +
+
+ + + + +
+
+
- - - - +
@@ -100,10 +107,7 @@
- - - - +
@@ -118,7 +122,7 @@ .. class:: infomark -**Galaxy integration** Misharl Monsoor misharl.monsoor@sb-roscoff.fr ABIMS TEAM, Station biologique de Roscoff. +**Galaxy integration** Misharl Monsoor misharl.monsoor@sb-roscoff.fr (and Gildas Le Corguillé) from ABIMS TEAM, Station biologique de Roscoff. | Contact support@workflow4metabolomics.org for any questions or concerns about the Galaxy implementation of this tool. diff -r a1b528cba999 -r 1dd90aa7815d probmetab.r --- a/probmetab.r Thu Apr 06 05:26:35 2017 -0400 +++ b/probmetab.r Fri Apr 07 03:31:35 2017 -0400 @@ -21,6 +21,9 @@ base_dir <- dirname(substring(argv[grep("--file=", argv)], 8)) source(paste(base_dir, fname, sep="/")) } + +options(bitmapType='cairo') + cat("\n\n")