Marco Biasini

Results 27 comments of Marco Biasini

Hi Omar, sorry for the late reply. I've been a bad project maintainer for the last month and didn't get around to answer any questions on github. If this anwer...

Just last week, @ajfarkas submitted a patch that allows you to specify your own colors for the bySS color scheme: http://pv.readthedocs.io/en/latest/coloring.html#pv.color.bySS. This feature is available in master. You might want...

Here is the new API, the above sample probably doesn't work anymore :). ``` python import pvviewer as pv structure = pv.mol.from_pdb_id('2por') viewer = pv.Viewer() viewer.cartoon('porin', structure, color=pv.color.ss_succession()) viewer.auto_zoom() viewer.show()...

That sounds like a plan. I'll look into it to see what is required to making that happen.

@satary: It's hard to say what's going on. As @hainm pointed out, you might see what's wrong by taking a look at the JavaScript console of your browser. @ajfarkas: The...

@satary: I've update the python module to use rawgit. Can you try if the latest version is working for you? Best, Marco

@hainm: yes, that's certainly the better solution. I'll look into it. Won't happen before the weekend, though.

You can use `mol.assignHelixSheet(structure);` to assign secondary structure based on a very simple algorithm. The algorithm is not as accurate as others, but it's a start. If you want to...

unfortunately, that's not supported right now. That's one of the limitations that has been nagging me for a long time. It's not difficult to implement, but it will take some...

Hi, I'm glad you enjoy it! Unfortunately, there is no support for orthographic projections in PV. The assumption that the scene is rendered using a perspective projection is spread all...