Menu

#1 simplified method does not work

open
nobody
None
5
2010-03-08
2010-03-08
No

**********************************************************
* PYENSA : PYthon-based Elastic Network Sequence Aligner *
* ====================================================== *
* ALIGNMENT MENU *
* ------------------------------------------------------ *
* [E] Perform an alignment using Extended mode *
* [S] Perform an alignment using Simplified mode *
* [M] Go to PYENSA Main menu *
**********************************************************
> Please enter a command: S
Traceback (most recent call last):
File "main.py", line 90, in <module>
on = showMenu()
File "main.py", line 84, in showMenu
showAlignmentMenu()
File "main.py", line 62, in showAlignmentMenu
doSimplifiedAlignment()
NameError: global name 'doSimplifiedAlignment' is not defined
olea:code jvilla$

Discussion


Log in to post a comment.