jtlovell / GENESPACE

Other
180 stars 24 forks source link

Inverting intergenomic files and blast error #65

Closed jdobry-lab closed 1 year ago

jdobry-lab commented 1 year ago

I have a dataset that was working fine on my old computer. I got a new computer and set everything up but now I keep having the these errors. I have not changed the datasets and did not experience these before. I did see in another case the Blast errors could be due to an old version of Diamond, but I have updated the version and still have the same errors. Please help because my manuscript for this data is under review.

gpar <- init_genespace(

jtlovell commented 1 year ago

This error happens when you don't have the right orthofinder/diamond install combination. My guess is that the diamond install is not v2. GENESPACE V1 (coming soon ... at /dev now) will do this error catch up front.

jdobry-lab commented 1 year ago

What do I need to do to get the right orthofinder/diamond install? I tried:

conda update diamond

but it didn't seem to work. What am I missing?

Thanks, J

jtlovell commented 1 year ago

What version of diamond and orthofinder are you running? They should be at least v2.5.4 (orthofinder) and v2.0.14.152 (diamond). You should specify these versions when installing if you are getting older versions.

jdobry-lab commented 1 year ago

Thanks, I was able to update diamond its all good, until I try to inspect the pangenome. I get the following error:

Error in query_pangenome(pg = pg, refChrom = "1", startOrder = 1, endOrder = 5) : can't find the needed column names in pg; was this produced by pangenome?

jtlovell commented 1 year ago

Good to hear. Sorry about that error - query_genespace is not ready for primetime and will be dropped in the next release in lieu of separate query_ functions for hits, pangenome, blks and synPos files. V1.1.2, which will be at /dev next week will have these features.

jtlovell commented 1 year ago

FYI. GENESPACE v1.1.3 is at /dev. Thanks for the help here. Querying utilities and position highlights in riparian plots are now in there.