Skip to content

Commit

Permalink
Bumped debugging from 2 to 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
droeatumn committed Mar 2, 2020
1 parent a366f7f commit e22be26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kmc2LocusAvg2.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import groovy.util.OptionAccessor
import org.apache.commons.math3.stat.StatUtils

// things that may change per run
debugging = 2 // TRACE=1, DEBUG=2, INFO=3
debugging = 3 // TRACE=1, DEBUG=2, INFO=3
ignoreNonGenes = true
// ignore kmers with a count < this (currently not using)
minKmers = 3
Expand Down

0 comments on commit e22be26

Please sign in to comment.