# HG changeset patch # User galaxyp # Date 1505917545 14400 # Node ID 5d6be6f18af8416985a35def8cce09f636dd1fc5 # Parent 53feb6fc7bd07b67e8a657be96dcde54e5e410e0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 26556c08813e892b4d1eed0e98012601870cae5f diff -r 53feb6fc7bd0 -r 5d6be6f18af8 readme.md --- a/readme.md Tue Sep 05 18:20:28 2017 -0400 +++ b/readme.md Wed Sep 20 10:25:45 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