# HG changeset patch # User galaxyp # Date 1502132338 14400 # Node ID 506e10e1737a3d58e131767cbd99c046443471e5 # Parent d5462240cb84d6890157ff80df1dfc77c09c787d planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4 diff -r d5462240cb84 -r 506e10e1737a TICCalculator.xml --- a/TICCalculator.xml Thu Apr 27 13:13:16 2017 -0400 +++ b/TICCalculator.xml Mon Aug 07 14:58:58 2017 -0400 @@ -1,7 +1,7 @@ - + Calculates the TIC from a mass spectrometric raw file (useful for benchmarking). TICCalculator @@ -39,7 +39,7 @@ > $param_stdout - + @@ -62,5 +62,5 @@ Calculates the TIC from a mass spectrometric raw file (useful for benchmarking). -For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/doxygen/parameters/output/UTILS_TICCalculator.html +For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_TICCalculator.html diff -r d5462240cb84 -r 506e10e1737a datatypes_conf.xml --- a/datatypes_conf.xml Thu Apr 27 13:13:16 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r d5462240cb84 -r 506e10e1737a filetypes.txt --- a/filetypes.txt Thu Apr 27 13:13:16 2017 -0400 +++ b/filetypes.txt Mon Aug 07 14:58:58 2017 -0400 @@ -14,7 +14,7 @@ consensusXML consensusxml galaxy.datatypes.proteomics:ConsensusXML application/xml edta tabular galaxy.datatypes.tabular:Tabular featureXML featurexml galaxy.datatypes.proteomics:FeatureXML application/xml -idXML idxml galaxy.datatypes.proteomics:IdXM application/xml +idXML idxml galaxy.datatypes.proteomics:IdXML application/xml mzML mzml galaxy.datatypes.proteomics:MzML application/xml mzXML mzxml galaxy.datatypes.proteomics:MzXML application/xml pepXML pepxml galaxy.datatypes.proteomics:PepXml application/xml @@ -26,4 +26,4 @@ msp msp galaxy.datatypes.proteomics:Msp mzid mzid galaxy.datatypes.proteomics:MzIdentML application/xml png png galaxy.datatypes.images:Png image/png -mgf mgf galaxy.datatypes.proteomics:Mgf \ No newline at end of file +mgf mgf galaxy.datatypes.proteomics:Mgf diff -r d5462240cb84 -r 506e10e1737a macros.xml --- a/macros.xml Thu Apr 27 13:13:16 2017 -0400 +++ b/macros.xml Mon Aug 07 14:58:58 2017 -0400 @@ -2,7 +2,7 @@ - openms + openms xtandem fido msgf_plus diff -r d5462240cb84 -r 506e10e1737a readme.md --- a/readme.md Thu Apr 27 13:13:16 2017 -0400 +++ b/readme.md Mon Aug 07 14:58:58 2017 -0400 @@ -14,15 +14,29 @@ Generating OpenMS wrappers ========================== - * install OpenMS (you can do this automatically through the Tool Shed) + * install OpenMS (you can do this automatically through Conda) * create a folder called CTD - * inside of your new installed openms/bin folder, execute the following command: + * if you installed openms as a binary in a specific directory, execute the following command in the `openms/bin` directory: ```bash for binary in `ls`; do ./$binary -write_ctd /PATH/TO/YOUR/CTD; done; ``` - * `MetaProSIP.ctd` includes a not supported character: To use it, search for `²` and replace it (e.g. with `^2`). + * if there is no binary release (e.g. as with version 2.2), download and unpack the Conda package, find the `bin` folder and create a list of the tools as follow: + + ```bash + ls >> tools.txt + ``` + + * search for the `bin` folder of your conda environment containing OpenMS and do: + + ```bash + while read p; do + ./PATH/TO/BIN/$p -write_ctd /PATH/TO/YOUR/CTD; + done -
- - -
- - @@ -22,13 +16,17 @@ + + +
+ @@ -44,7 +42,6 @@ - @@ -62,12 +59,14 @@ + + @@ -78,6 +77,7 @@ +
@@ -154,9 +154,7 @@ - -