Skip to content

Commit

Permalink
Increase the threshold for the chain score a little bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed May 1, 2017
1 parent 4776f3e commit d9273cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/proteomics/Search/Search.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Search {

private static final Logger logger = LoggerFactory.getLogger(Search.class);

public static final double single_chain_t = 0;
public static final double single_chain_t = 0.1;

private final int max_common_ion_charge;
public final float ms1_tolerance;
Expand Down

0 comments on commit d9273cc

Please sign in to comment.