Skip to content

Commit 57a1351

Browse files
authored
Merge branch 'master' into 2.0.1-bugfix
2 parents 154ce19 + 87b032f commit 57a1351

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* [ ] Flake8 passes (`flake8 . --exclude=.venv,.build,planemo_test_env,build --ignore=E501,F403,E402,F999,F405,E712`)
2+
* [ ] Local tests pass (`py.test hicexplorer --doctest-modules`)
3+

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ any type of genomic scores), long range contacts and the visualization of viewpo
2727
Citation:
2828
^^^^^^^^^
2929

30+
3031
Fidel Ramirez, Vivek Bhardwaj, Jose Villaveces, Laura Arrigoni, Bjoern A Gruening, Kin Chung Lam, Bianca Habermann, Asifa Akhtar, Thomas Manke.
3132
**"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
3233

34+
3335
.. image:: ./docs/images/hicex2.png
3436

3537
Installation

docs/content/list-of-tools.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ HiCExplorer tools
44
.. contents::
55
:local:
66

7+
78
+--------------------------------+------------------+-----------------------------------+---------------------------------------------+-----------------------------------------------------------------------------------+
89
| tool | type | input files | main output file(s) | application |
910
+================================+==================+===================================+=============================================+===================================================================================+
@@ -142,3 +143,4 @@ Miscellaneous
142143

143144
:ref:`hicExport`
144145
""""""""""""""""
146+

docs/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,15 @@ Contents:
5353

5454
.. toctree::
5555
:maxdepth: 2
56-
56+
5757
content/installation
5858
content/list-of-tools
5959
content/example_usage
6060
content/News
6161

62+
63+
64+
6265
Citation
6366
---------
6467

0 commit comments

Comments
 (0)