# HG changeset patch # User recetox # Date 1697117431 0 # Node ID 3e2cb0bc6959ca0e93af5bd7d989c0e723be830a # Parent 90745ecc5e9f0d0d6c6eb2ffdbf361af10fe64ab planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/msmetaenhancer commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a diff -r 90745ecc5e9f -r 3e2cb0bc6959 macros.xml --- a/macros.xml Thu Jun 22 14:10:43 2023 +0000 +++ b/macros.xml Thu Oct 12 13:30:31 2023 +0000 @@ -28,6 +28,13 @@ The execution speed and results themselves can be affected by specifying the conversions, or their order. For detailed documentation of the tool please visit https://msmetaenhancer.readthedocs.io/. + + ## Developer instructions + + When updating this tool, it is necessary to make sure that `job_options` in `macros.xml` config file are up-to-date. + This can be done by running `galaxy/generate_options.py` script in [MSMetaEnhancer](https://github.com/RECETOX/MSMetaEnhancer) tool and + copying generated options to the macro. + ]]> diff -r 90745ecc5e9f -r 3e2cb0bc6959 msmetaenhancer.xml --- a/msmetaenhancer.xml Thu Jun 22 14:10:43 2023 +0000 +++ b/msmetaenhancer.xml Thu Oct 12 13:30:31 2023 +0000 @@ -1,4 +1,4 @@ - + annotate MS data @@ -13,22 +13,22 @@ msmetaenhancer + + \$_GALAXY_JOB_TMP_DIR \$_GALAXY_JOB_TMP_DIR - - python3 ${__tool_directory__}/msmetaenhancer_wrapper.py \ --input_file "$input_file" \ --file_format "$input_file.ext" \ --output_file "$output_file" \ - #if $options.logging.output_log: + #if $options.logging.output_log == "TRUE": --log_file "$log_file" \ --log_level "$options.logging.log_level" \ #end if @@ -62,8 +62,10 @@
- + + + + @@ -72,6 +74,7 @@ +
@@ -92,7 +95,7 @@ - + @@ -105,4 +108,8 @@ ]]> + + https://doi.org/10.21105/joss.04494 + +