Skip to content

Commit

Permalink
changed ensemble _ to - (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-schroeder authored and johanneskoester committed Dec 19, 2019
1 parent d90abc3 commit 2844a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bio/reference/ensembl-variation/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
if type == "all":
if species == "homo_sapiens":
suffixes = [
"_chr{}".format(chrom) for chrom in list(range(1, 23)) + ["X", "Y", "MT"]
"-chr{}".format(chrom) for chrom in list(range(1, 23)) + ["X", "Y", "MT"]
]
else:
suffixes = [""]
Expand Down

0 comments on commit 2844a44

Please sign in to comment.