Skip to content

C stack usage error #3

Description

@kieft1bp

I am trying to run the following command in an R prompt within my shell terminal (not RStudio) in Ubuntu 20:

> algnEnv = cognac(fastaDir = "./all_genome_assemblies/",featureDir = "./all_genome_gffs/")

There are about 40 genomes in the assemblies and gff folders. If I try to run cognac on 20 of them it works fine, but I get the following error when I try to run them all:

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

Here is the output of > Cstack_info()

      size    current  direction eval_depth 
   7969177      22928          1          2 

Since I know that cognac can run on at least hundreds of genomes, why am I getting this error? I can't find a simple way to "increase" my C Stack limit.

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