# HG changeset patch # User galaxyp # Date 1500073618 14400 # Node ID 13bfce690403bc1da882138c3000b97b84e8d4de # Parent 20ac794a6fb5cc93d853531913a1d940cd27d409 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit daf6dfc513ede9b890125d9fff2c2657d834eea9 diff -r 20ac794a6fb5 -r 13bfce690403 OpenSwathRTNormalizer.xml --- a/OpenSwathRTNormalizer.xml Thu Apr 27 13:03:41 2017 -0400 +++ b/OpenSwathRTNormalizer.xml Fri Jul 14 19:06:58 2017 -0400 @@ -1,7 +1,7 @@ - + This tool will take a description of RT peptides and their normalized retention time to write out a transformation file on how to transform the RT space into the normalized space. OpenSwathRTNormalizer @@ -187,7 +187,10 @@ #end if #end if #if $adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks: - -algorithm:TransitionGroupPicker:recalculate_peaks "$adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks" + -algorithm:TransitionGroupPicker:recalculate_peaks +#end if + #if $adv_opts.param_algorithm_TransitionGroupPicker_use_precursors: + -algorithm:TransitionGroupPicker:use_precursors #end if #if $adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks_max_z: -algorithm:TransitionGroupPicker:recalculate_peaks_max_z $adv_opts.param_algorithm_TransitionGroupPicker_recalculate_peaks_max_z @@ -196,7 +199,7 @@ -algorithm:TransitionGroupPicker:minimal_quality $adv_opts.param_algorithm_TransitionGroupPicker_minimal_quality #end if #if $adv_opts.param_algorithm_TransitionGroupPicker_compute_peak_quality: - -algorithm:TransitionGroupPicker:compute_peak_quality "$adv_opts.param_algorithm_TransitionGroupPicker_compute_peak_quality" + -algorithm:TransitionGroupPicker:compute_peak_quality #end if #if $adv_opts.param_algorithm_EMGScoring_interpolation_step: -algorithm:EMGScoring:interpolation_step $adv_opts.param_algorithm_EMGScoring_interpolation_step @@ -296,6 +299,9 @@ #if $adv_opts.param_algorithm_Scores_use_ms1_correlation: -algorithm:Scores:use_ms1_correlation #end if + #if $adv_opts.param_algorithm_Scores_use_sonar_scores: + -algorithm:Scores:use_sonar_scores +#end if #if $adv_opts.param_algorithm_Scores_use_ms1_fullscan: -algorithm:Scores:use_ms1_fullscan #end if @@ -380,24 +386,11 @@ - - - - - - - - + + - - - - - - - - + @@ -439,11 +432,12 @@ - + + diff -r 20ac794a6fb5 -r 13bfce690403 macros.xml --- a/macros.xml Thu Apr 27 13:03:41 2017 -0400 +++ b/macros.xml Fri Jul 14 19:06:58 2017 -0400 @@ -2,7 +2,7 @@ - openms + openms xtandem fido msgf_plus diff -r 20ac794a6fb5 -r 13bfce690403 readme.md --- a/readme.md Thu Apr 27 13:03:41 2017 -0400 +++ b/readme.md Fri Jul 14 19:06: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 @@ - -