Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd DNA codons decoder #354
Comments
|
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
|
Hi,I'm new to contributing, is it possible to try this one? |
Hey @MikeMerz !! Welcome to Ciphey! And if you're new to contributing, what a great project to contribute to This is our guide on adding new things to Ciphey: https://github.com/Ciphey/Ciphey/wiki/Adding-your-own-ciphers You'll want to add a decoder for this. I would suggest getting a function working outside of Ciphey first, and then importing it into Ciphey when it's ready to be added :) if you have to have a dictionary or table of letters or an alphabet, please let us know. We can add it to CipheyDists which will be much easier for you and I to deal with We have a Discord where we can provide direct, as-soon-as-possible support too: If you have any questions or need support please don't be afraid to let us know :) I have assigned this issue to you |
|
Hello all, I have already:
Also, could you tell me how do I test this module using the ciphey package? Thank you! |
|
Hey @bee-san , |
Hey! Very sorry, but someone got there first. This is especially annoying, as I assigned you to this issue and they must have ignored it :( #363 I added another issue that I believe is quite easy to implement, do you want me to assign you to this instead? :) It's URL decoding |
|
Hello, unfortunately this issue title is misleading and we are not looking for a DNA to Binary decoder. We are wanting a DNA codons decoder similar to this https://www.dcode.fr/codons-genetic-code Additionally, I have now taken over this issue/decoder with additional support from @anantverma275 in the Discord. I have already created a table mapping the various DNA codons to letters. I suggest you pick another encoding or cipher to implement from one of the issues, or you can work on the one that @bee-san suggested. Thank you. |
Ye sure I guess. |
https://www.dcode.fr/codons-genetic-code
https://en.wikipedia.org/wiki/Genetic_code
https://en.wikipedia.org/wiki/DNA_codon_table