Changeset 4443


Ignore:
Timestamp:
Mar 13, 2013, 2:42:54 PM (10 years ago)
Author:
Fredrik Levander
Message:

Refs #801. Updated MGF reader to support scientific notation for the precursor intensity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/api/core/src/org/proteios/io/MgfFileReader.java

    r3544 r4443  
    419419        }
    420420        else if (inTargetSpectrumBlock && line
    421           .matches("^PEPMASS=\\d+\\.?\\d*[[ \\t]+*\\d+\\.?\\d*]*"))
     421          .matches("^PEPMASS=\\d+\\.?\\d*[[ \\t]+*\\d+\\.?\\d*[e\\d+]?]*"))
    422422        {
    423423          // Line with 1 or 2 columns, PEPMASS=(float), or
Note: See TracChangeset for help on using the changeset viewer.