# HG changeset patch # User Ira Cooke # Date 1370783858 18000 # Node ID 327b2d99d4c5f7586a1427a7812bfbd906ba6ab8 # Parent d9564913a944bc4158eecfe43d8d0b7dc436a4ed Update diff -r d9564913a944 -r 327b2d99d4c5 README --- a/README Tue Mar 05 00:18:41 2013 -0500 +++ b/README Sun Jun 09 08:17:38 2013 -0500 @@ -1,8 +1,10 @@ -This package installs wrapper scripts for running Mascot MS/MS searches +This includes tools for running Mascot MS/MS searches Running this tool requires a working installation of Mascot (commercial software). Mascot is available from http://www.matrixscience.com/ Requirements: This package depends on the galaxy_protk and protk_trans_proteomic_pipeline packages -Please see instructions for those packages before installing +Please see instructions for those packages before installing. In particular +you will need to install system package requirements for galaxy_protk and protk_trans_proteomic_pipeline +using your package manager diff -r d9564913a944 -r 327b2d99d4c5 mascot.xml --- a/mascot.xml Tue Mar 05 00:18:41 2013 -0500 +++ b/mascot.xml Sun Jun 09 08:17:38 2013 -0500 @@ -2,13 +2,28 @@ - galaxy_protk + galaxy_protk Mascot MS/MS Search - rvm 1.9.3@protk-1.2.0 do mascot_search.rb -d $database -f $fragment_ion_tol -S $server $input_file -o $output -r + rvm 1.9.3@protk-1.2.2 do mascot_search.rb + + #if $database.source_select=="built_in": + -d $database.dbkey + #else + -d $database.custom_db + #end if + + -f $fragment_ion_tol + + -S $server $input_file + + -o $output + + -r + ## Variable Mods --var-mods=' @@ -18,34 +33,61 @@ --fix-mods=' $fixed_mods ' - --allowed-charges=$allowed_charges --enzyme=$enzyme --instrument=$instrument --precursor-ion-tol-units=$precursor_tolu --email=$email --username=$username -v $missed_cleavages - + --allowed-charges=$allowed_charges + + --enzyme=$enzyme + + --instrument=$instrument + + --precursor-ion-tol-units=$precursor_tolu + + --email=$email + + -v $missed_cleavages + + #if $security.security_use + --use-security + --username $security.username + --password $security.password + #end if + + #if $proxy + --proxy $proxy + #end if + - - - - - - - + + + + + + + + + + + + + + + + + + - - - + - + @@ -108,24 +150,33 @@ - + - + - + + + + + + + + + + + + - - - + diff -r d9564913a944 -r 327b2d99d4c5 mascot_to_pepxml.xml --- a/mascot_to_pepxml.xml Tue Mar 05 00:18:41 2013 -0500 +++ b/mascot_to_pepxml.xml Sun Jun 09 08:17:38 2013 -0500 @@ -1,29 +1,80 @@ - galaxy_protk + galaxy_protk trans_proteomic_pipeline Converts a mascot results file to pepXML -rvm 1.9.3@protk-1.2.0 do mascot_to_pepxml.rb $input_file -o $output -d $database +rvm 1.9.3@protk-1.2.2 do mascot_to_pepxml.rb + $input_file + + -o $output + + #if $database.source_select=="built_in": + -d $database.dbkey + #else + -d $database.fasta_file + #end if + + #if $explicit_enzyme.explicit_enzyme_use + --enzyme $explicit_enzyme.enzyme + #end if + + $shortid + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Convert mascot results from mascotdat to pepXML diff -r d9564913a944 -r 327b2d99d4c5 repository_dependencies.xml --- a/repository_dependencies.xml Tue Mar 05 00:18:41 2013 -0500 +++ b/repository_dependencies.xml Sun Jun 09 08:17:38 2013 -0500 @@ -1,10 +1,6 @@ - - - + - + - - - + diff -r d9564913a944 -r 327b2d99d4c5 tool-data/mascot_databases.loc.sample --- a/tool-data/mascot_databases.loc.sample Tue Mar 05 00:18:41 2013 -0500 +++ b/tool-data/mascot_databases.loc.sample Sun Jun 09 08:17:38 2013 -0500 @@ -9,5 +9,5 @@ # Entries should follow the be structured as follows # Display_name dbkey dbNameOnMascot dbkey # -Swissprot spall_ SPAll spall_ +Swissprot spall_ SwissProt spall_ Swissprot Human sphuman_ SPHuman sphuman_ \ No newline at end of file diff -r d9564913a944 -r 327b2d99d4c5 tool-data/pepxml_databases.loc.sample --- a/tool-data/pepxml_databases.loc.sample Tue Mar 05 00:18:41 2013 -0500 +++ b/tool-data/pepxml_databases.loc.sample Sun Jun 09 08:17:38 2013 -0500 @@ -6,7 +6,7 @@ # Display_name omssa_tandem_dbname dbkey # # -Swissprot spall_ spall spall_ +Swissprot spall_ SwissProt 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_ diff -r d9564913a944 -r 327b2d99d4c5 tool_dependencies.xml --- a/tool_dependencies.xml Tue Mar 05 00:18:41 2013 -0500 +++ b/tool_dependencies.xml Sun Jun 09 08:17:38 2013 -0500 @@ -1,12 +1,12 @@ - - + + - + - \ No newline at end of file +