File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,6 @@ Supervisor
15
15
Contributors
16
16
------------
17
17
18
- None yet. Make yours today!
18
+ * Alejandro Reyes <alejandro.reyes.ds@gmail.com>
19
+
20
+
Original file line number Diff line number Diff line change
1
+ # 0.6.2
2
+ - Fixed error associated with new files being produced from newer versions of HiC-Pro
3
+
1
4
# 0.6.0
2
5
- Fixed inconsistencies with duplicates
3
6
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ echo "`date`: Mapped_unique_quality_valid_pairs=${Mapped_unique_quality_valid_pa
26
26
27
27
# Merge gaps; check bedtools
28
28
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"
30
30
31
31
minimumsize=10
32
32
actualsize=$( wc -c < " ${WK_DIR} /${OUT_NAME} /${SAMPLE} _temporary_peaks.merged.bed.tmp" )
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'hichipper' ,
10
- version = '0.6.1v2 ' ,
10
+ version = '0.7.0 ' ,
11
11
url = 'https://github.com/aryeelab/hichipper' ,
12
12
license = 'MIT' ,
13
13
author = 'Caleb Lareau and Martin Aryee' ,
You can’t perform that action at this time.
0 commit comments