if (Cache.getDefault("NUCLEOTIDE_AMBIGUITY_DETECTION", true))
{
- Console.info("Performing new nucleotide detection routine");
+ Console.debug("Performing new nucleotide detection routine");
if (allCount > NUCLEOTIDE_COUNT_SHORT_SEQUENCE)
{
// a long sequence.
}
else
{
- Console.info("Performing old nucleotide detection routine");
+ Console.debug("Performing old nucleotide detection routine");
/*
* Check for nucleotide count > 85% of total count (in a form that evades
* int / float conversion or divide by zero).