Skip to content

Commit 004e8a0

Browse files
author
caleblareau
committed
v0.7.0 bump
1 parent 35bc78c commit 004e8a0

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Authors.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ Supervisor
1515
Contributors
1616
------------
1717

18-
None yet. Make yours today!
18+
* Alejandro Reyes <alejandro.reyes.ds@gmail.com>
19+
20+

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.6.2
2+
- Fixed error associated with new files being produced from newer versions of HiC-Pro
3+
14
# 0.6.0
25
- Fixed inconsistencies with duplicates
36

hichipper/interactionsCall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ echo "`date`: Mapped_unique_quality_valid_pairs=${Mapped_unique_quality_valid_pa
2626

2727
# Merge gaps; check bedtools
2828
echo "`date`: Intersecting PETs with anchors" | tee -a $LOG_FILE
29-
sortBed -i "${WK_DIR}/${PEAKFILE}" | bedtools merge -d $MERGE_GAP -i stdin > "${WK_DIR}/${OUT_NAME}/${SAMPLE}_temporary_peaks.merged.bed.tmp"
29+
bedtools sort -i "${WK_DIR}/${PEAKFILE}" | bedtools merge -d $MERGE_GAP -i stdin > "${WK_DIR}/${OUT_NAME}/${SAMPLE}_temporary_peaks.merged.bed.tmp"
3030

3131
minimumsize=10
3232
actualsize=$(wc -c < "${WK_DIR}/${OUT_NAME}/${SAMPLE}_temporary_peaks.merged.bed.tmp")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='hichipper',
10-
version='0.6.1v2',
10+
version='0.7.0',
1111
url='https://github.com/aryeelab/hichipper',
1212
license='MIT',
1313
author='Caleb Lareau and Martin Aryee',

0 commit comments

Comments
 (0)