harryjubb / arpeggio

Calculation of interatomic interactions in molecular structures
http://biosig.unimelb.edu.au/arpeggioweb/
GNU General Public License v3.0
69 stars 24 forks source link

arpeggio for RNA or DNA? #25

Closed filipsPL closed 2 years ago

filipsPL commented 2 years ago

Can the arpeggio be used to detect interactions if the receptor is RNA or DNA? Tests indicate that it works for some cases, eg., for 1AJU, but fails to run on 1Q8N or 5SWE (RNA) and 3EM2 or 3MVB (DNA).

harryjubb commented 2 years ago

That shouldn't be a problem. If possible please can you share:

n-szulc commented 2 years ago

I am sharing links to web server calculations, in each case I used the default settings

harryjubb commented 2 years ago

Ah, I think Arpeggio is having an issue there with nucleotide-only structures. It's trying to build an internal representation of polypeptides, and failing where it can't find any.

I can look at updating the command line program but don't have guarantees on when I can be available to do this. I'd welcome any pull request with code changes to fix the issue.

Unfortunately the web server is unlikely to be updated from the original version distributed with the paper; I no longer have access to that version.

You could also try those structures with the PDBe's more active fork https://github.com/PDBeurope/arpeggio

filipsPL commented 2 years ago

Thank you for your prompt reply and clarification!