Skip to content

Commit

Permalink
V1.7.2 merge
Browse files Browse the repository at this point in the history
V1.7.2
  • Loading branch information
lutzfischer authored Feb 25, 2020
2 parents d93058d + 2bd6044 commit 62dc0e8
Show file tree
Hide file tree
Showing 47 changed files with 1,233 additions and 313 deletions.
6 changes: 3 additions & 3 deletions nbactions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
</goals>
<properties>
<exec.args>-Xmx4g -ea -classpath %classpath rappsilber.gui.SimpleXiGui</exec.args>
<exec.args>-Xmx7g -ea -classpath %classpath rappsilber.gui.SimpleXiGui</exec.args>
<exec.executable>java</exec.executable>
</properties>
</action>
Expand All @@ -24,7 +24,7 @@
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
</goals>
<properties>
<exec.args>-agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address} -Xmx4g -ea -classpath %classpath rappsilber.gui.SimpleXiGui</exec.args>
<exec.args>-agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address} -Xmx7g -ea -classpath %classpath rappsilber.gui.SimpleXiGui</exec.args>
<exec.executable>java</exec.executable>
<jpda.listen>true</jpda.listen>
</properties>
Expand All @@ -39,7 +39,7 @@
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
</goals>
<properties>
<exec.args>-Xmx4g -ea -classpath %classpath rappsilber.gui.SimpleXiGui</exec.args>
<exec.args>-Xmx7g -ea -classpath %classpath rappsilber.gui.SimpleXiGui</exec.args>
<exec.executable>java</exec.executable>
</properties>
</action>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>rappsilber</groupId>
<artifactId>xiSEARCH</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public void process(SpectraAccess input, ResultWriter output, AtomicBoolean thre

double mgcShiftedDelta = 0;//mgcScore - topShiftedCrosslinkedScoreMGCScore;

evaluateMatch(spectra, ap, bp, cl, betaCount, scanMatches, mgcScore, mgcDelta, mgcShiftedDelta, alphaMGC, betaMGC, mgxScore, mgxDelta, mgxID,0, false);
evaluateMatch(spectra, ap, bp, cl, 0, 0, betaCount, scanMatches, mgcScore, mgcDelta, mgcShiftedDelta, alphaMGC, betaMGC, mgxScore, mgxDelta, mgxID,0, false);
}
}
spectra.free();
Expand Down
Loading

0 comments on commit 62dc0e8

Please sign in to comment.