comparison ob_filter.py @ 12:aebc671bae78 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openbabel commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
author bgruening
date Tue, 28 Jul 2020 08:38:01 -0400
parents e38d865baa37
children e94b2920d4e4
comparison
equal deleted inserted replaced
11:e38d865baa37 12:aebc671bae78
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')