diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-03 22:04:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 22:04:13 +0530 |
commit | 48943734fa9db08f0be27c7156a965e3bcbe217c (patch) | |
tree | af4e4455171905b64f68f52862cf59b809a8b3c7 /plip | |
parent | 407c22cc6db152249cda15aae4a9a224840a3dde (diff) |
Update plipcmd.py
Diffstat (limited to 'plip')
-rw-r--r-- | plip/plipcmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plip/plipcmd.py b/plip/plipcmd.py index c941f42..5de6ca2 100644 --- a/plip/plipcmd.py +++ b/plip/plipcmd.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/bin/python3 """ Protein-Ligand Interaction Profiler - Analyze and visualize protein-ligand interactions in PDB files. plipcmd.py - Main script for PLIP command line execution. |