-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running run_genespace #153
Comments
Hard to say ... try running with |
Hi, sorry for the delay in getting back to this issue. |
with nCores=1 options in init_genespace function, I have a different error message: Thank you!
|
I had that error when using the test data. The following is a related link to that error. Thank you! |
I tried with the ncore=1 and now I'm having the same error as goshng. |
Hi, running into the same issue. Any word on this @jtlovell ? |
I have recreated the error and am troubleshooting. More soon |
Hello, |
Hi! I have encountered the same issue. Is there any update on this or an alternative workaround (e.g., removing some annotations)? To provide further context, in my case, there is a disproportionate difference in protein numbers between the two species I am trying to analyze. Genespace ran smoothly when comparing two samples of the same species, but now I am stuck. Cheers, |
Hello,
I'm having the following error when running genespace:
############################
Checking for existing orthofinder results ...
[1] FALSE
... found existing run, not re-running orthofinder
############################
2. Combining and annotating bed files w/ OGs and tandem array info
...
##############
Flagging chrs. w/ < 10 unique orthogroups
...Carve_hap1: 3 genes on 1 small chrs.
...Carve_hap2: 0 genes on 0 small chrs.
##############
Flagging over-dispered OGs
...Carve_hap1: 1880 genes in 70 OGs hit > 8 unique places
...Carve_hap2: 2407 genes in 105 OGs hit > 8 unique places ***
NOTE! Genomes flagged *** have > 5% of genes in
over-dispersed orthogroups. These are likely not
great annotations, or the synteny run contains
un-specified WGDs. Regardless, these should be
examined carefully
##############
Annotation summaries (after exclusions):
...Carve_hap1: 37636 genes in 30517 OGs || 4882 genes in 1591 arrays
...Carve_hap2: 35582 genes in 30284 OGs || 4289 genes in 1418 arrays
############################
3. Combining and annotating the blast files with orthogroup info ...
# Chunk 1 / 1 (14:17:21) ...
Error in rbindlist(mclapply(1:nrow(chnk), mc.cores = nCores, function(i) { :
Item 1 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) { :
all scheduled cores encountered errors in user code
What could be going wrong?
Thank you for your time,
Best
-Sofia
The text was updated successfully, but these errors were encountered: