Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-lab authored Oct 4, 2021
1 parent 0c63adc commit e76d9e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ All the results in FitHiChIP, like the significant loops, HiChIP peak calling, p
https://doi.org/10.5281/zenodo.3255048


Release notes corresponding to version 9.1 (in progress) (March 15, 2021)
Major release - version 9.1 (October, 2021)
---------------------------------------------------------

1. Upgraded merge filtering routine to support Python3, instead of deprecated python2
2. Updated README and manual



2. Added support for circular genome. In such a case, the genomic distance between interacting fragments are computed using the minimum of their linear distance and their circular genome specific distance. The configuration file now has a parameter "CircularGenome" which, if 1, denotes that the reference genome is circular. **Note** User must provide the appropriate chromosome size file in the configuration options.
3. Updated the genomic distance based filtering of interactions according to the circular genome.
4. The FitHiChIP output file (*fithic*.bed) has now one extra field, namely "Dist" (20th column) which explicitly mentions the genomic distance between the interacting fragments. Useful for the circular genome.
5. Updated the HiChIP peak calling routine as well. Previously, all the reads from DE, SC, RE and valid pairs (from HiC-pro output) were required as the input set of reads. Now we've relaxed such constraints. If the user does not provide any DE, RE, or SC reads, but only provides the valid pairs, HiChIP peaks will be estimated from the valid pairs itself.
6. Updated README and manual

Release notes corresponding to version 9.0 (January 10, 2021)
----------------------------------------------------------------
Expand Down

0 comments on commit e76d9e0

Please sign in to comment.