# HG changeset patch # User galaxyp # Date 1500072445 14400 # Node ID 1b044db2ba2e8b9bbf939072f4c37d527499e4c5 # Parent e714e89ac6ae8610eeb8c652d1a42f70c35a57b9 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit daf6dfc513ede9b890125d9fff2c2657d834eea9 diff -r e714e89ac6ae -r 1b044db2ba2e FileConverter.xml --- a/FileConverter.xml Thu Apr 27 12:50:54 2017 -0400 +++ b/FileConverter.xml Fri Jul 14 18:47:25 2017 -0400 @@ -1,7 +1,7 @@ - + Converts between different MS file formats. FileConverter @@ -15,35 +15,49 @@ #if $param_in: -in $param_in #end if -#if $param_UID_postprocessing: - -UID_postprocessing - #if " " in str($param_UID_postprocessing): - "$param_UID_postprocessing" - #else - $param_UID_postprocessing - #end if -#end if #if $param_out: -out $param_out #end if -#if $param_out_type: - -out_type - #if " " in str($param_out_type): - "$param_out_type" +#if $adv_opts.adv_opts_selector=='advanced': + #if $adv_opts.param_UID_postprocessing: + -UID_postprocessing + #if " " in str($adv_opts.param_UID_postprocessing): + "$adv_opts.param_UID_postprocessing" #else - $param_out_type + $adv_opts.param_UID_postprocessing #end if #end if -#if $param_write_mzML_index: - -write_mzML_index + #if $adv_opts.param_out_type: + -out_type + #if " " in str($adv_opts.param_out_type): + "$adv_opts.param_out_type" + #else + $adv_opts.param_out_type + #end if #end if -#if $adv_opts.adv_opts_selector=='advanced': #if $adv_opts.param_TIC_DTA2D: -TIC_DTA2D #end if #if $adv_opts.param_MGF_compact: -MGF_compact #end if + #if $adv_opts.param_force_MaxQuant_compatibility: + -force_MaxQuant_compatibility +#end if + #if $adv_opts.param_write_scan_index: + -write_scan_index + #if " " in str($adv_opts.param_write_scan_index): + "$adv_opts.param_write_scan_index" + #else + $adv_opts.param_write_scan_index + #end if +#end if + #if $adv_opts.param_lossy_compression: + -lossy_compression +#end if + #if $adv_opts.param_lossy_mass_accuracy: + -lossy_mass_accuracy $adv_opts.param_lossy_mass_accuracy +#end if #if $adv_opts.param_process_lowmemory: -process_lowmemory #end if @@ -53,28 +67,34 @@ #end if - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff -r e714e89ac6ae -r 1b044db2ba2e macros.xml --- a/macros.xml Thu Apr 27 12:50:54 2017 -0400 +++ b/macros.xml Fri Jul 14 18:47:25 2017 -0400 @@ -2,7 +2,7 @@ - openms + openms xtandem fido msgf_plus diff -r e714e89ac6ae -r 1b044db2ba2e readme.md --- a/readme.md Thu Apr 27 12:50:54 2017 -0400 +++ b/readme.md Fri Jul 14 18:47:25 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 @@ - -