Skip to content

Commit

Permalink
set version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutz Fischer committed Jun 7, 2016
1 parent 2d97ce4 commit 8ff663f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>org.rappsilber</groupId>
<artifactId>xiFDR</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/rappsilber/fdr/OfflineFDR.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public abstract class OfflineFDR {
* is a higher score better than a lower score?
*/
protected boolean PSMScoreHighBetter = true;
public static Version xiFDRVersion = new Version(1, 0, 6 );
public static Version xiFDRVersion = new Version(1, 0, 7 );
private int minPepPerProteinGroup = 1;
private int minPepPerProteinGroupLink = 1;
private int minPepPerProteinGroupPair = 1;
Expand Down

0 comments on commit 8ff663f

Please sign in to comment.