ATACseqQC icon indicating copy to clipboard operation
ATACseqQC copied to clipboard

error running factorFootprints -- evaluations nested too deeply

Open magruca opened this issue 5 years ago • 0 comments

When running factorFootprints, I'm getting the following error:

Error: evaluation nested too deeply: infinite recursion / options(expressions=)?

I have tried multiple iterations of limiting the number of expressions:

options(expressions=1000)

but no luck in resolving this error. I am also getting a C stack error if I don't limit the number of expressions:

Error: C stack usage  7970500 is too close to the limit

Seems to me like this is a recursive loop error/possible bug. If you know where this is coming from, I'd appreciate the help in resolving this. Thanks!

EDIT: Also here's the session info (attached) session_info.txt

magruca avatar Dec 04 '19 03:12 magruca