# HG changeset patch # User galaxyp # Date 1591026685 14400 # Node ID d253b379322b325be639e37b8db311a4444c604c # Parent 2133b0be850afa377d728af99c08ea7b67b08422 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit f63ff6d5d0c44012a17e87293811765951655bd5" diff -r 2133b0be850a -r d253b379322b maxquant.xml --- a/maxquant.xml Wed May 06 13:35:51 2020 -0400 +++ b/maxquant.xml Mon Jun 01 11:51:25 2020 -0400 @@ -1,4 +1,4 @@ - + @@ -91,6 +91,11 @@ advancedSiteIntensities: ${protein_quant.lfq_opts.advancedSiteIntensities} matchBetweenRuns: ${search_opts.match_between_runs} includeContaminants: ${search_opts.incl_contaminants} + minPeptideLengthForUnspecificSearch: ${search_opts.min_pep_length} + maxPeptideLengthForUnspecificSearch: ${search_opts.max_pep_length} + decoyMode: ${search_opts.decoy_mode} + peptideFdr: ${search_opts.psm_fdr} + proteinFdr: ${search_opts.protein_fdr} quantMode: ${protein_quant.peptides_for_quantification} restrictProteinQuantification: ${protein_quant.only_unmod_prot.unmod_prot} #if $protein_quant.only_unmod_prot.unmod_prot == 'True': @@ -151,10 +156,14 @@ #if $pg.quant_method.select_quant_method == 'reporter_ion_ms2': lcmsRunType: 'Reporter ion MS2' reporterMassTolerance: 0.003 - reporterPif: ${pg.quant_method.reporter_pif} + #if $pg.quant_method.filter_by_pif.filter_pif == 'True': + reporterPif: ${pg.quant_method.filter_by_pif.reporter_pif} + #else: + reporterPif: 0 + #end if reporterFraction: 0 reporterBasePeakRatio: 0 - filterPif: ${pg.quant_method.filter_pif} + filterPif: ${pg.quant_method.filter_by_pif.filter_pif} isobaricLabels: #if $pg.quant_method.iso_labels.labeling == 'custom': #for $l in $pg.quant_method.iso_labels.iso_label: @@ -275,7 +284,20 @@ label="Include contaminants" truevalue="True" falsevalue="False" help="‘Yes’ means that proteins from a contaminant list are automatically added to the list of proteins for in silico digestion (in the fasta file)"/> - + + + + + + + +
@@ -298,6 +320,8 @@ + + @@ -460,11 +484,17 @@ - - + + + + + + + @@ -540,6 +570,11 @@ + + + + +
@@ -568,8 +603,11 @@ - - + + + + @@ -578,12 +616,14 @@ - + - + - - + + + + diff -r 2133b0be850a -r d253b379322b mqparam.py --- a/mqparam.py Wed May 06 13:35:51 2020 -0400 +++ b/mqparam.py Mon Jun 01 11:51:25 2020 -0400 @@ -343,8 +343,8 @@ self[i].set_silac(*silac) isobaricLabels = pg.pop('isobaricLabels', False) if isobaricLabels: - for l in isobaricLabels: - self[i].set_isobaric_label(*l) + for ibl in isobaricLabels: + self[i].set_isobaric_label(*ibl) for el in ['fixedModifications', 'variableModifications', 'enzymes']: lst = pg.pop(el, None) if lst is not None: diff -r 2133b0be850a -r d253b379322b test-data/01/config.yml --- a/test-data/01/config.yml Wed May 06 13:35:51 2020 -0400 +++ b/test-data/01/config.yml Mon Jun 01 11:51:25 2020 -0400 @@ -14,9 +14,14 @@ advancedSiteIntensities: True matchBetweenRuns: False includeContaminants: True + minPeptideLengthForUnspecificSearch: 8 + maxPeptideLengthForUnspecificSearch: 25 + decoyMode: revert + peptideFdr: 0.01 + proteinFdr: 0.01 quantMode: 1 restrictProteinQuantification: True - restrictMods: [] + restrictMods: [Oxidation (M),Acetyl (Protein N-term)] useCounterparts: True paramGroups: - files: ['BSA_min_23.mzXML'] diff -r 2133b0be850a -r d253b379322b test-data/01/mqpar.xml --- a/test-data/01/mqpar.xml Wed May 06 13:35:51 2020 -0400 +++ b/test-data/01/mqpar.xml Mon Jun 01 11:51:25 2020 -0400 @@ -83,7 +83,10 @@ 2 True - + + Oxidation (M) + Acetyl (Protein N-term) + 0 0 0 diff -r 2133b0be850a -r d253b379322b test-data/02/config.yml --- a/test-data/02/config.yml Wed May 06 13:35:51 2020 -0400 +++ b/test-data/02/config.yml Mon Jun 01 11:51:25 2020 -0400 @@ -14,6 +14,11 @@ advancedSiteIntensities: True matchBetweenRuns: False includeContaminants: False + minPeptideLengthForUnspecificSearch: 7 + maxPeptideLengthForUnspecificSearch: 24 + decoyMode: randomize + peptideFdr: 0.5 + proteinFdr: 0.4 quantMode: 0 restrictProteinQuantification: True restrictMods: [Pro5,Pro6] @@ -27,7 +32,7 @@ enzymeMode: 0 lcmsRunType: 'Reporter ion MS2' reporterMassTolerance: 0.003 - reporterPif: 0.6 + reporterPif: 0 reporterFraction: 0 reporterBasePeakRatio: 0 filterPif: False diff -r 2133b0be850a -r d253b379322b test-data/02/mqpar.xml --- a/test-data/02/mqpar.xml Wed May 06 13:35:51 2020 -0400 +++ b/test-data/02/mqpar.xml Mon Jun 01 11:51:25 2020 -0400 @@ -25,7 +25,7 @@ False True True - revert + randomize all False 4600 @@ -68,11 +68,11 @@ 7 0.01 - 0.01 - 0.01 + 0.5 + 0.4 0.01 - 8 - 25 + 7 + 24 True 1 1 @@ -267,7 +267,7 @@ 0 0 0.003 - 0.6 + 0 False 0 0 diff -r 2133b0be850a -r d253b379322b test-data/03/config.yml --- a/test-data/03/config.yml Wed May 06 13:35:51 2020 -0400 +++ b/test-data/03/config.yml Mon Jun 01 11:51:25 2020 -0400 @@ -16,9 +16,14 @@ advancedSiteIntensities: True matchBetweenRuns: False includeContaminants: True + minPeptideLengthForUnspecificSearch: 8 + maxPeptideLengthForUnspecificSearch: 25 + decoyMode: revert + peptideFdr: 0.01 + proteinFdr: 0.01 quantMode: 1 restrictProteinQuantification: True - restrictMods: [] + restrictMods: [Oxidation (M),Acetyl (Protein N-term)] useCounterparts: True paramGroups: - files: ['BSA_min_22.mzxml'] diff -r 2133b0be850a -r d253b379322b test-data/03/mqpar.xml --- a/test-data/03/mqpar.xml Wed May 06 13:35:51 2020 -0400 +++ b/test-data/03/mqpar.xml Mon Jun 01 11:51:25 2020 -0400 @@ -83,7 +83,10 @@ 2 True - + + Oxidation (M) + Acetyl (Protein N-term) + 0 0 0 diff -r 2133b0be850a -r d253b379322b test-data/04/config.yml --- a/test-data/04/config.yml Wed May 06 13:35:51 2020 -0400 +++ b/test-data/04/config.yml Mon Jun 01 11:51:25 2020 -0400 @@ -14,9 +14,14 @@ advancedSiteIntensities: True matchBetweenRuns: False includeContaminants: True + minPeptideLengthForUnspecificSearch: 8 + maxPeptideLengthForUnspecificSearch: 25 + decoyMode: revert + peptideFdr: 0.01 + proteinFdr: 0.01 quantMode: 1 restrictProteinQuantification: True - restrictMods: [] + restrictMods: [Oxidation (M),Acetyl (Protein N-term)] useCounterparts: True paramGroups: - files: ['BSA_min_23.mzXML', 'BSA_min_22.mzxml'] diff -r 2133b0be850a -r d253b379322b test-data/04/mqpar.xml --- a/test-data/04/mqpar.xml Wed May 06 13:35:51 2020 -0400 +++ b/test-data/04/mqpar.xml Mon Jun 01 11:51:25 2020 -0400 @@ -83,7 +83,10 @@ 2 True - + + Oxidation (M) + Acetyl (Protein N-term) + 0 0 0