# HG changeset patch # User Jim Johnson # Date 1446750948 21600 # Node ID 0aa9d080713ec916056e310dcd2544e8dc7a1183 # Parent ffbfff887a03c548df02775268ef886a032bd81b Update for ProteinPilot version 5.0 diff -r ffbfff887a03 -r 0aa9d080713e README.md --- a/README.md Mon Oct 20 15:54:33 2014 -0500 +++ b/README.md Thu Nov 05 13:15:48 2015 -0600 @@ -1,7 +1,7 @@ GalaxyP - ProteinPilot ====================== -* Home: +* Home: * Galaxy Tool Shed: * Tool ID: `proteinpilot` @@ -19,9 +19,9 @@ GalaxyP Community ----------------- -Current governing community policies for [GalaxyP](https://bitbucket.org/galaxyp/) and other information can be found at: +Current governing community policies for [GalaxyP](https://github.com/galaxyproteomics/) and other information can be found at: - + License @@ -39,7 +39,7 @@ Contributing ------------ -Contributions to this repository are reviewed through pull requests. If you would like your work acknowledged, please also add yourself to the Authors section. If your pull request is accepted, you will also be acknowledged in unless you opt-out. +Contributions to this repository are reviewed through pull requests. If you would like your work acknowledged, please also add yourself to the Authors section. If your pull request is accepted, you will also be acknowledged in Authors @@ -49,4 +49,5 @@ * Cody Wang * John Chilton +* James Johnson * Minnesota Supercomputing Institute, Univeristy of Minnesota diff -r ffbfff887a03 -r 0aa9d080713e convert_windows_newlines.xml --- a/convert_windows_newlines.xml Mon Oct 20 15:54:33 2014 -0500 +++ b/convert_windows_newlines.xml Thu Nov 05 13:15:48 2015 -0600 @@ -1,15 +1,17 @@ - - - tr -d '\r' < $input1 > $output - - - - - - - - - Standardize the output of Windows tools like "Convert ProteinPilot Group to Tabular" for use in Galaxy. - + + + $output +]]> + + + + + + + + + Standardize the output of Windows tools like "Convert ProteinPilot Group to Tabular" for use in Galaxy. + diff -r ffbfff887a03 -r 0aa9d080713e proteinpilot.xml --- a/proteinpilot.xml Mon Oct 20 15:54:33 2014 -0500 +++ b/proteinpilot.xml Thu Nov 05 13:15:48 2015 -0600 @@ -1,199 +1,205 @@ - - - - - ## Describe input groups + + + + + + + + ## Describe input groups group:DEFAULT_GROUP #for $input in $inputs: name:${input.display_name} path:${input} #end for - - - proteinpilot_wrapper.py - --input_config="$input_config" - --database="${database}" - --database_name="${database.display_name}" - --output=$output - --output_methods=$output_methods - --sample_type="$sample_type" - --quantitative=$quantitative - --bias_correction=$bias_correction - --background_correction=$background_correction - --cys_alkylation="$cys_alkylation" - --digestion="$digestion" - --instrument="$instrument" - --search_effort=$search_effort - --pspep=$pspep - #if $pspep - --output_pspep_report=$output_pspep_report - #end if - --min_unused_protscore=$min_unused_protscore - #if $factors.factors_use - --special_factors="$factors.special_factors" - #else - --special_factors="" - #end if - --search_foci="$search_foci" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + TMT ID-only (Peptide Labeled) + + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - pspep - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pspep + + + + + diff -r ffbfff887a03 -r 0aa9d080713e proteinpilot_group_extractor.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/proteinpilot_group_extractor.xml Thu Nov 05 13:15:48 2015 -0600 @@ -0,0 +1,174 @@ + + convert group file to tabular reports, mzIndentML, and MGF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 'PROTEIN' in ptype + + + 'PEPTIDE' in ptype + + + 'DISTINCT_PEPTIDE' in ptype + + + 'SPECTRUM' in ptype + + + 'FEATURES' in ptype + + + 'MZIDENTML' in ptype + + + 'MGF' in ptype + + + 'XML' in ptype + + + 'METADATAXML' in ptype + + + 'METADATACSV' in ptype + + + + + + diff -r ffbfff887a03 -r 0aa9d080713e proteinpilot_tabular.xml --- a/proteinpilot_tabular.xml Mon Oct 20 15:54:33 2014 -0500 +++ b/proteinpilot_tabular.xml Thu Nov 05 13:15:48 2015 -0600 @@ -1,4 +1,4 @@ - + @@ -7,7 +7,7 @@ #else #set $denom = "" #end if - group2xml.exe ${ptype} $input $output $denom + GroupFileExtractor.exe ${ptype} $input $output $denom diff -r ffbfff887a03 -r 0aa9d080713e proteinpilot_xml.xml --- a/proteinpilot_xml.xml Mon Oct 20 15:54:33 2014 -0500 +++ b/proteinpilot_xml.xml Thu Nov 05 13:15:48 2015 -0600 @@ -1,7 +1,7 @@ - + - group2xml.exe XML $input $output + GroupFileExtractor.exe XML $input $output