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.
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 limitHere is the output of
> Cstack_info()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.