# HG changeset patch # User galaxyp # Date 1465567051 14400 # Node ID 2f8e9d0351a81ce19bd0c0f820018feb8e52496a # Parent c353378140caba24e356be90ba2616cbeebb0d49 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 4256c7c6fde06722b66f433f5913c2e707bc930f-dirty diff -r c353378140ca -r 2f8e9d0351a8 macros.xml --- a/macros.xml Sun Feb 21 11:17:39 2016 -0500 +++ b/macros.xml Fri Jun 10 09:57:31 2016 -0400 @@ -26,7 +26,7 @@ -ri $reverse_ion 2 - 2.1 + 2.9 @@ -50,13 +50,13 @@ - + - + @@ -64,6 +64,13 @@ + + + + + + + diff -r c353378140ca -r 2f8e9d0351a8 peptide_shaker.xml --- a/peptide_shaker.xml Sun Feb 21 11:17:39 2016 -0500 +++ b/peptide_shaker.xml Fri Jun 10 09:57:31 2016 -0400 @@ -1,4 +1,4 @@ - + Perform protein identification using various search engines based on results from SearchGUI @@ -6,7 +6,7 @@ macros.xml - peptide_shaker + peptide_shaker @@ -47,9 +47,9 @@ ##Optional processing parameters: #if $processing_options.processing_options_selector == "yes" - -protein_FDR "${processing_options.protein_fdr}" - -peptide_FDR "${processing_options.peptide_fdr}" - -psm_FDR "${processing_options.psm_fdr}" + -protein_fdr "${processing_options.protein_fdr}" + -peptide_fdr "${processing_options.peptide_fdr}" + -psm_fdr "${processing_options.psm_fdr}" -ptm_score "${processing_options.ptm_score.ptm_score_selector}" #if $processing_options.ptm_score.ptm_score_selector == 1 -score_neutral_losses "${processing_options.ptm_score.neutral_losses}" @@ -58,14 +58,15 @@ #end if #end if -protein_fraction_mw_confidence "${processing_options.protein_fraction_mw_confidence}" + -ptm_alignment "${processing_options.ptm_alignment}" #end if ##Optional filtering parameters: #if $filtering_options.filtering_options_selector == "yes": - -min_peptide_length "${filtering_options.min_peptide_length}" - -max_peptide_length "${filtering_options.max_peptide_length}" - -max_precursor_error "${filtering_options.max_precursor_error}" - -max_precursor_error_type "${filtering_options.max_precursor_error_type}" + -import_peptide_length_min "${filtering_options.min_peptide_length}" + -import_peptide_length_max "${filtering_options.max_peptide_length}" + -import_precurosor_mz "${filtering_options.max_precursor_error}" + -import_precurosor_mz_ppm "${filtering_options.max_precursor_error_type}" ##-max_xtandem_e "${filtering_options.max_xtandem_e}" ##-max_omssa_e "${filtering_options.max_omssa_e}" ##-max_mascot_e "${filtering_options.max_mascot_e}" @@ -170,7 +171,6 @@ - value is not None and value.metadata.searchgui_major_version == "@SEARCHGUI_MAJOR_VERSION@" @@ -477,6 +477,7 @@ help="Automatic mode will be used if not set" /> + @@ -493,8 +494,8 @@ - - + + diff -r c353378140ca -r 2f8e9d0351a8 searchgui.xml --- a/searchgui.xml Sun Feb 21 11:17:39 2016 -0500 +++ b/searchgui.xml Fri Jun 10 09:57:31 2016 -0400 @@ -1,4 +1,4 @@ - + Perform protein identification using various search engines and prepare results for input to Peptide Shaker @@ -56,6 +56,7 @@ @GENERAL_PARAMETERS@ -db input_database.fasta + $use_gene_mapping #if $xtandem.xtandem_advanced == "yes" @@ -85,6 +86,8 @@ -xtandem_refine_pot ${xtandem.xtandem_refine.xtandem_refine_evalue} #end if + #else + -xtandem_output_spectra 1 #end if #if $omssa.omssa_advanced == "yes" @@ -94,7 +97,7 @@ -omssa_estimate_charge ${omssa.estimate_charge} -omssa_memory ${omssa.omssa_memory} - -omssa_isotopes ${omssa.omssa_isotopes} + ## -omssa_isotopes ${omssa.omssa_isotopes} -omssa_neutron ${omssa.omssa_neutron} -omssa_low_intensity "${omssa.omssa_low_intensity}" -omssa_high_intensity ${omssa.omssa_high_intensity} @@ -143,6 +146,7 @@ -msgf_isotope_high ${msgf.msgf_isotope_high} #end if + #* Not working in tests #if $ms_amanda.ms_amanda_advanced == "yes" -ms_amanda_decoy ${ms_amanda.ms_amanda_decoy} -ms_amanda_max_evalue ${ms_amanda.ms_amanda_max_evalue} @@ -150,7 +154,9 @@ -ms_amanda_max_rank ${ms_amanda.ms_amanda_max_rank} -ms_amanda_mono ${ms_amanda.ms_amanda_mono} #end if + *# + #* Not working in tests #if $myrimatch.myrimatch_advanced == "yes" -myrimatch_min_pep_length ${myrimatch.myrimatch_min_pep_length} -myrimatch_max_pep_length ${myrimatch.myrimatch_max_pep_length} @@ -170,8 +176,9 @@ -myrimatch_num_batches ${myrimatch.myrimatch_num_batches} -myrimatch_max_peak ${myrimatch.myrimatch_max_peak} #end if + *# - #* + #* Not working in tests #if $andromeda.andromeda_advanced == "yes" -andromeda_max_pep_mass ${andromeda.andromeda_max_pep_mass} -andromeda_max_comb ${andromeda.andromeda_max_comb} @@ -191,7 +198,8 @@ -andromeda_max_psms ${andromeda.andromeda_max_psms} #end if *# - + + #* Not working in tests #if $tide.tide_advanced == "yes" -tide_num_ptms ${tide.tide_num_ptms} -tide_num_ptms_per_type ${tide.tide_num_ptms_per_type} @@ -230,6 +238,7 @@ -tide_export_pin ${tide.tide_export_pin} -tide_remove_temp ${tide.tide_remove_temp} #end if + *# #if $comet.comet_advanced == "yes" @@ -293,7 +302,7 @@ ## Turn of the protein tree generation as it can produce errors if the search is finished before the tree is created ## the tree is generated afterwards in PeptideShaker - -protein_index 0 + ## -protein_index 0 ##-makeblastdb_folder \$BLAST_ROOT_DIR @@ -360,9 +369,7 @@ && - (zip -u searchgui_out.zip searchgui.properties 2>> $temp_stderr) - - && + (zip -u searchgui_out.zip searchgui.properties 2>> $temp_stderr); exit_code_for_galaxy=\$?; cat $temp_stderr 2>&1; @@ -378,6 +385,10 @@ label="Create a concatenated target/decoy database before running PeptideShaker" help="Selecting this option will help PeptideShaker calculate FDR values" /> + + @@ -385,12 +396,16 @@ Comet and Tide shouldn't both be selected since they use a similar algoritm. - - + + @@ -461,7 +476,7 @@ + label="X!Tandem: Output Spectra" type="boolean" truevalue="1" falsevalue="0" checked="true" /> @@ -642,6 +657,7 @@ + + +