Team:Exeter/lab book/glyco/wk3

From 2012.igem.org

(Difference between revisions)
Line 49: Line 49:
     <div style="text-align:center; width:170">
     <div style="text-align:center; width:170">
       <font face="Verdana" color="#1d1d1b" size="2">
       <font face="Verdana" color="#1d1d1b" size="2">
-
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk1"; style="color:#1d1d1b">9th - 13th July</a>
+
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk1"; style="color:#1d1d1b">25th - 29th June</a>
         <p>
         <p>
         -
         -
         </p>
         </p>
-
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk2"; style="color:#1d1d1b">16th - 20th July</a>
+
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk2"; style="color:#1d1d1b">2nd - 6th July</a>
         <p>
         <p>
         -
         -
         </p>
         </p>
-
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk3"; style="color:#1d1d1b">23rd - 27th July</a>
+
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk3"; style="color:#1d1d1b">9th - 13th July</a>
         <p>
         <p>
         -
         -
         </p>
         </p>
-
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk4"; style="color:#1d1d1b">30th July - 3rd August</a>
+
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk4"; style="color:#1d1d1b">16th July - 20th July</a>
         <p>
         <p>
         -
         -
         </p>
         </p>
-
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk5"; style="color:#1d1d1b">6th - 10th August</a>
+
         <a href="https://2012.igem.org/Team:Exeter/lab_book/glyco/wk5"; style="color:#1d1d1b">23rd - 27th July</a>
       </font>
       </font>
     </div>
     </div>
Line 84: Line 84:
      
      
       <font face="DokChampa" color="#57b947" size="4">
       <font face="DokChampa" color="#57b947" size="4">
-
       <p><b><u>Glycobase: 23rd - 27th July 2012</u></b></p>
+
       <p><b><u>Glycobase: 9th - 13th July 2012</u></b></p>
       </font>
       </font>

Revision as of 13:24, 25 September 2012

ExiGEM2012 Lab Book Glyco wk3

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.