-
Notifications
You must be signed in to change notification settings - Fork 0
mendross‐web
Welcome to the mendross-web wiki!
Main Links
Command-Line Interface Version |
The author |
Abstract

Mendross is a punnett square calculator with a chi-square functionality for solving Monohybrid, Dihybrid and Trihybrid mendelian genetic problems.
I'm a biotechnological sciences student at MSA university. while taking a genetics course, I came to meet the basic mendelian inheritance punnett square. Oneday I encountered a problem solving a trihybrid crossing problem, I Googled a punnett square tool online but found nothing.
Here's an glance of what mendross can do.
Simply, It's a tool developed for helping genetics students learn and experiment with Mendelian genetics laws, Through an Interactive, Free, Open-source and Easy-to-use Web App. There's another version of it as a CLI. The project is developed during the study year.
You can contribute to this project by either:
- Create an issue
Or:
- Fork this repository
- Clone the fork onto your system
- Install Perldancer with
curl -L http://cpanmin.us | perl - --sudo Dancer2 - Run
plackup -r bin/app.psgito fire the server. - It's ready through http://localhost:5000
- Make changes and check for bugs 😄
- Submit a Pull Request referencing the issue
-
/viewscontains the views with an extension (.tt) which is the Perldancer template engine translate. -
/lib/Mendross.pmcontains the only controller written as a perl module, it contains all the logic behind mendross. -
/bin/app.psgiis the perldancer server file -
/publiccontains CSS and JS static files (including Materials)
