Skip to content
Snippets Groups Projects
Commit 28bf0194 authored by nservant's avatar nservant
Browse files

[LINT] markdown

parent ec0e2cc3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v1.3.0dev
## v1.3.0dev
* Add HiCExplorer distance decay quality control
* Add HiCExplorer TADs calling
......@@ -130,4 +130,3 @@ if not provided.
* Normalization of the contact maps using the ICE algorithm
* Generation of cooler file for visualization on [higlass](https://higlass.io/)
* Quality report based on HiC-Pro MultiQC module
......@@ -108,4 +108,3 @@ In addition, references of tools and data used in this pipeline are as follows:
> Nicolas Servant, Nelle Varoquaux, Bryan R. Lajoie, Eric Viara, Chongjian Chen, Jean-Philippe Vert, Job Dekker, Edith Heard, Emmanuel Barillot.
>
> Genome Biology 2015, 16:259 doi: [10.1186/s13059-015-0831-x](https://dx.doi.org/10.1186/s13059-015-0831-x)
......@@ -30,7 +30,6 @@ results # Finished results (configurable, see below)
When you run the above command, Nextflow automatically pulls the pipeline code from GitHub and stores it as a cached version. When running the pipeline after this, it will always use the cached version if available - even if the pipeline has been updated since. To make sure that you're running the latest version of the pipeline, make sure that you regularly update the cached version of the pipeline:
```bash
nextflow pull nf-core/hic
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment