Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified residues #42

Open
ghost opened this issue Sep 16, 2020 · 2 comments
Open

Modified residues #42

ghost opened this issue Sep 16, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 16, 2020

Hello,

Does BARNABA have the ability to read modified residues. And can it calculate features of these residues like eRMSD, RMSD and gvectors? If yes, how?

Thank you,

Tia

@valeriopiomponi
Copy link

I had the same issue few weeks ago. I simply added my modified nucleotide (m6A) to the residue dictionary here https://github.com/srnas/barnaba/blob/master/barnaba/definitions.py
I simply added 'm6A' : 'A' in the list on line 24. In this way, any time barnba see a residue named m6a, I will treat it as a simple adenine (that i think is good in terms of gvectors/ermds calculations)

@sbottaro
Copy link
Collaborator

Thanks @valeriopiomponi. You can add any modifications you need, as long as you make sure the name of atoms C2/C4/C6 are present in the modified base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants