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

PDB file parsing and editing #1

Open
DocKDE opened this issue Feb 16, 2021 · 0 comments
Open

PDB file parsing and editing #1

DocKDE opened this issue Feb 16, 2021 · 0 comments

Comments

@DocKDE
Copy link

DocKDE commented Feb 16, 2021

Hi Justin,

I'm currently working with PDB files and frequently find myself in the situation that I need to edit them, specifically the columns for charge and B-values which I need as input for quantum chemical software. I've written a small Python program to handle some basic parsing, querying and editing but I'm also currently learning Rust and thought it might be a good exercise somewhere along the line to implement my use case in Rust and maybe add some features to my original Python implementation.
Since reinventing the wheel might not be the best idea I though, a quick web search led me here and it seems someone else had a similar idea before me. Your readme says that you may be interested in making this into an actual library, does that still apply?

Best

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

1 participant