Skip to content
Snippets Groups Projects
Commit c4f42dd3 authored by Julia K's avatar Julia K
Browse files

Fixing code typo: allelle -> allele.

parent b3350b8a
No related merge requests found
......@@ -81,7 +81,7 @@ def run(argv=sys.argv[1:]):
allele_counts = df.allele.value_counts()
if args.allele:
alleles = args.allelle
alleles = args.allele
df = df.ix[df.allele.isin(alleles)]
else:
alleles = list(allele_counts.ix[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment