Difference between revisions of "Ksherbina Project Notebook"
From LMU BioDB 2013
(→Import/Export of Gene Database: Made some corrections) |
(→Setting Up the Testing Environment: Edited section name) |
||
Line 3: | Line 3: | ||
==Week 12== | ==Week 12== | ||
− | === | + | ===Starting the Set Up of the Testing Environment=== |
#Downloaded the following software onto my personal computer: | #Downloaded the following software onto my personal computer: |
Revision as of 07:09, 15 November 2013
Assignment Description | Week 1 | Week 2 | Week 3 | Week 4 | Week 5 | Week 6 | Week 7 | Week 8 | Week 9 | Week 10 | Week 11 | Week 12 | Week 13 | Week 15 |
Class Journal | Week 1 | Week 2 | Week 3 | Week 4 | Week 5 | Week 6 | Week 7 | Week 8 | Week 9 | |||||
Individual Journal | Week 2 | Week 3 | Week 4 | Week 5 | Week 6 | Week 7 | Week 8 | Week 9 | Week 10 | Week 11 |
Other | Week 5: Database Wiki |
Final Project | Team H(oo)KD Project Page | Journal Club Presentation | Project Individual Journal |
Contents |
Week 12
Starting the Set Up of the Testing Environment
- Downloaded the following software onto my personal computer:
- Latest version of GenMAPP Builder (gmbuilder2.0-b71) from SourceForge
- Java SE 7u45
- Eclipse IDE for Java EE Developers
- Created an account on SourceForge.
Import/Export of Gene Database
- Downloaded the UniProt XML for C. trachomatis serovar A strain HAR-13: Uniprot XML C.trachomatis serovar A KS 20131114.xml
- Downloaded the GOA file for C. trachomatis serovar A: 22183.C trachomatis A KS 20131114.goa
- Created a new database in pgAdminIII: CT_KS_20131114_gmb2b71
- Created tables in the database by executing the script in the file gmbuilder.sql.
- Launched gmbuilder-32bit.bat:
- Configured the database in gmbuilder:
- Host or address: localhost
- Port number: 5432
- Database name: CT_KS_20131114_gmb2b71
- Username: postgres
- Password: <password of the PostgreSQL database created above>
- Imported the UniProt XML file into the PostgreSQL database through gmbuilder.
- Imported the OBO-XML file into the PostgreSQL database through gmbuilder.
- gmbuilder was not able to completely process the data. See the testing report below for details.
- Imported the GOA file into into the PostgreSQL database through gmbuilder.
- I did not begin the actual export of the database due to the problem with processing the OBO-XML file.
Testing Report
Version of GenMAPP Builder: 2.0b71
Computer on which export was run: Personal computer
Postgres Database name: CT_KS_20131114_gmb2b71
UniProt XML filename: Uniprot_XML_C.trachomatis_serovar_A_KS_20131114.xml
- UniProt XML version (The version information can be found at the UniProt News Page): UniProt release 2013_11
- Time taken to import: 1.70 min
GO OBO-XML filename: Go_daily-termdb_v2_HD_20131107.obo-xml
- GO OBO-XML version (The version information can be found in the file properties after the file downloaded from the GO Download page has been unzipped):
- Time taken to import: 9.29 min
- Time taken to process: Could no complete the process. The following error came up when gmbuilder was processing the 81000 term:
ERROR edu.lmu.xmlpipedb.gmbuilder.GenMAPPBuilder - java.util.concurrent.ExecutionException:java.lang.OutOfMemoryError: Java heap space
GOA filename: 22183.C_trachomatis_A_KS_20131114.goa
- GOA version (News on this page records past releases; current information can be found in the Last modified field on the FTP site):
- Time taken to import: 0.02 min
Name of .gdb file:
- Time taken to export .gdb:
- Upload your file and link to it here.
Note: