Mercurial > repos > bgruening > openbabel_remduplicates
comparison ob_genProp.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 | 112341e4fc94 | 
| children | d44de092fef3 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 11:886c3e81ce7a | 12:8c4a4e9e173c | 
|---|---|
| 6 """ | 6 """ | 
| 7 import sys, os | 7 import sys, os | 
| 8 import argparse | 8 import argparse | 
| 9 import openbabel | 9 import openbabel | 
| 10 openbabel.obErrorLog.StopLogging() | 10 openbabel.obErrorLog.StopLogging() | 
| 11 import pybel | |
| 12 import cheminfolib | 11 import cheminfolib | 
| 13 | 12 | 
| 13 from openbabel import pybel | |
| 14 | 14 | 
| 15 def parse_command_line(argv): | 15 def parse_command_line(argv): | 
| 16 parser = argparse.ArgumentParser() | 16 parser = argparse.ArgumentParser() | 
| 17 parser.add_argument('--iformat', default='sdf' , help='input file format') | 17 parser.add_argument('--iformat', default='sdf' , help='input file format') | 
| 18 parser.add_argument('-i', '--input', required=True, help='input file name') | 18 parser.add_argument('-i', '--input', required=True, help='input file name') | 
