Skip to content

cdhitGrouping: Too low cluster threshold for the word length. #11

@xif033

Description

@xif033

Hello Thomas,

I have installed the GitHub version and have some issues with the cdhitGrouping function.
This issue is present when I tried to run the function on my dataset, or when I followed the example:
testPG <- .loadPgExample()
testPG <- cdhitGrouping(testPG)

Here the error message:

Error in cdhitC(options, name, showProgress):
Fatal Error:
%s
Program halted !!

Too low cluster threshold for the word length.
Increase the threshold or the tolerance, or decrease the word length.
Traceback:

  1. cdhitGrouping(testPG)
  2. cdhitGrouping(testPG)
  3. .local(object, ...)
  4. precluster(object, kmerSize[1], maxLengthDif, geneChunkSize,
    . cdhitOpts)
  5. lapply(seq_len(nChunks), function(i) {
    . if (i != 1 && interactive())
    . cat("\n")
    . cdhit(genes(object, subset = seq.int(chunks$start[i], chunks$end[i])),
    . cdhitOpts, "Preclustering")
    . })
  6. lapply(seq_len(nChunks), function(i) {
    . if (i != 1 && interactive())
    . cat("\n")
    . cdhit(genes(object, subset = seq.int(chunks$start[i], chunks$end[i])),
    . cdhitOpts, "Preclustering")
    . })
  7. FUN(X[[i]], ...)
  8. cdhit(genes(object, subset = seq.int(chunks$start[i], chunks$end[i])),
    . cdhitOpts, "Preclustering")
  9. cdhitC(options, name, showProgress)

I would really appreciated some help on this issue! Thank you very much!
Best,
Xin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions