# HG changeset patch # User galaxyp # Date 1462876388 14400 # Node ID 3ef5a7dd1a36e868e42910bf0dbbe88c147cb559 # Parent 0986f68fb410b9307c9b4877d93c56ec7e93c3b6 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty diff -r 0986f68fb410 -r 3ef5a7dd1a36 macros.xml --- a/macros.xml Sun Feb 21 11:13:24 2016 -0500 +++ b/macros.xml Tue May 10 06:33:08 2016 -0400 @@ -26,7 +26,7 @@ -ri $reverse_ion 2 - 2.1 + 2.8 @@ -41,8 +41,10 @@ help="Which enzyme was used for protein digest in experiment? In most cases, trypsin is used"> + + diff -r 0986f68fb410 -r 3ef5a7dd1a36 peptide_shaker.xml --- a/peptide_shaker.xml Sun Feb 21 11:13:24 2016 -0500 +++ b/peptide_shaker.xml Tue May 10 06:33:08 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}" @@ -62,10 +62,10 @@ ##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}" @@ -493,8 +493,8 @@ - - + + diff -r 0986f68fb410 -r 3ef5a7dd1a36 searchgui.xml --- a/searchgui.xml Sun Feb 21 11:13:24 2016 -0500 +++ b/searchgui.xml Tue May 10 06:33:08 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" @@ -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 @@ + + +