Hi all,
I am excited about working with Genespace, thanks for developing this package!
I am trying to run genespace on several genomes, but I cannot proceed further than step 3, this is the code I used:
############################
1. Running orthofinder (or parsing existing results)
Checking for existing orthofinder results ...
[1] FALSE
... found existing run, not re-running orthofinder
re-ordering genomeIDs by the species tree: crotalus_tigris,
cerastes_gasperettii, naja
############################
2. Annotated/concatenated bed file exists
############################
3. Combining and annotating the blast files with orthogroup info ...
# Chunk 1 / 1 (14:28:38) ...
Error in rbindlist(mclapply(1:nrow(chnk), mc.cores = nCores, function(i) { :
Item 2 of input is not a data.frame, data.table or list
In addition: Warning message:
In mclapply(1:nrow(chnk), mc.cores = nCores, function(i) { :
scheduled cores 6, 5, 4, 2, 3 encountered errors in user code, all values of the jobs will be affected
I have seen several posts saying that changing the number of cores in init_genespace to 1 should work or that reinstalling the package data.table should fix it, but it did nor work.
I have my data in the working directory within two different folders: bed and peptide.
Hi all, I am excited about working with Genespace, thanks for developing this package! I am trying to run genespace on several genomes, but I cannot proceed further than step 3, this is the code I used:
And this is the output:
I have seen several posts saying that changing the number of cores in
init_genespace
to 1 should work or that reinstalling the package data.table should fix it, but it did nor work.I have my data in the working directory within two different folders: bed and peptide.
This is heads on the peptide file:
And this for the bed file:
Any thoughts about what is going on? Thanks in advance!!!