The command above will fetch the PDB entry 1vsn from the server, analyze all interactions and print out the results (verbose mode).
No output files are produced at this point.
The same can be done for local PDB files.
The same can be done for local PDB files (-f <file>) or for reading from stdin (-f -).
```bash
wget http://files.rcsb.org/download/1EVE.pdb
@@ -99,6 +99,7 @@ The output formats can be added in any combination, currently including:
* Text report files (`-t`, human-readable)
* PyMOL session files (`-y`)
* Ray-traced images (`-p`)
* writing to stdout (`-O`), to be used in combination with XML or text report files
```bash
plip -i 1osn -pyx
@@ -278,7 +279,7 @@ The distance between the other ring center and the projected point (i.e. the off
This value corresponds approximately to the radius of benzene + 0.6 Å.
##### π-Cation Interactions
π-Cation interactions are reported for each pairing of a positive charge and an aromatic ring if the distance between the charge center and the aromatic ring center is less than PICATION_DIST_MAX.
π-Cation interactions are reported for each pairing of a positive charge and an aromatic ring if the distance between the charge center and the aromatic ring center is less than PICATION_DIST_MAX and the offset between the ring center and the charge is no larger than PISTACK_OFFSET_MAX.
In the case of a putative π-cation interaction with a tertiary amine of the ligand, an additional angle criterion is applied (see documentation in the source code).