Changeset 4447
- Timestamp:
- Mar 14, 2013, 11:30:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugin/src/org/proteios/plugins/FeatureSequencePropagator.java
r4446 r4447 555 555 556 556 double mzForPointMatchByTol = 0.01; 557 double rtForPointMatchByTol = 10;557 double rtForPointMatchByTol = 5; 558 558 559 559 560 if (totNbrMatches >= 20){560 if (totNbrMatches >= 10){ 561 561 562 562 writer.println("Estimating tolerances from sequences.");
Note: See TracChangeset
for help on using the changeset viewer.