# HG changeset patch # User iracooke # Date 1362435077 18000 # Node ID 49d15d40117d2e885a37c8221854e727f8b8714a # Parent ac11abcfc621234e38b3258686bf7bccbfd6db32 Deleted selected files diff -r ac11abcfc621 -r 49d15d40117d tandem.xml --- a/tandem.xml Sun Jan 06 19:18:09 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. - - - -