# HG changeset patch # User galaxyp # Date 1492544557 14400 # Node ID ee494680d45ced69074c528611f7e18ec2714d39 # Parent 57b8a261eac7e0e17c85f8e4d149d57e47776cf2 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 820d990f9217706e693b8a2f1da91e13c09cb0fb diff -r 57b8a261eac7 -r ee494680d45c MassCalculator.xml --- a/MassCalculator.xml Wed Mar 01 10:21:49 2017 -0500 +++ b/MassCalculator.xml Tue Apr 18 15:42:37 2017 -0400 @@ -41,13 +41,23 @@ #end for #end if #if $param_format: - -format $param_format + -format + #if " " in str($param_format): + "$param_format" + #else + $param_format + #end if #end if #if $param_average_mass: -average_mass #end if #if $param_fragment_type: - -fragment_type $param_fragment_type + -fragment_type + #if " " in str($param_fragment_type): + "$param_fragment_type" + #else + $param_fragment_type + #end if #end if #if $param_separator: -separator "$param_separator" diff -r 57b8a261eac7 -r ee494680d45c readme.md --- a/readme.md Wed Mar 01 10:21:49 2017 -0500 +++ b/readme.md Tue Apr 18 15:42:37 2017 -0400 @@ -39,10 +39,10 @@ * clone or install CTD2Galaxy ```bash - git clone https://github.com/blankclemens/CTD2Galaxy.git + git clone https://github.com/WorkflowConversion/CTD2Galaxy.git ``` - * If you have CTDopts and CTD2Galaxy installed you are ready to generate Galaxy Tools from CTD definitions. Change the following command according to your needs, especially the `/PATH/TO` parts. + * If you have CTDopts and CTD2Galaxy installed you are ready to generate Galaxy Tools from CTD definitions. Change the following command according to your needs, especially the `/PATH/TO` parts. The default files are provided in this repository. ```bash python generator.py \ @@ -102,13 +102,6 @@ [...] ]]> ``` - * In `PeakPickerHiRes.xml`, the parameter `report_FWHM_unit` has to be put in quotation marks. Look for the following line - - -algorithm:report_FWHM_unit $param_algorithm_report_FWHM_unit - - and change it to - - -algorithm:report_FWHM_unit "$param_algorithm_report_FWHM_unit" * In `FileConverter.xml` add `auto_format="true"` to the output, e.g.: