-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
c #81
Conversation
Tradeoffs tradeoffs...
Basically, I want to get the minimally viable output python library out as quickly as I can. I think this is going to be just a Fasta parser, with continuous integration and testing (now with python too! Whew!) |
Ok, thought a little more about this. Here is what I want:
This is a lot of just continuous development stuff, which honestly is exactly what it is. I think easy interfacing REALLY matters here. So long as I can package it well, and know how the packaging works, we can slowly integrate functionality from the overall library. What matters here is that it works and we have a platform we can get the rest of the code on. |
Alright, now we got a package! |
https://pypi.org/project/dnadesign/0.1.0/ Let's gooooo! Still need the automated CI/CD, but confirmed we can upload to pypi which is huge! |
Ok, I don't have automatic documentation, but I think this is sufficient for a release, especially to try out what it looks like to publish to pypi, and if that actually works. |
This adds a c library bindings to dnadesign. Work in progress. Addresses #80