# HG changeset patch # User galaxyp # Date 1502285007 14400 # Node ID be688ba2bc099303e1bf5834546fce3859239c5e # Parent a92f7bc73817372ccb3b22c6bac098f13aa25c2f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 9a14ed1f2d3c9abdfb080251b3419dd9e0c52a14 diff -r a92f7bc73817 -r be688ba2bc09 SvmTheoreticalSpectrumGeneratorTrainer.xml --- a/SvmTheoreticalSpectrumGeneratorTrainer.xml Wed Mar 01 12:36:05 2017 -0500 +++ b/SvmTheoreticalSpectrumGeneratorTrainer.xml Wed Aug 09 09:23:27 2017 -0400 @@ -1,7 +1,7 @@ - + Trainer for SVM models as input for SvmTheoreticalSpectrumGenerator SvmTheoreticalSpectrumGeneratorTrainer @@ -40,10 +40,20 @@ -algorithm:peak_tolerance $param_algorithm_peak_tolerance #end if #if $param_algorithm_add_b_ions: - -algorithm:add_b_ions $param_algorithm_add_b_ions + -algorithm:add_b_ions + #if " " in str($param_algorithm_add_b_ions): + "$param_algorithm_add_b_ions" + #else + $param_algorithm_add_b_ions + #end if #end if #if $param_algorithm_add_y_ions: - -algorithm:add_y_ions $param_algorithm_add_y_ions + -algorithm:add_y_ions + #if " " in str($param_algorithm_add_y_ions): + "$param_algorithm_add_y_ions" + #else + $param_algorithm_add_y_ions + #end if #end if #if $param_algorithm_add_a_ions: -algorithm:add_a_ions @@ -73,7 +83,12 @@ -algorithm:svm:svr_type $param_algorithm_svm_svr_type #end if #if $param_algorithm_svm_scaling: - -algorithm:svm:scaling $param_algorithm_svm_scaling + -algorithm:svm:scaling + #if " " in str($param_algorithm_svm_scaling): + "$param_algorithm_svm_scaling" + #else + $param_algorithm_svm_scaling + #end if #end if #if $param_algorithm_svm_scaling_lower: -algorithm:svm:scaling_lower $param_algorithm_svm_scaling_lower @@ -106,7 +121,12 @@ -algorithm:svm:svc:nu $param_algorithm_svm_svc_nu #end if #if $param_algorithm_svm_svc_balancing: - -algorithm:svm:svc:balancing $param_algorithm_svm_svc_balancing + -algorithm:svm:svc:balancing + #if " " in str($param_algorithm_svm_svc_balancing): + "$param_algorithm_svm_svc_balancing" + #else + $param_algorithm_svm_svc_balancing + #end if #end if #if $param_algorithm_svm_svc_degree_start: -algorithm:svm:svc:degree_start $param_algorithm_svm_svc_degree_start diff -r a92f7bc73817 -r be688ba2bc09 datatypes_conf.xml --- a/datatypes_conf.xml Wed Mar 01 12:36:05 2017 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r a92f7bc73817 -r be688ba2bc09 filetypes.txt --- a/filetypes.txt Wed Mar 01 12:36:05 2017 -0500 +++ b/filetypes.txt Wed Aug 09 09:23:27 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 a92f7bc73817 -r be688ba2bc09 macros.xml --- a/macros.xml Wed Mar 01 12:36:05 2017 -0500 +++ b/macros.xml Wed Aug 09 09:23:27 2017 -0400 @@ -2,7 +2,7 @@ - openms + openms xtandem fido msgf_plus diff -r a92f7bc73817 -r be688ba2bc09 readme.md --- a/readme.md Wed Mar 01 12:36:05 2017 -0500 +++ b/readme.md Wed Aug 09 09:23:27 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 ``` - * In `PeakPickerHiRes.xml`, the parameter `report_FWHM_unit` has to be put in quotation marks. Look for the following line + + * In `IDFileConverter.xml` the following is needed in the command section at the beginning (check your file to know what to copy where): - -algorithm:report_FWHM_unit $param_algorithm_report_FWHM_unit - - and change it to + ``` + + ``` + + * In `IDFileConverter.xml` and `FileConverter.xml` add `auto_format="true"` to the output, e.g.: - + - `` + - `` * To add an example test case to `DecoyDatabase.xml` add the following after the output section. If standard settings change you might have to adjust the options and/or the test files. diff -r a92f7bc73817 -r be688ba2bc09 tool.conf --- a/tool.conf Wed Mar 01 12:36:05 2017 -0500 +++ b/tool.conf Wed Aug 09 09:23:27 2017 -0400 @@ -6,13 +6,7 @@ -
- - -
- - @@ -22,13 +16,17 @@ + + +
+ @@ -44,7 +42,6 @@ - @@ -62,12 +59,14 @@ + + @@ -78,6 +77,7 @@ +
@@ -154,9 +154,7 @@ - -