# HG changeset patch # User iracooke # Date 1418695240 18000 # Node ID 068abf6b3ea0ec2e0819a42ee5412493e68fb706 # Parent 1767cecc86358ad978de3da0b1cb4b69821146a3 Uploaded diff -r 1767cecc8635 -r 068abf6b3ea0 searchgui.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/searchgui.xml Mon Dec 15 21:00:40 2014 -0500 @@ -0,0 +1,343 @@ + + + Perform protein identification using various search engines and prepare results for input to Peptide Shaker + + + searchgui + + + + + $temp_stderr) + && + + ################ + ## Search CLI ## + ################ + (java -Djava.awt.headless=true -cp \$SEARCHGUI_JAR_PATH eu.isas.searchgui.cmd.SearchCLI + -temp_folder `pwd` + -spectrum_files \$cwd + -output_folder \$cwd/output + -id_params SEARCHGUI_IdentificationParameters.parameters + + -threads "\${GALAXY_SLOTS:-12}" + -correct_titles "${correct_titles}" + $missing_titles + -mgf_splitting "${mgf_splitting}" + -mgf_spectrum_count "${mgf_spectrum_count}" + + ## Turn of the protein tree generation as it can produce errors if the search is finished before the tree is created + ## the tree is generated afterwards in PeptideShaker + -protein_index 0 + + ##-makeblastdb_folder \$BLAST_ROOT_DIR + + #if $advanced.advanced_type_selector == "advanced": + + #if $advanced.xtandem.xtandem_selector == "yes" + -xtandem 1 + #else + -xtandem 0 + #end if + + #if $advanced.omssa.omssa_selector == "yes" + -omssa 1 + #else + -omssa 0 + #end if + + #if $advanced.msgf.msgf_selector == "yes" + -msgf 1 + #else + -msgf 0 + #end if + + #if $advanced.ms_amanda.ms_amanda_selector == "yes" + -ms_amanda 1 + #else + -ms_amanda 0 + #end if + + #if $advanced.myrimatch.myrimatch_selector == "yes" + -myrimatch 1 + #else + -myrimatch 0 + #end if + + #if $advanced.comet.comet_selector == "yes" + -comet 1 + #else + -comet 0 + #end if + + #else + -ms_amanda 0 + #end if + + ## single zip file + -output_option 0 + + 2>> $temp_stderr) + + && + + exit_code_for_galaxy=\$?; + cat $temp_stderr 2>&1; + (exit \$exit_code_for_galaxy) +]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +Runs multiple search engines (X! Tandem, OMSSA and MS-GF+) on any number of MGF peak lists using the SearchGUI. + + + + +