# HG changeset patch # User bgruening # Date 1495324813 14400 # Node ID 533343182294feccfa14795f35c391ad77228d43 # Parent 0c71c877c67eeae3295111cdc924f839f9db79aa planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openbabel commit 78ac0521d7df684e96c1b9c1ba2a17b02e681608 diff -r 0c71c877c67e -r 533343182294 __pycache__/cheminfolib.cpython-36.pyc Binary file __pycache__/cheminfolib.cpython-36.pyc has changed diff -r 0c71c877c67e -r 533343182294 ob_filter.py --- a/ob_filter.py Sat May 20 08:56:13 2017 -0400 +++ b/ob_filter.py Sat May 20 20:00:13 2017 -0400 @@ -95,7 +95,7 @@ filters = json.loads((args.filters).replace(' ', '').replace(',}', '}')) if args.iformat == 'sdf': # Check if the sdf file contains all of the required metadata to invoke the precalculation filtering - mol = pybel.readfile('sdf', args.input).next() + mol = next(pybel.readfile('sdf', args.input)) for key, elem in filters.items(): property = cheminfolib.ColumnNames[key] if not property in mol.data: