Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
Garonenur committed May 5, 2017
1 parent 72d1a3f commit 4d7a5e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tools/gt_condenseq_compress.c
Expand Up @@ -306,6 +306,10 @@ static int gt_condenseq_compress_runner(GT_UNUSED int argc, const char **argv,
gt_encseq_loader_delete(es_l);
}

/* TODO DW: this should be adjusted to reflect the parameter tests done. it
could get fairly complicated heuristic, or we leave it as is.
setting hard defaults for dna or protein would work, too.
carefull: adjusting these might break test cases. */
if (!had_err) {
if (arguments->minalignlength == GT_UNDEF_UWORD)
arguments->minalignlength = arguments->initsize != GT_UNDEF_UWORD ?
Expand Down

0 comments on commit 4d7a5e3

Please sign in to comment.