-
Notifications
You must be signed in to change notification settings - Fork 2
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
Staple Architecture with basic testing #32
base: predeploy
Are you sure you want to change the base?
Conversation
…ons and tests required however
Codecov Report
@@ Coverage Diff @@
## predeploy #32 +/- ##
=============================================
+ Coverage 75.39% 79.62% +4.23%
=============================================
Files 14 14
Lines 1345 1345
=============================================
+ Hits 1014 1071 +57
+ Misses 331 274 -57
Continue to review full report at Codecov.
|
…itten to oxDNA unfortunately
@debeshmandal from looking at the build errors, it seems they are due to a softnanotools import error, how do I go about solving this? |
Just add |
…either plotting or tidy up of protocols
…into shanil-staples
Summary
First 5 weeks of Masters Project - Coding Progress:
StapleBaseClass
.LatticeRoute
)lattice
) which stores information about each nucleotidelattice
can be read to generate staples (using aStaplingAlgorithm
) and written to (by `write_staples_to_array)StapleContainer
in which we can write methods to edit the collection of staples to generate multiple possible configurationsFurther updates