Does nextPYP support to import eer(Electron-event representation) format file? #124
-
Dear professor,
|
Beta Was this translation helpful? Give feedback.
Replies: 13 comments 10 replies
-
Beta Was this translation helpful? Give feedback.
-
Yes, nextPYP can read data in eer format. Is the error you are seeing from the The |
Beta Was this translation helpful? Give feedback.
-
Thanks for your kind of help! I have changed the input file path as you advised,but there are still bugs.
here are Logs:
|
Beta Was this translation helpful? Give feedback.
-
nextPYP simply calls IMOD's
If you don't have IMOD installed, I can explain how to do this using nextPYP's container. |
Beta Was this translation helpful? Give feedback.
-
You don't need to install IMOD to run nextPYP. IMOD's
The tutorial uses data in |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Your As far the jobs not starting, you can look at the file |
Beta Was this translation helpful? Give feedback.
-
Can you share the contents of your |
Beta Was this translation helpful? Give feedback.
-
Professor ,here are the contents of
|
Beta Was this translation helpful? Give feedback.
-
Please add the following line to the
Then restart nextPYP and try to run the There is a description for why you need to do this in the Documentation. |
Beta Was this translation helpful? Give feedback.
-
Thank you , professor! |
Beta Was this translation helpful? Give feedback.
-
Everything looks fine as far as I can tell. Any chance the |
Beta Was this translation helpful? Give feedback.
Everything looks fine as far as I can tell. Any chance the
*.eer
files are on a different file system than/data
? For example, maybe they are symlinks under/data
but that point to another location in the file system? If that's the case, that location will also need to be added to the list of binds.One other possibility is that the import task could be running out of memory. If that's the case, you can try increasing the value of the parameter
Memory (launch task)
in the Resources tab.