JanRose1 / Neg_Select_Pred

MIT License
0 stars 0 forks source link

Read in function that reads in information about Amino Acids #20

Open JanRose1 opened 1 year ago

JanRose1 commented 1 year ago

Is your feature request related to a problem? Please describe. Need to read in information about Amino Acids in order to create simulated protein folding scenarios

Describe the solution you'd like Have a text file containing the AA information in tabular format And then write a function that imports that information and converts it into a dict.

Describe alternatives you've considered Considered having it be a global variable but reading in from a text file permits more freedom to manipulate certain values and information as needed.

Additional context N/A

rnsherpa commented 1 year ago

Addressed in PR: https://github.com/JanRose1/Neg_Select_Pred/pull/23

Waiting on review