# HG changeset patch # User iracooke # Date 1445388324 14400 # Node ID 0746a2ae9e04cdd18627e56dc1bca708602ece01 # Parent d90c8bc10a9cc73ec6b6c0e2e454a153fe981391 planemo upload for repository https://github.com/iracooke/protk-galaxytools/blob/master/tpp-prophets/.shed.yml commit 24e0fef2496984648a8a5cd5bff4d6b9b634a302-dirty diff -r d90c8bc10a9c -r 0746a2ae9e04 interprophet.xml --- a/interprophet.xml Thu Mar 26 19:55:19 2015 -0400 +++ b/interprophet.xml Tue Oct 20 20:45:24 2015 -0400 @@ -1,59 +1,71 @@ - - - - iracooke/protk-1.4.1 - protk - trans_proteomic_pipeline - - - - Combine Peptide Prophet results from multiple search engines - - interprophet.rb --galaxy + + Combine Peptide Prophet results from multiple search engines + + iracooke/protk-1.4.3 + protk + trans_proteomic_pipeline + + + - - - - - +]]> + + - - - - - - - + + + + + + + + + + + + + + + - - - - - - + - + + + + + + + + + + + + **What it does** @@ -67,6 +79,5 @@ Shteynberg D, et al. “iProphet: Improved statistical validation of peptide identifications in shotgun proteomics.” *Molecular and Cellular Proteomics* 10, M111.007690 (2011). - - + diff -r d90c8bc10a9c -r 0746a2ae9e04 peptide_prophet.xml --- a/peptide_prophet.xml Thu Mar 26 19:55:19 2015 -0400 +++ b/peptide_prophet.xml Tue Oct 20 20:45:24 2015 -0400 @@ -1,73 +1,66 @@ - + + Calculate Peptide Prophet statistics on search results - iracooke/protk-1.4.1 - protk + iracooke/protk-1.4.3 + protk trans_proteomic_pipeline - - - Calculate Peptide Prophet statistics on search results - - - peptide_prophet.rb --galaxy $input_file -o peptide_prophet_output.pep.xml - - -r - $glyco - $useicat - $phospho - $usepi - $usert - $accurate_mass - $no_ntt - $no_nmc - $use_gamma - $use_only_expect - $force_fit - $allow_alt_instruments - $maldi - $usedecoys - --decoy-prefix $decoy_prefix_string - -#if $experiment_label - --experiment-label $experiment_label -#end if + + + peptide_prophet.rb + --galaxy $input_file + -o peptide_prophet_output.pep.xml + -r + $glyco + $useicat + $phospho + $usepi + $usert + $accurate_mass + $no_ntt + $no_nmc + $use_gamma + $use_only_expect + $force_fit + $allow_alt_instruments + $maldi + $usedecoys + --decoy-prefix $decoy_prefix_string - --p-thresh $p_thresh - - --threads $threads - - - - - - + #if $experiment_label + --experiment-label $experiment_label + #end if - - - - - - - - - - - - - - - - - - - - - - - + --p-thresh $p_thresh + --threads "\${GALAXY_SLOTS:-12}" - + + + + + + + + + + + + + + + + + + + + + + + + + + **What it does** @@ -82,7 +75,7 @@ Keller A., et al. “Empirical Statistical Model to Estimate the Accuracy of Peptide Identifications Made by MS/MS and Database Search” *Anal. Chem.* 74, 5383-5392 (2002). - + -pepxml_to_table.rb $input_file -o $output $invert_probs - - - - - - - - - - - - - - - - - - - - - - - - - - + + Converts a pepXML file to a tab delimited text file + + iracooke/protk-1.4.3 + protk + + + pepxml_to_table.rb $input_file -o $output $invert_probs + + + + + + + + + + + + + + + + + + - Convert a pepXML file to Tab delimited text + Convert a pepXML file to Tab delimited text - diff -r d90c8bc10a9c -r 0746a2ae9e04 protein_prophet.xml --- a/protein_prophet.xml Thu Mar 26 19:55:19 2015 -0400 +++ b/protein_prophet.xml Tue Oct 20 20:45:24 2015 -0400 @@ -1,79 +1,73 @@ - - - iracooke/protk-1.4.1 - protk - trans_proteomic_pipeline - - - Calculate Protein Prophet statistics on search results - + + Calculate Protein Prophet statistics on search results + + iracooke/protk-1.4.3 + protk + trans_proteomic_pipeline + - - - protein_prophet.rb - - --galaxy $input_file - - -o protein_prophet_results.prot.xml - - -r + + protein_prophet.rb + --galaxy + + #for $input_file in $input_files: + ${input_file} + #end for + + -o protein_prophet_results.prot.xml + -r - $iproph - $nooccam - $groupwts - $normprotlen - $logprobs - $confem - $allpeps - $unmapped - $instances - $delude - - --minprob=$minprob - --minindep=$minindep - - - - + $iproph + $nooccam + $groupwts + $normprotlen + $logprobs + $confem + $allpeps + $unmapped + $instances + $delude + --minprob=$minprob + --minindep=$minindep + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - + + + + + + - + **What it does** @@ -88,6 +82,5 @@ Nesvizhskii A., et al. “A Statistical Model for Identifying Proteins by Tandem Mass Spectrometry” *Anal. Chem.* 75, 4646-4658 (2003). - - + diff -r d90c8bc10a9c -r 0746a2ae9e04 protxml_to_table.xml --- a/protxml_to_table.xml Thu Mar 26 19:55:19 2015 -0400 +++ b/protxml_to_table.xml Tue Oct 20 20:45:24 2015 -0400 @@ -1,49 +1,37 @@ - - - iracooke/protk-1.4.1 - protk - - - Converts a ProtXML file to a table - - - protxml_to_table.rb - $invert_probs - - $input_file - -o $output - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + Converts a ProtXML file to a table + + iracooke/protk-1.4.3 + protk + + + protxml_to_table.rb + $invert_probs + $input_file + -o $output + + + + + + + + + + + + + + + + + + + + **What it does** Converts a ProtXML file to a tab separated table - - + diff -r d90c8bc10a9c -r 0746a2ae9e04 repository_dependencies.xml --- a/repository_dependencies.xml Thu Mar 26 19:55:19 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ - - - - diff -r d90c8bc10a9c -r 0746a2ae9e04 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Oct 20 20:45:24 2015 -0400 @@ -0,0 +1,9 @@ + + + + + + + + +