Previous changeset 34:0ebf3d3e4c90 (2017-02-16) Next changeset 36:bced7eb9e197 (2017-02-27) |
Commit message:
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit a9c70724c3561247e91f0b69b35022adcf3445ff |
modified:
searchgui.xml |
b |
diff -r 0ebf3d3e4c90 -r 5a38c0d33704 searchgui.xml --- a/searchgui.xml Thu Feb 16 07:37:26 2017 -0500 +++ b/searchgui.xml Mon Feb 27 13:16:20 2017 -0500 |
b |
@@ -1,4 +1,4 @@ -<tool id="search_gui" name="Search GUI" version="@SEARCHGUI_VERSION@.0"> +<tool id="search_gui" name="Search GUI" version="@SEARCHGUI_VERSION@.1"> <description> Perform protein identification using various search engines and prepare results for input to Peptide Shaker </description> @@ -59,9 +59,11 @@ @GENERAL_PARAMETERS@ -db input_database.fasta + $protein_database_options.use_gene_mapping #if $protein_database_options.use_gene_mapping: - $protein_database_options.use_gene_mapping $protein_database_options.update_gene_mapping + #else: + -updateGeneMapping 0 #end if #if $advanced_options.xtandem.xtandem_advanced == "yes" |