Hello,
I am interested in generating the same image as is https://www.bonvinlab.org/education/HADDOCK24/HADDOCK24-protein-DNA-advanced/PyMol.jpg so I would like to generate the same image according to tutorial first, then generate image for my own transcriptional factor docking DNA. I use Haddock3 and I already run Haddock3 for my own protein/dna sequence so I have some .pdbs on output. At first in an advanced tutorial for Haddock2.4 /education/HADDOCK24/HADDOCK24-protein-DNA-advanced/ I found a PyMol plugin named ../tools/AIRviewer.py so I jumped directly to heading Using the PyMol plugin to create the AIR file (I hope I could skip first parts of tutorial), I tried to download fixed tool for Python3 from link in this topic Problem about Airviewer in Pymol (I had to add r
because python3 in row 801: splitter1 = re.compile(r'\(|\)'); startassign = False
) and run commands according to the tutorial and attached screenshot but after that, output does not look like the same as in tutorial. I also had to move to the folder 3CR0/part_3
file ambig_pm.tbl
taken in sibling folder part_3-arch
. It was not mentioned in that part of tutorial so I guess the tutorial is one chain?
Thank you