Skip to content
Bankn8II©$A edited this page May 3, 2025 · 4 revisions

Welcome to the mendross wiki!

https://web.expasy.org/translate/

image

see: L:\Clones_github\Mendelian\Mendelian

Mendross

Command line interface mendelian crossing algorithimc tool built with Perl. It draws punett sqaure for three types of inheritence patterns: Monohybrid, dihybrid and trihybrid crossing.


Roadmap:
Stage 1: Command-line tool for Mono,di and trihybrid punnett square inheritance patterns.
Stage 2: Generalized binary tree algorithm for computing (N) numbers of genes. (i.e AABBCCDDEEXXYY)
Stage 3: Web GUI app for the tool. (using PerlDancer)


Note: the CLI uses non-core perl module Text::Table, so make sure to download it first with the command `cpan Text::Table` if your find it hard due to permessions, open the CPAN shell in with sudo `sudo perl -MCPAN -e shell` then type `install Text::Table`.

Clone this wiki locally