Skip to content
Snippets Groups Projects
CHANGELOG.md 1.1 KiB
Newer Older
# nf-core/hic: Changelog

nservant's avatar
nservant committed
## v1.1dev

* Support 'N' base motif in restriction/ligation sites
* Support multiple restriction enzymes/ligattion sites (comma separated) (#31)
* Add --saveInteractionBAM option
nservant's avatar
nservant committed
* Add DOI (#29)
nservant's avatar
nservant committed
* Fix bug for reads extension _1/_2 (#30)
* Update manual (#28)

## v1.0 - 2019-05-06
nservant's avatar
nservant committed

First version of nf-core Hi-C pipeline which is a Nextflow implementation of the [HiC-Pro pipeline](https://github.com/nservant/HiC-Pro/).
Note that all HiC-Pro functionalities are not yet all implemented.
The current version supports most protocols including Hi-C, in situ Hi-C, DNase Hi-C, Micro-C, capture-C or HiChip data.
nservant's avatar
nservant committed

In summary, this version allows :

* Automatic detection and generation of annotation files based on igenomes if not provided.
* Two-steps alignment of raw sequencing reads
* Reads filtering and detection of valid interaction products
* Generation of raw contact matrices for a set of resolutions
* 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