Skip to content

Python scripts to create reference genome files (e.g. Genbank) from various inputs (e.g. vcf)

License

Notifications You must be signed in to change notification settings

churchlab/reference_genome_maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reference_genome_maker

Python scripts to create reference genome files (e.g. Genbank) from various inputs (e.g. vcf)

Requirements

We use virtualenv.

$ virtualenv venv

$ source venv/bin/activate .

(venv) $ pip install -r requirements.txt

Do not modify requirements.txt by hand. After installing new requirements through pip, run:

(venv) $ pip freeze > requirements.txt

Testing

We use nose for testing. Running the following from the top-level directory should work:

(venv) $ nosetests

About

Python scripts to create reference genome files (e.g. Genbank) from various inputs (e.g. vcf)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages