Changeset 4447


Ignore:
Timestamp:
Mar 14, 2013, 11:30:35 AM (10 years ago)
Author:
marianne
Message:

Refs #774. Tolerance adjustment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugin/src/org/proteios/plugins/FeatureSequencePropagator.java

    r4446 r4447  
    555555             
    556556              double mzForPointMatchByTol = 0.01;
    557               double rtForPointMatchByTol = 10;
     557              double rtForPointMatchByTol = 5;
    558558             
    559559             
    560               if (totNbrMatches >= 20){
     560              if (totNbrMatches >= 10){
    561561               
    562562                writer.println("Estimating tolerances from sequences.");
Note: See TracChangeset for help on using the changeset viewer.