Replies: 1 comment 4 replies
-
re safely proceed with analysis: The warnings are telling you that both the re why: There are multiple different reasons for this information being missing. If I remember correctly, time information can be lost when combining restart files together, or when picking random frames with cpptraj. Element information is not guaranteed and can be missing in some older amber force field files or when using coarse grained force fields. re warning goes away the second time: That's expected. Warnings from repeated operations only get raised once in a Python session otherwise you'd be constantly inundated with warnings. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm studying the quick start guide with AMBER files.
If I use
u = mda.Universe( 'target.prmtop' , '10_prod_md_combined.nc' )
the first timeI receive two warnings.
If I use the same command the second time with the same files I don't receive any warnings.
The following is the output of the session:
Why?
Can I safely continue with the analysis?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions