# HG changeset patch # User galaxyp # Date 1500072596 14400 # Node ID 94a245bf5e72c9c849cd9a9667707422b0646e4a # Parent 77528cc89102b47ecd3fb6e476ab8cde387e56a2 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit daf6dfc513ede9b890125d9fff2c2657d834eea9 diff -r 77528cc89102 -r 94a245bf5e72 IDFileConverter.xml --- a/IDFileConverter.xml Thu Apr 27 12:52:55 2017 -0400 +++ b/IDFileConverter.xml Fri Jul 14 18:49:56 2017 -0400 @@ -1,7 +1,7 @@ - + Converts identification engine file formats. IDFileConverter @@ -11,68 +11,71 @@ +#end if +#if $adv_opts.adv_opts_selector=='advanced': + #if $adv_opts.param_ignore_proteins_per_peptide: + -ignore_proteins_per_peptide +#end if + #if $adv_opts.param_scan_regex: + -scan_regex "$adv_opts.param_scan_regex" +#end if + #if $adv_opts.param_no_spectra_data_override: + -no_spectra_data_override +#end if + #if $adv_opts.param_force: + -force +#end if +#end if +]]> - + - + @@ -97,6 +100,7 @@ + diff -r 77528cc89102 -r 94a245bf5e72 macros.xml --- a/macros.xml Thu Apr 27 12:52:55 2017 -0400 +++ b/macros.xml Fri Jul 14 18:49:56 2017 -0400 @@ -2,7 +2,7 @@ - openms + openms xtandem fido msgf_plus diff -r 77528cc89102 -r 94a245bf5e72 readme.md --- a/readme.md Thu Apr 27 12:52:55 2017 -0400 +++ b/readme.md Fri Jul 14 18:49:56 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 @@ - -