Re: [Open Babel] "b" option in INOPTIONS in python

2017-08-10 Thread Chris Morley
On 10/08/2017 08:16, devw wrote: The bond detection behavior has been acting up recently and as part of the problem solving process I've been trying to find any documentation whatsoever about this "b" option being set in INOPTIONS. To be more explicit, it's not for a particular format, it has an

Re: [Open Babel] "b" option in INOPTIONS in python

2017-08-10 Thread devw
To be more explicit, it's not for a particular format, it has an effect on how babelbond reads many formats, and that effect is not as stated in the documentation i could find that mentioned b. -- View this message in context: http://forums.openbabel.org/b-option-in-INOPTIONS-in-python-tp466013

Re: [Open Babel] "b" option in INOPTIONS in python

2017-08-10 Thread devw
as stated, I already read the docs available for this, and the description given doesn't match the actual behavior received when INOPTIONS "b" is set. Hence my looking for either more updated documentation or, better, someone who can explain what is actually going on in the code cited. -- View t

Re: [Open Babel] "b" option in INOPTIONS in python

2017-07-30 Thread Noel O'Boyle
That's a read option for reading a particular format. See the docs for info on options for different formats. On 30 Jul 2017 9:31 a.m., "devw" wrote: Hi, I have some python code I'm working with, parts of which were written by someone else, including the bit I'm currently struggling with. The c