# HG changeset patch # User galaxyp # Date 1505915961 14400 # Node ID a9d580a4a5e9d730ab1d54c9131d667e4ee300aa # Parent 32e91f1763323c65f94a8d0ddd2be249c6fcfb9e planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 26556c08813e892b4d1eed0e98012601870cae5f diff -r 32e91f176332 -r a9d580a4a5e9 readme.md --- a/readme.md Tue Sep 05 17:51:41 2017 -0400 +++ b/readme.md Wed Sep 20 09:59:21 2017 -0400 @@ -78,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