[console_scripts]
genotype = genotype.cli:root

[genotype.subcommands.2]
add-sex = genotype.store.cli:add_sex
check = genotype.match.cli:check
delete = genotype.load.cli:delete
export-sample = genotype.store.cli:export_sample
export-sample-analysis = genotype.store.cli:export_sample_analysis
init = genotype.init.cli:init
load = genotype.load.cli:load
ls = genotype.store.cli:ls
match = genotype.match.cli:match
mip-sex = genotype.store.cli:mip_sex
sample = genotype.store.cli:sample
serve = genotype.server.cli:serve
view = genotype.store.cli:view

