Re: [Jmol-users] Loading zip files with multiple coordinate files

2016-12-05 Thread Robert Hanson
I'm pretty sure Jmol never went through a ZIP file and looked for files to read. It would have to test each one, and I don't recall that being an option. The manifest is the way to go if you want that. Or, optionally, you can load the four files into Jmol, get them looking the way you want, and

Re: [Jmol-users] Loading zip files with multiple coordinate files

2016-12-05 Thread Angel Herráez
Hi Doug Have you tried to add a manifest to your zip file? According to https://chemapps.stolaf.edu/jmol/docs/#loadzip/jarfilesandjmolmanifest that allows to instruct Jmol to load several files within the zip On the other hand, a quick test I made a zip file with 3 files and without more

Re: [Jmol-users] Loading zip files with multiple coordinate files

2016-12-05 Thread Douglas Juers
Is it possible to read all of the models from the zip file into jmol as a different file number? (e.g. if there are 4 pdb files in a zip file - read them all in as 1.1, 2.1, 3.1 & 4.1). In v11 & 12, this is what happens when one issues “load .zip”. Doug > On Dec 5, 2016, at 10:10 AM,

Re: [Jmol-users] Loading zip files with multiple coordinate files

2016-12-05 Thread Robert Hanson
You are doing it the way you do it. Jmol has to be pointed to a specific file within a ZIP file, not just the file itself. You can access the directory of the ZIP file using: show file ".zip" or get that list into an array variable using: x = load(".zip").lines or load the actual file