# HG changeset patch # User galaxyp # Date 1508354150 14400 # Node ID 55344a50655c6e4b23feb97bd7703ff5ecdd7433 # Parent 1dc8550349ddff6bccc913ce2412490fd246a028 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 1e51bed3a1c10c67ef0404216608e9333db04c64 diff -r 1dc8550349dd -r 55344a50655c FileMerger.xml --- a/FileMerger.xml Wed Aug 09 09:07:38 2017 -0400 +++ b/FileMerger.xml Wed Oct 18 15:15:50 2017 -0400 @@ -26,16 +26,6 @@ -rt_concat:gap $param_rt_concat_gap #end if -#if $rep_param_rt_concat_trafo_out: --rt_concat:trafo_out - #for token in $rep_param_rt_concat_trafo_out: - #if " " in str(token): - "$token.param_rt_concat_trafo_out" - #else - $token.param_rt_concat_trafo_out - #end if - #end for -#end if #if $param_raw_rt_auto: -raw:rt_auto #end if @@ -74,8 +64,8 @@ - - + + @@ -91,8 +81,7 @@ - - + Merges several MS files into one file. diff -r 1dc8550349dd -r 55344a50655c macros.xml --- a/macros.xml Wed Aug 09 09:07:38 2017 -0400 +++ b/macros.xml Wed Oct 18 15:15:50 2017 -0400 @@ -6,6 +6,7 @@ xtandem fido msgf_plus + diff -r 1dc8550349dd -r 55344a50655c readme.md --- a/readme.md Wed Aug 09 09:07:38 2017 -0400 +++ b/readme.md Wed Oct 18 15:15:50 2017 -0400 @@ -69,6 +69,7 @@ omssa_executable pepnovo_executable \ xtandem_executable param_model_directory \ java_executable java_memory java_permgen \ + r_executable rt_concat_trafo_out \ -f /PATH/TO/filetypes.txt -m /PATH/TO/macros.xml \ -s PATH/TO/SKIP_TOOLS_FILES.txt ``` @@ -77,8 +78,8 @@ * As last step you need to change manually the binary names of all external binaries you want to use in OpenMS. For example: ``` - sed -i '13 a\-fido_executable fido' wrappers/FidoAdapter.xml - sed -i '13 a\-fidocp_executable fido_choose_parameters' wrappers/FidoAdapter.xml + sed -i '13 a\-fido_executable Fido' wrappers/FidoAdapter.xml + sed -i '13 a\-fidocp_executable FidoChooseParameters' wrappers/FidoAdapter.xml sed -i '13 a\-myrimatch_executable myrimatch' wrappers/MyriMatchAdapter.xml sed -i '13 a\-omssa_executable omssa' wrappers/OMSSAAdapter.xml sed -i '13 a\-xtandem_executable xtandem' wrappers/XTandemAdapter.xml @@ -117,6 +118,14 @@ ]]> ``` + * In `MetaProSIP.xml` add `R` as a requirement: + + ``` + + r-base + + ``` + * In `IDFileConverter.xml` the following is needed in the command section at the beginning (check your file to know what to copy where): ``` diff -r 1dc8550349dd -r 55344a50655c repository_dependencies.xml --- a/repository_dependencies.xml Wed Aug 09 09:07:38 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ - - - -