Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 580 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 580 Bytes

PYTHON UBUNTU

  • This app is running under Python 2.7
  • Install PyCharm Community Edition or make sure Python is installed on your computer.
  • PyCharm:
    • Importar el proyecto
    • Run > Run main.py <file_path> father mother
      • Example:
        • $ python main.py test.txt AaBbcc AABBCC
  • Console
    • python utils.py
  • test.txt correspond to the phenotypes available according to the letter.

GIT

  1. git clone https://github.com/pitoc8/cruceMendelianoPython.git
  2. git status
  3. git add
  4. git commit -m "Message"
  5. git push
  6. git pull