LICENSE.txt
MANIFEST.in
README.mkd
setup.py
gwip/__init__.py
gwip/error.py
gwip/pipeline.py
gwip/version.py
gwip.egg-info/PKG-INFO
gwip.egg-info/SOURCES.txt
gwip.egg-info/dependency_links.txt
gwip.egg-info/entry_points.txt
gwip.egg-info/requires.txt
gwip.egg-info/top_level.txt
gwip/config/__init__.py
gwip/config/parser.py
gwip/db/__init__.py
gwip/db/utils.py
gwip/formats/__init__.py
gwip/formats/impute2.py
gwip/formats/index.py
gwip/reporting/__init__.py
gwip/reporting/autoreport.py
gwip/reporting/utils.py
gwip/reporting/templates/float_template.tex
gwip/reporting/templates/graphics_template.tex
gwip/reporting/templates/iterate_template.tex
gwip/reporting/templates/main_template.tex
gwip/reporting/templates/section_template.tex
gwip/reporting/templates/tabular_template.tex
gwip/reporting/templates/biblio/references.bib
gwip/reporting/templates/biblio/references.bst
gwip/reporting/templates/parts/background.tex
gwip/reporting/templates/parts/completion_rate.tex
gwip/reporting/templates/parts/conclusions.tex
gwip/reporting/templates/parts/cross_validation.tex
gwip/reporting/templates/parts/frequencies.tex
gwip/reporting/templates/parts/methods.tex
gwip/reporting/templates/utils/Makefile
gwip/script_templates/run_skat.R
gwip/task/__init__.py
gwip/task/launcher.py
gwip/tests/__init__.py
gwip/tests/python_3_3_compatibility.py
gwip/tests/test_db.py
gwip/tests/test_formats.py
gwip/tests/test_impute2_merger.py
gwip/tests/test_imputed_stats.py
gwip/tests/test_launcher.py
gwip/tests/test_main_pipeline.py
gwip/tests/test_reporting_utils.py
gwip/tests/data/regression_sim.txt.bz2
gwip/tests/data/regression_sim_inter.txt.bz2
gwip/tests/data/skat_x_matrix.csv.bz2
gwip/tests/data/skat_y_continuous_vector.csv.bz2
gwip/tests/data/skat_y_discrete_vector.csv.bz2
gwip/tests/data/skat_z_matrix.csv.bz2
gwip/tools/__init__.py
gwip/tools/impute2_extractor.py
gwip/tools/impute2_merger.py
gwip/tools/imputed_stats.py