cslarsen/arv

Usage Section of Readme unclear

Closed this issue · 1 comments

This is what is written in usage section.

genome["rs123"]
snp
<SNP: chromosome=7 position=24966446 genotype='AA'>
snp.chromosome
7
snp.position
24966446
snp.genotype
<Genotype 'AA'>

I think you mean to put the first two statements together

genome["rs123"]
snp

becomes

snp = genome["rs123"]

Fixed in 3999e00, thanks