forked from elrakabawi/mendross-web
-
Notifications
You must be signed in to change notification settings - Fork 0
mendross
Bankn8II©$A edited this page May 6, 2025
·
2 revisions
fixed: An open-source online tool that compute Mono, Di and Trihybrid cross using punnett square: L:\Clones_github\ABC_ub_particles-master
https://web.expasy.org/translate/

see: L:\Clones_github\Mendelian\Mendelian
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`.