nf-core/hic      
 Analysis of Chromosome Conformation Capture data (Hi-C)
 chromosome-conformation-capturehi-c 
   Version history
What’s Changed
- Move to v2.1.0dev by @nservant in https://github.com/nf-core/hic/pull/148
- Fix incorrect handling of —restriction_site and —ligation_site params by @robomics in https://github.com/nf-core/hic/pull/153
- Fixed some spelling mistakes in the Output documentation by @jzohren in https://github.com/nf-core/hic/pull/155
- Update modules by @adamrtalbot in https://github.com/nf-core/hic/pull/165
- Add public_aws_ecr profile for using public ECR images by @adamrtalbot in https://github.com/nf-core/hic/pull/166
- Important! Template update for nf-core/tools v2.8 by @nf-core-bot in https://github.com/nf-core/hic/pull/159
- CHORES: Prepare release by @maxulysse in https://github.com/nf-core/hic/pull/168
- Release candidate 2.1.0 by @maxulysse in https://github.com/nf-core/hic/pull/169
New Contributors
- @robomics made their first contribution in https://github.com/nf-core/hic/pull/153
- @jzohren made their first contribution in https://github.com/nf-core/hic/pull/155
- @adamrtalbot made their first contribution in https://github.com/nf-core/hic/pull/165
Full Changelog: https://github.com/nf-core/hic/compare/2.0.0…2.1.0
v2.0.0 - 2023-01-12
Added
- DSL2 version of nf-core-hic pipeline
- Add full test dataset (#80)
- Replace local modules by the cooler nf-core module
Fixed
- Fix error in the Arima preset (#127)
v1.3.0 - 2021-22-05
Added
- Change the /tmp/ folder to ./tmp/ folder so that all tmp files are now in the work directory (#24)
- Add —hicpro_maps options to generate the raw and normalized HiC-Pro maps. The default is now to use cooler
- Add chromosome compartments calling with cooltools (#53)
- Add HiCExplorer distance decay quality control (#54)
- Add HiCExplorer TADs calling (#55)
- Add insulation score TADs calling (#55)
- Generate cooler/txt contact maps
- Normalize Hi-C data with cooler instead of iced
- New —digestion parameter to automatically set the restriction_site and ligation_site motifs
- New —keep_multi and keep_dup options. Default: false
- Template update for nf-core/tools
Fixed
- Fix bug in stats report which were not all correcly exported in the results folder
- Fix recurrent bug in input file extension (#86)
- Fix bug in —bin_size parameter (#85)
- —min_mapq is ignored if —keep_multi is used
Deprecated
- —rm_dup and —rm_multi are replaced by —keep_dups and —keep_multi
v1.2.2 - 2020-09-02
Added
- Template update for nf-core/tools v1.10.2
- Add the --fastq_chunks_sizeto specify the number of reads per chunks if split_fastq is true
Fixed
- Bug in --split_fastqoption not recognized
v1.2.1 - 2020-07-06
Fixed
- Fix issue with --fastaoption and.faextension (#66)
Added
- Bump v1.2.0
- Merge template nf-core 1.9
- Move some options to camel_case
- Update python scripts for python3
- Update conda environment file
- python base 2.7.15>3.7.6
- pip 19.1>20.0.1
- scipy 1.2.1>1.4.1
- numpy 1.16.3>1.18.1
- bx-python 0.8.2>0.8.8
- pysam 0.15.2>0.15.4
- cooler 0.8.5>0.8.6
- multiqc 1.7>1.8
- iced 0.5.1>0.5.6
- New pymdown-extensions 7.1
- New hicexplorer 3.4.3
- New bioconductor-hitc 1.32.0
- New r-optparse 1.6.6
- New ucsc-bedgraphtobigwig 377
- New cython 0.29.19
- New cooltools 0.3.2
- New fanc 0.8.30
- Removed r-markdown
 
- python base 
Fixed
- Fix error in doc for Arima kit usage
- Sort output of get_valid_interactionprocess as the input files ofremove_duplicatesare expected to be sorted (sort -m)
Deprecated
- Command line options converted to camel_case:- --skipMaps>- --skip_maps
- --skipIce>- --skip_ice
- --skipCool>- --skip_cool
- --skipMultiQC>- --skip_multiqc
- --saveReference>- --save_reference
- --saveAlignedIntermediates>- --save_aligned_intermediates
- --saveInteractionBAM>- --save_interaction_bam
 
First version of nf-core Hi-C pipeline based on the HiC-Pro pipeline. The current version supports most protocols including Hi-C, in situ Hi-C, DNase Hi-C, Micro-C, capture-C or HiChip data.
NEW FEATURES
- Automatic detection and generation of annotation files
- 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
- Quality report based on HiC-Pro MultiQC module