Skip to content

dalloliogm/snps-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

database to handle SNPs data.

To setup the database, edit src/config.txt, and then execute 'make upload_database' from the src dir.

To work with the database, you should move to the src directory, open a python shell, and then import * from schema.connection:

$: cd src
$: ipython
>>> from schema.connection import *

Then you will have imported the metadata objects Individual, SNP, etc.. and everything needed to work with the database.
Refer to elixir tutorial for the syntax and an introduction:
- http://elixir.ematia.de/trac/wiki/TutorialDivingIn

Testing: to test the various script, move to the corresponding directories (src/HGDPIO, src/schema) and then use nosetests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages