You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/News.rst
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,28 @@
1
1
News and Developments
2
2
=====================
3
3
4
+
5
+
Release 3.6
6
+
-----------
7
+
**10 November 2020**
8
+
9
+
- hicAggregateContacts, thanks @LeilyR:
10
+
- hicAggragateContact has been updated to be able to handle inter chromosomal contacts as well as inter chromosomal contacts
11
+
- Added scikit-learn to dependencies
12
+
- hicBuildMatrix: Fixing another bug concerning scaffolds without any restriction enzyme cut site
13
+
- Updated dependencies
14
+
- Adding default values to the documentation. Thanks @lldelisle
15
+
- hicTransform: Fixing a bug in case one of the intermediate matrices is empty
16
+
- Official Python 3.8 support:
17
+
- Manually setting 'fork' as the start method for multiprocessing because the default on macOS was set to 'spawn'
18
+
19
+
4
20
Release 3.5.3
5
21
-------------
6
22
**14 October 2020**
7
23
8
24
- Bug fix release:
9
-
- Reads from scaffolds without any restriction enzym cut site are considered as 'same fragment'. An appearance of such a read will not lead to a crash anymore
25
+
- Reads from scaffolds without any restriction enzyme cut site are considered as 'same fragment'. An appearance of such a read will not lead to a crash anymore
Joachim Wolff, Leily Rabbani, Ralf Gilsbach, Gautier Richard, Thomas Manke, Rolf Backofen, Björn A Grüning.
8
+
**Galaxy HiCExplorer 3: a web server for reproducible Hi-C, capture Hi-C and single-cell Hi-C data analysis, quality control and visualization, Nucleic Acids Research**, Nucleic Acids Research, Volume 48, Issue W1, 02 July 2020, Pages W177–W184, https://doi.org/10.1093/nar/gkaa220
9
+
10
+
Joachim Wolff, Vivek Bhardwaj, Stephan Nothjunge, Gautier Richard, Gina Renschler, Ralf Gilsbach, Thomas Manke, Rolf Backofen, Fidel Ramírez, Björn A Grüning.
11
+
**Galaxy HiCExplorer: a web server for reproducible Hi-C data analysis, quality control and visualization**, Nucleic Acids Research, Volume 46, Issue W1, 2 July 2018, Pages W11–W16, doi: https://doi.org/10.1093/nar/gky504
12
+
13
+
Fidel Ramirez, Vivek Bhardwaj, Jose Villaveces, Laura Arrigoni, Bjoern A Gruening,Kin Chung Lam, Bianca Habermann, Asifa Akhtar, Thomas Manke.
14
+
**"High-resolution TADs reveal DNA sequences underlying genome organization in flies". Nature Communications**, Volume 9, Article number: 189 (2018), doi: https://doi.org/10.1038/s41467-017-02525-w
help='Writes the names of the rejected H0 (therefore containing the differential interactions) to file. Can be used for batch processing mode of chicPlotViewpoint.',
87
+
help='Writes the names of the rejected H0 (therefore containing the differential interactions) to file. Can be used for batch processing mode of chicPlotViewpoint.'
Copy file name to clipboardExpand all lines: hicexplorer/chicPlotViewpoint.py
+25-14Lines changed: 25 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,6 @@ def parse_arguments(args=None):
49
49
'Format is --region upstream downstream, e.g.: --region 500000 500000 plots 500kb up- and 500kb downstream. This value should not exceed the range used in the other chic-tools.',
0 commit comments