From fc57448cee74e220eab93afa256d369dd541ba92 Mon Sep 17 00:00:00 2001 From: Carl Vitzthum Date: Thu, 30 May 2019 15:57:29 -0400 Subject: [PATCH 1/2] 0.7.2 -- pass used_chrs to parse_hic for correct chromsome naming in warning --- README.md | 2 ++ hic2cool/_version.py | 2 +- hic2cool/hic2cool_utils.py | 16 +++++++++------- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4017f88..cfb77df 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ You may also provide the optional `-e` flag, which will cause the mitchondrial c ## Changelog +### 0.7.2 +* Warning from `parse_hic` will now output chromsome names, not indexes ### 0.7.1 * Add `format` and `format-version` to `/` collection for multi-resolution coolers written by hic2cool * Run `hic2cool_update` to add these attributes to mcool files generated with previous hic2cool versions diff --git a/hic2cool/_version.py b/hic2cool/_version.py index a5f830a..bc8c296 100644 --- a/hic2cool/_version.py +++ b/hic2cool/_version.py @@ -1 +1 @@ -__version__ = "0.7.1" +__version__ = "0.7.2" diff --git a/hic2cool/hic2cool_utils.py b/hic2cool/hic2cool_utils.py index b49ef14..3c0ec00 100755 --- a/hic2cool/hic2cool_utils.py +++ b/hic2cool/hic2cool_utils.py @@ -308,8 +308,8 @@ def read_normalization_vector(f, buf, entry): return np.frombuffer(buf, dtype=np.dtype(' Date: Thu, 30 May 2019 21:08:32 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfb77df..a02e828 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ You may also provide the optional `-e` flag, which will cause the mitchondrial c ## Changelog ### 0.7.2 -* Warning from `parse_hic` will now output chromsome names, not indexes +* Warning from `hic2cool_utils.parse_hic` will now output chromsome names, not indices ### 0.7.1 * Add `format` and `format-version` to `/` collection for multi-resolution coolers written by hic2cool * Run `hic2cool_update` to add these attributes to mcool files generated with previous hic2cool versions