<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Read_Molstr</id>
	<title>Read Molstr - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Read_Molstr"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Read_Molstr&amp;action=history"/>
	<updated>2026-05-27T02:04:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Read_Molstr&amp;diff=8564&amp;oldid=prev</id>
		<title>Bell: 10 revisions</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Read_Molstr&amp;diff=8564&amp;oldid=prev"/>
		<updated>2014-03-28T03:08:58Z</updated>

		<summary type="html">&lt;p&gt;10 revisions&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
'''read_molstr''' reads an MDL MOL format file as a string&lt;br /&gt;
 &lt;br /&gt;
===PYMOL API ONLY===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.read_molstr( string molstr, string name, int state=0, \&lt;br /&gt;
  int finish=1, int discrete=1 )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
*'''state''' is a 1-based state index for the object, or 0 to append.&lt;br /&gt;
 &lt;br /&gt;
* '''finish''' is a flag (0 or 1) which can be set to zero to improve [[:Category:Performance|performance]] when loading large numbers of objects, but you must call '''finish_object''' when you are done.&lt;br /&gt;
 &lt;br /&gt;
* '''discrete''' is a flag (0 or 1) which tells PyMOL that there will be no overlapping atoms in the file being loaded.  '''discrete''' objects save memory but can not be edited. &lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|Read Molstr]]&lt;br /&gt;
[[Category:Performance|Read Molstr]]&lt;br /&gt;
[[Category:States|Read Molstr]]&lt;/div&gt;</summary>
		<author><name>Bell</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Read_Molstr&amp;diff=8562&amp;oldid=prev</id>
		<title>Vinnyrose at 14:20, 20 June 2009</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Read_Molstr&amp;diff=8562&amp;oldid=prev"/>
		<updated>2009-06-20T14:20:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==DESCRIPTION==&lt;br /&gt;
'''read_molstr''' reads an MDL MOL format file as a string&lt;br /&gt;
 &lt;br /&gt;
===PYMOL API ONLY===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.read_molstr( string molstr, string name, int state=0, \&lt;br /&gt;
  int finish=1, int discrete=1 )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
*'''state''' is a 1-based state index for the object, or 0 to append.&lt;br /&gt;
 &lt;br /&gt;
* '''finish''' is a flag (0 or 1) which can be set to zero to improve [[:Category:Performance|performance]] when loading large numbers of objects, but you must call '''finish_object''' when you are done.&lt;br /&gt;
 &lt;br /&gt;
* '''discrete''' is a flag (0 or 1) which tells PyMOL that there will be no overlapping atoms in the file being loaded.  '''discrete''' objects save memory but can not be edited. &lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|Read Molstr]]&lt;br /&gt;
[[Category:Performance|Read Molstr]]&lt;br /&gt;
[[Category:States|Read Molstr]]&lt;/div&gt;</summary>
		<author><name>Vinnyrose</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Read_Molstr&amp;diff=8554&amp;oldid=prev</id>
		<title>Tree at 05:02, 23 February 2005</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Read_Molstr&amp;diff=8554&amp;oldid=prev"/>
		<updated>2005-02-23T05:02:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &lt;br /&gt;
   &amp;quot;read_molstr&amp;quot; reads an MDL MOL format file as a string&lt;br /&gt;
 &lt;br /&gt;
===PYMOL API ONLY===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt; &lt;br /&gt;
   cmd.read_molstr( string molstr, string name, int state=0,&lt;br /&gt;
      int finish=1, int discrete=1 )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
 &lt;br /&gt;
   &amp;quot;state&amp;quot; is a 1-based state index for the object, or 0 to append.&lt;br /&gt;
 &lt;br /&gt;
   &amp;quot;finish&amp;quot; is a flag (0 or 1) which can be set to zero to improve&lt;br /&gt;
   performance when loading large numbers of objects, but you must&lt;br /&gt;
   call &amp;quot;finish_object&amp;quot; when you are done.&lt;br /&gt;
 &lt;br /&gt;
   &amp;quot;discrete&amp;quot; is a flag (0 or 1) which tells PyMOL that there will be&lt;br /&gt;
   no overlapping atoms in the file being loaded.  &amp;quot;discrete&amp;quot;&lt;br /&gt;
   objects save memory but can not be edited. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|read_molstr]]&lt;/div&gt;</summary>
		<author><name>Tree</name></author>
	</entry>
</feed>