Fwd: Error in IDEOM

37 views
Skip to first unread message

Darren Creek

unread,
Nov 8, 2013, 7:59:49 AM11/8/13
to id...@googlegroups.com
Hi all,
FYI, there was a bug in IDEOM version 19 that gave the below error for some datasets. The problem only occurs when the top feature in the 'allBasepeaks' sheet (i.e. the most abundant peak in your samples) is unidentified. 

The latest version of IDEOM_v19.xlsb contains a fix to avoid this bug.  If you encounter this error please download the latest version (2013-11-04) from http://sourceforge.net/projects/mzmatch/files/Ideom/

cheers,
Darren


------

Error msg:
 

With Selection.Validation

        .Delete

        .Add Type:=xlValidateList, AlertStyle:=xlValidAlertWarning, Operator:= _

        xlBetween, Formula1:= _

        "=OFFSET(formulacell,MATCH(C2,DBform,0),1,COUNTIF(DBform,C2),1)"

        .IgnoreBlank = True

        .InCellDropdown = True

        .InputTitle = ""

        .ErrorTitle = "Caution"

        .InputMessage = ""

        .ErrorMessage = "This metabolite name is not in the DB. Please add new metabolites to the DB to access full features."

        .ShowInput = True

        .ShowError = True

    End With

    End If

 

Reply all
Reply to author
Forward
0 new messages