# HG changeset patch # User iracooke # Date 1362432477 18000 # Node ID cd2955b6646f78cc8af80a3b43dd4f64c3a65cab # Parent b81d7a0466a615696cf0179943fc0728e53d2bf3 Deleted selected files diff -r b81d7a0466a6 -r cd2955b6646f tandem.xml --- a/tandem.xml Sun Jan 06 19:14:28 2013 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,128 +0,0 @@ - - protkgem - 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -**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. - - - -