Mercurial > repos > bgruening > openbabel_remduplicates
comparison ob_filter.py @ 12:8c4a4e9e173c draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openbabel commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
| author | bgruening |
|---|---|
| date | Tue, 28 Jul 2020 12:01:17 +0000 |
| parents | 886c3e81ce7a |
| children | d44de092fef3 |
comparison
equal
deleted
inserted
replaced
| 11:886c3e81ce7a | 12:8c4a4e9e173c |
|---|---|
| 8 """ | 8 """ |
| 9 import sys, os | 9 import sys, os |
| 10 import argparse | 10 import argparse |
| 11 import cheminfolib | 11 import cheminfolib |
| 12 import json | 12 import json |
| 13 import pybel | |
| 14 import shlex, subprocess | 13 import shlex, subprocess |
| 15 | 14 |
| 15 from openbabel import pybel | |
| 16 cheminfolib.pybel_stop_logging() | 16 cheminfolib.pybel_stop_logging() |
| 17 | 17 |
| 18 def parse_command_line(): | 18 def parse_command_line(): |
| 19 parser = argparse.ArgumentParser() | 19 parser = argparse.ArgumentParser() |
| 20 parser.add_argument('-i', '--input', help='Input file name') | 20 parser.add_argument('-i', '--input', help='Input file name') |
