Opened 20 hours ago
Last modified 12 hours ago
#19255 accepted defect
Adding charges to atoms
| Reported by: | Owned by: | Eric Pettersen | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Structure Editing | Version: | |
| Keywords: | Cc: | Greg Couch, Zach Pearson | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
Hello! There is an issue when trying to assign partial charges to atoms in a pdb file. The error I get is: /app/bin/amber20/bin/antechamber: error while loading shared libraries: libcifparse.so: cannot open shared object file: No such file or directory Am I doing something wrong or is it a bug? Thank you. Sincerely, Stipe Musta\u0107
Change History (7)
comment:1 by , 14 hours ago
| Cc: | added |
|---|---|
| Component: | Unassigned → Structure Editing |
| Owner: | set to |
| Platform: | → all |
| Project: | → ChimeraX |
| Status: | new → accepted |
comment:2 by , 14 hours ago
antechamber isn't linked against libcifparse.so on Linux, so that error doesn't make sense. Which version of ChimeraX do you have? And what operating system and version are you running it on?
comment:3 by , 14 hours ago
Antechamber in turn runs several other programs (bondtype? certainly sqm), so it could be one of the subprograms causing the error.
comment:4 by , 13 hours ago
I am running 1.10.1 ChimeraX on Arch Linux. I am not sure if term "version" is applicable to Arch, but I have fully updated system running 6.17.5 kernel. It could be possible that some subprogram is causing an error, but after I got that error I tried to assign charge to a same molecule directly using antechamber which worked (using Amber from a cluster though, not on my own pc). Besides that, shouldn't flatpak installed ChimeraX work the same on every system? On 10/29/25 5:22 PM, ChimeraX wrote: >
comment:5 by , 12 hours ago
Yes, the flatpak should be the same everywhere. And that is the difference. It is a bug in the flatpak distribution.
comment:6 by , 12 hours ago
So is there something i can do? I mean I tried downgrading to regular Chimera which does the trick, if that is a solution? On 10/29/25 7:10 PM, ChimeraX wrote: >
comment:7 by , 12 hours ago
You would need to copy the antechamber from a regular Linux build into the flatpak somehow. We will also get this fixed in the daily build, and let you know when it is available. So a day or two.
Hi Stipe,
--Eric