# HG changeset patch # User iracooke # Date 1402201106 14400 # Node ID be958beb41d9801cbcc831a0b309eccbbe16c715 # Parent b2f23c78d9948729f42e464a9c5fcf1780a7a7e3 Uploaded diff -r b2f23c78d994 -r be958beb41d9 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Sun Jun 08 00:18:26 2014 -0400 @@ -0,0 +1,5 @@ +This package installs a wrapper script for the X!Tandem search engine + +Requirements: +This package depends on the protk and the trans proteomic pipeline packages +Please see instructions for those packages before installing diff -r b2f23c78d994 -r be958beb41d9 README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Sun Jun 08 00:18:26 2014 -0400 @@ -0,0 +1,6 @@ +## What is it? +Galaxy tool definition file and wrapper scripts for the [X!Tandem search engine](http://www.thegpm.org/tandem/index.html). + +## This tool requires that the protk rubygem and X!Tandem itself are installed. + + diff -r b2f23c78d994 -r be958beb41d9 repository_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/repository_dependencies.xml Sun Jun 08 00:18:26 2014 -0400 @@ -0,0 +1,4 @@ + + + + diff -r b2f23c78d994 -r be958beb41d9 tandem.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tandem.xml Sun Jun 08 00:18:26 2014 -0400 @@ -0,0 +1,173 @@ + + + + Run an X!Tandem Search + + + #if $database.source_select=="built_in": + tandem_search.rb -d $database.dbkey + #else + tandem_search.rb -d $database.fasta_file + #end if + + --var-mods=' + $variable_mods + #for $custom_variable_mod in $custom_variable_mods: + ,${custom_variable_mod.custom_mod} + #end for + ' + + --fix-mods=' + $fixed_mods + #for $custom_fix_mod in $custom_fix_mods: + ,${custom_fix_mod.custom_mod} + #end for + ' + + $input_file -o $output -r + + --enzyme=$enzyme + + --precursor-ion-tol-units=$precursor_tolu + + -v $missed_cleavages + + -f $fragment_ion_tol + + -p $precursor_ion_tol + + $allow_multi_isotope_search + + --keep-params-files + + $cleavage_semi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +Runs an MS/MS database search using the X!Tandem search engine. Output is in the form of a pepXML file containing identified peptides along with their raw search scores. + +---- + +**References** + +Please see http://www.thegpm.org/GPM/references.html for details of references describing the X!Tandem search engine. + + + + diff -r b2f23c78d994 -r be958beb41d9 tool-data/pepxml_databases.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/pepxml_databases.loc.sample Sun Jun 08 00:18:26 2014 -0400 @@ -0,0 +1,13 @@ +#This file lists the names of protein databases installed locally in protk. +# These are used by omssa and x!tandem as well as the "mascot to pepxml" tool +# In order to combine search results with Interprophet searches must be run against an identical database +# +# Entries should follow the be structured as follows +# Display_name omssa_tandem_dbname dbkey +# +# +Swissprot spall_ spall spall_ +Combined PlasmboDB (falciparum) and Swissprot Human plasmodb_pfalciparum_sphuman_ plasmodb_pfalciparum_sphuman plasmodb_pfalciparum_sphuman_ +Swissprot Human sphuman_ sphuman sphuman_ +Combined Swissprot/TRembl Human sptrhuman_ sptrhuman sptrhuman_ +Swissprot Mouse spmouse_ spmouse spmouse_ diff -r b2f23c78d994 -r be958beb41d9 tool-data/tandem_mods.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/tandem_mods.loc.sample Sun Jun 08 00:18:26 2014 -0400 @@ -0,0 +1,6 @@ +#This file lists the names of inbuilt chemical modifications accepted by X!Tandem +# +# +Carbamidomethyl C carbamidomethyl_c_ 57.021464@C carbamidomethyl_c_ +Glycocapture-N glycocapture_n_ 0.998@N!{P}[ST] glycocapture_n_ +Oxidation M oxidation_m_ 15.994915@M oxidation_m_ \ No newline at end of file