# HG changeset patch # User pieter.lukasse@wur.nl # Date 1391769718 -3600 # Node ID c317e0f939df7570bd2691252de4461c84a6af68 # Parent 153e9eb5f2ff2da726e6bea2449a2ce326e55ab3 Made converter more robust and added support for mzXML in xtandem interface diff -r 153e9eb5f2ff -r c317e0f939df MassComb.jar Binary file MassComb.jar has changed diff -r 153e9eb5f2ff -r c317e0f939df masscomb_dbsearch_converter.xml --- a/masscomb_dbsearch_converter.xml Fri Jan 31 12:06:57 2014 +0100 +++ b/masscomb_dbsearch_converter.xml Fri Feb 07 11:41:58 2014 +0100 @@ -14,6 +14,7 @@ -isMs2SpectrumIdStartingAtZero $fileType.inputFormatType.isMs2SpectrumIdStartingAtZero #end if -inputFile $fileType.inputFormatType.inputFile + -outputMsMsFragmentationData $outputMsMsFragmentationData -outputFile $outputFile @@ -27,6 +28,7 @@ + @@ -38,6 +40,9 @@ + + + @@ -59,6 +64,10 @@ + + @@ -73,7 +82,7 @@ .. class:: infomark -This tool translates X!Tandem and OMSSA results to mzIdentML format. +This tool translates X!Tandem, OMSSA or Proteome Discoverer peptide identification results to mzIdentML format. It uses the library at http://code.google.com/p/mzidentml-parsers/ ----- diff -r 153e9eb5f2ff -r c317e0f939df masscomb_dbsearch_xtandem.xml --- a/masscomb_dbsearch_xtandem.xml Fri Jan 31 12:06:57 2014 +0100 +++ b/masscomb_dbsearch_xtandem.xml Fri Feb 07 11:41:58 2014 +0100 @@ -26,7 +26,7 @@ - + @@ -214,6 +214,7 @@ <Files/> <Parameters> <Attribute attributeName="xtandemLocation" value="\${XTANDEM_12_10_01_PATH}/bin" type="Unknown" description=""/> + <Attribute attributeName="xtandemLocation_dev" value="/home/lukas007/galaxy-dist/tool-data/prims/tandem-linux-13-09-01-1/bin/" type="Unknown" description=""/> <Attribute attributeName="database" value="${database}" type="Unknown" description=""/> <Attribute attributeName="precursor_mass_tolerance_lower" toolSpecificName="spectrum, parent monoisotopic mass error minus" value="${precursor_mass_tolerance_lower}" type="Unknown" description=""/> <Attribute attributeName="precursor_mass_tolerance_upper" toolSpecificName="spectrum, parent monoisotopic mass error plus" value="${precursor_mass_tolerance_upper}" type="Unknown" description=""/>