Skip to content

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed May 2, 2024
1 parent 5a4f4b4 commit a0e175d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snapatac2-python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snapatac2-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snapatac2"
version = "2.6.1-dev0"
version = "2.6.1"
edition = "2021"
authors = ["Kai Zhang <[email protected]>"]
description = "Rust APIs"
Expand Down
5 changes: 4 additions & 1 deletion snapatac2-python/python/snapatac2/genome.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ def chrom_sizes(self):
"chr13": 114364328, "chr14": 107043718, "chr15": 101991189,
"chr16": 90338345, "chr17": 83257441, "chr18": 80373285,
"chr19": 58617616, "chr20": 64444167, "chr21": 46709983,
"chr22": 50818468, "chrX": 156040895, "chrY": 57227415},
"chr22": 50818468, "chrX": 156040895, "chrY": 57227415,
"chrM": 16569 },
)
hg38 = GRCh38

Expand Down Expand Up @@ -161,6 +162,7 @@ def chrom_sizes(self):
"chr19": 61420004,
"chrX": 169476592,
"chrY": 91455967,
"chrM": 16299,
},
)
mm39 = GRCm39
Expand Down Expand Up @@ -192,6 +194,7 @@ def chrom_sizes(self):
"chr19": 61431566,
"chrX": 171031299,
"chrY": 91744698,
"chrM": 16299,
},
)
mm10 = GRCm38

0 comments on commit a0e175d

Please sign in to comment.