Skip to content

Commit

Permalink
v0.7.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
caleblareau committed Sep 2, 2017
1 parent 35bc78c commit 004e8a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ Supervisor
Contributors
------------

None yet. Make yours today!
* Alejandro Reyes <alejandro.reyes.ds@gmail.com>


3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.6.2
- Fixed error associated with new files being produced from newer versions of HiC-Pro

# 0.6.0
- Fixed inconsistencies with duplicates

Expand Down
2 changes: 1 addition & 1 deletion hichipper/interactionsCall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo "`date`: Mapped_unique_quality_valid_pairs=${Mapped_unique_quality_valid_pa

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

minimumsize=10
actualsize=$(wc -c < "${WK_DIR}/${OUT_NAME}/${SAMPLE}_temporary_peaks.merged.bed.tmp")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='hichipper',
version='0.6.1v2',
version='0.7.0',
url='https://github.com/aryeelab/hichipper',
license='MIT',
author='Caleb Lareau and Martin Aryee',
Expand Down

0 comments on commit 004e8a0

Please sign in to comment.