Mercurial > repos > bgruening > autodock_vina
comparison convert_pdbqt_to_sdf.py @ 8:7a871df65202 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
author | bgruening |
---|---|
date | Tue, 28 Jul 2020 08:13:41 -0400 |
parents | 0ae768a0e5c0 |
children | 90ea16534012 |
comparison
equal
deleted
inserted
replaced
7:7b2f205b3f68 | 8:7a871df65202 |
---|---|
1 import pybel, openbabel | |
2 import sys | 1 import sys |
3 | 2 |
3 from openbabel import pybel, openbabel | |
4 | 4 |
5 def main(): | 5 def main(): |
6 if len(sys.argv) == 3: | 6 if len(sys.argv) == 3: |
7 process(sys.argv[1], sys.argv[2]) | 7 process(sys.argv[1], sys.argv[2]) |
8 else: | 8 else: |