Skip to content

Commit

Permalink
update tutorial examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Oct 22, 2020
1 parent 9b4f151 commit 50fd9c4
Show file tree
Hide file tree
Showing 7 changed files with 344 additions and 269 deletions.
2 changes: 1 addition & 1 deletion docs/sources/api_subpackages/biopandas.mol2.md
@@ -1,4 +1,4 @@
biopandas version: 0.2.6
biopandas version: 0.2.7
## PandasMol2

*PandasMol2()*
Expand Down
18 changes: 17 additions & 1 deletion docs/sources/api_subpackages/biopandas.pdb.md
@@ -1,4 +1,4 @@
biopandas version: 0.2.6
biopandas version: 0.2.7
## PandasPdb

*PandasPdb()*
Expand Down Expand Up @@ -229,6 +229,22 @@ self

<hr>

*read_pdb_from_list(pdb_lines)*

Reads PDB file from a list into DataFrames

**Attributes**

- `pdb_lines` : list

A list of lines containing the pdb file contents.

**Returns**

self

<hr>

*rmsd(df1, df2, s=None, invert=False)*

Compute the Root Mean Square Deviation between molecules.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/api_subpackages/biopandas.testutils.md
@@ -1,4 +1,4 @@
biopandas version: 0.2.6
biopandas version: 0.2.7
## assert_raises

*assert_raises(exception_type, message, func, *args, **kwargs)*
Expand Down
158 changes: 70 additions & 88 deletions docs/tutorials/Working_with_MOL2_Structures_in_DataFrames.ipynb

Large diffs are not rendered by default.

0 comments on commit 50fd9c4

Please sign in to comment.