Skip to content
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

zidb files files not produced #4

Open
TeresaSilva opened this issue Sep 2, 2024 · 0 comments
Open

zidb files files not produced #4

TeresaSilva opened this issue Sep 2, 2024 · 0 comments

Comments

@TeresaSilva
Copy link

TeresaSilva commented Sep 2, 2024

Hi Philippe,
I am revisiting zooimage. I found some bugs when creating the zidb files.
Before, you mentioned that we only needed to have ZI1 or ZI5 in the zim files, but now, after running the makeZidb() function, the data are transformed into the ZI1 version every time, no matter what I add into the first line in the zim files, and description file.
I also tried to specify the type of zooimage version I wanted to use with the function zidbMakeAll, but I got many error messages and could not produce the zidb file. Here are a few examples.

zidbMakeAll(".",type = "ZI5", delete.source = FALSE, replace = TRUE)
Creation Progress: 1 on 1  Warning in checkFileExists(zimfile, extension = "zim", force.file = TRUE) :
 file not found: ./done_ZI1.zim
Warning in zidDatMake(zidir, type = type, replace = replace) :
 no '_dat1.zim', '_dat3.zim', or '_dat5.zim' file!
Warning in zidbMake(samples[item], zisfile = zisfiles[item], type = type,  :
 problem when creating the RData file

Warning message:
In zidbMakeAll(".", type = "ZI5", delete.source = FALSE, replace = TRUE) :
 0/1 items were correctly processed (see .last.batch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant