Closed shuuul closed 1 year ago
Hi @jgreener64 , I made a new PR. You can check the diff easier.
Patch coverage: 98.76%
and project coverage change: +0.14%
:tada:
Comparison is base (
bc70e73
) 95.51% compared to head (16d8a08
) 95.66%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @jgreener64 , I just modified the PR according to your comments.
Hi @jgreener64, I made the changes. Thanks for guiding me in making this PR. This great package saved me a lot of time.
Hi @jgreener64 , do you plan to make a release of 2.1.0? I am building a package based on the secondary structure assignment, and I want to make the 2.1.0 my dependency.
I'll try and get v2.1.0 out by the end of the week, just need to make some small updates first.
v2.1.0 is out. In the end I changed the secondary structure code to be stored as a Char
, so you may need to update your code as appropriate.
Solve the problem in https://github.com/BioJulia/BioStructures.jl/issues/33 Add
ss_code
field to Residue. Addrun_dssp
andrun_stride
. Add support for ProteinStructure with multiple models. Addss_code!
to assign ss_code to residue. Addss_code
to read ss_code of residue/atom. Addhelixselector
,sheetselector
,coilselector