Team:Exeter/lab book/glyco/wk3
From 2012.igem.org
Jamesml213 (Talk | contribs) |
Jamesml213 (Talk | contribs) |
||
Line 87: | Line 87: | ||
</font> | </font> | ||
- | 10/07/12 | + | <p><i>10/07/12</i></p> |
<p>Database:</p> | <p>Database:</p> | ||
<p>1) Added a variable, failed to loop over items in queryCurs after search. If items are found in queryCurs. The error message is printed to console.</p> | <p>1) Added a variable, failed to loop over items in queryCurs after search. If items are found in queryCurs. The error message is printed to console.</p> | ||
Line 99: | Line 99: | ||
<p>4) Create the database and save it to a file, so it is called each time rather than having to be created. | <p>4) Create the database and save it to a file, so it is called each time rather than having to be created. | ||
</br> | </br> | ||
- | <p>11/07/12</p> | + | <p><i>11/07/12</i></p> |
<p>Completed Python 2.7 Tkinter GUI tutorial 1 and located module file</p> | <p>Completed Python 2.7 Tkinter GUI tutorial 1 and located module file</p> | ||
<p>Completed second tutorial on Tk interface and generated a menu bar. Created buttons for easy navigation. | <p>Completed second tutorial on Tk interface and generated a menu bar. Created buttons for easy navigation. |
Revision as of 18:58, 25 September 2012
Glycobase: 9th - 13th July 2012 10/07/12 Database: 1) Added a variable, failed to loop over items in queryCurs after search. If items are found in queryCurs. The error message is printed to console. 2) Could put the whole program in an infinite loop so that the program asks for the next sugar sequence. 3) With regards to accepting an arbitrary number of 'sugars': - Append each user input to a list - User input: type q to quit infinite loop - Call the list 'sugars' and create the conn tuple (2 item) over the indices contained in sugars. - Run the query for each conn generated. This will require progressive work 4) Create the database and save it to a file, so it is called each time rather than having to be created. 11/07/12 Completed Python 2.7 Tkinter GUI tutorial 1 and located module file Completed second tutorial on Tk interface and generated a menu bar. Created buttons for easy navigation. |