-
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
Step 4 synteny error #162
Comments
Please try running with nCores = 1 and reporting the error. Usually this happens when there is no synteny, but there are other possible causes. |
Here is the new error: wd = "/mnt/krab3/catostomid_GENESPACE" path2mcscanx <- "/home/krablab/Documents/apps/MCScanX" gpar <- init_genespace( out <- run_genespace(gpar, overwrite = T) |
I never thought to check for ploidy > 0 ... can you try that, |
So this moved me forward but I am still getting an error: The thing is I have used the bed and fasta before to plot and it work but now it is not working. When I take it out I can also get it to run. I am sorry for taking up so much of your time!!! |
Its alright ... how do the dotplots look? Is it possible there is no synteny? |
No there is synteny. All the dotplots show that. Here are a couple of them: |
pls send me an email so I can troubleshoot your run. jlovell [at] hudsonalpha [dot] org |
OK - there is something funky with your run that was causing there to be duplicated block coordinates ... I couldn't figure out what was causing that, but I did just commit a change to master that now runs through your genomes without erroring out. |
I am running GENESPACE and keep running into this error and I can't seem to pin down what is causing the error.
############################
4. Flagging synteny for each pair of genomes ...
# Chunk 1 / 2 (02:10:40 PM) ...
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
Calls: run_genespace -> synteny -> rbindlist -> lapply -> FUN -> rbindlist
In addition: Warning message:
In mclapply(1:nrow(chnk), mc.cores = nCores, function(i) { :
scheduled core 1 encountered error in user code, all values of the job will be affected
Execution halted
I know what individual is causing the problem but the bed and protein fasta inputs don't seem to have anything wrong with them.
I would love some help trying to debug this if you have time.
The text was updated successfully, but these errors were encountered: