From 9569b8ddbe0c292a3acc1e83dc9d994ebd03200b Mon Sep 17 00:00:00 2001 From: Reid Wagner Date: Wed, 11 Sep 2024 19:12:44 -0500 Subject: [PATCH] Remove maxlfqmbr option. Rename one of two mbr options to mbr_selection. Add IonQuant to automated test. --- tools/fragpipe/fragpipe.xml | 1 + tools/fragpipe/macros.xml | 11 ++++------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/tools/fragpipe/fragpipe.xml b/tools/fragpipe/fragpipe.xml index 58930b0f7..8be7673ea 100644 --- a/tools/fragpipe/fragpipe.xml +++ b/tools/fragpipe/fragpipe.xml @@ -154,6 +154,7 @@ + diff --git a/tools/fragpipe/macros.xml b/tools/fragpipe/macros.xml index 586bbf394..ce07b4ecf 100644 --- a/tools/fragpipe/macros.xml +++ b/tools/fragpipe/macros.xml @@ -1,7 +1,7 @@ msfragger_macros.xml 20.0 - 2 + 3 fragpipe @@ -719,7 +719,7 @@ $kv
- + @@ -821,11 +821,8 @@ $kv #set $wfdict['ionquant.run-ionquant'] = 'true' #set $wfdict['freequant.run-freequant'] = 'false' #set $cxt = $prfx.ionquant - #if $cxt.mbr != 'None' - #set $wfdict['ionquant.mbr'] = $cxt.mbr - #end if - #if $cxt.maxlfqbr is not None - #set $wfdict['ionquant.maxlfqbr'] = $cxt.maxlfqbr + #if $cxt.mbr_select != 'None' + #set $wfdict['ionquant.mbr'] = $cxt.mbr_select #end if #if $cxt.normalization != 'None' #set $wfdict['ionquant.normalization'] = $cxt.normalization