Releases: ulelab/peka
Releases · ulelab/peka
v1.0.2
v1.0.1
v1.0.0-zenodo
Get the repo picked up by zenodo.
v1.0.0
v0.1.6
What's Changed
- If percentile is set to 0, set all crosslinks within peaks as tXn. by @kkuret in #11
- Determination of relevant positions, Bugfixes for working with soft-masked genome, other minor fixes by @kkuret in #14
- bugfixes for working with soft-masked genomes: 4919859, dd892ef
- calculation of threshold for relevant positions based on kmer length and number of thresholded crosslinks in analyzed region. Allowing more control over relevant positions threshold trough cli arguments: 588e273, 9b690eb
- changed handling of ZeroDivisionError to divide by smallest non-zero value instead of arbitrary small value
- Added script to produce a heatmap of relative occurrences for top k-mers from PEKA results a17d58b
- Improved descriptions of arguments, formatting in #14
Full Changelog: v0.1.5...v0.1.6
Fixed compatibility with Ensembl naming conventions / Reproducible results
What's Changed
- Fixed Ensembl compatibility: remove_chr function now removes entries annotated either "chrM" or "MT"
- Reproducibility of results: added --set_seeds flag enables reproducible random sampling of background sequences. When --set_seeds is set to True, re-running the analysis on the same data will produce the same results.
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's new:
v0.1.2 - v0.1.3
- Important fixes - CLI and clustering of top k-mers:
- resolved a bug affecting clustering optimization that caused the script to ignore the maximal number of clusters set by the user (1a522d7)
- CLI parsing of boolean arguments now works as expected. In prior version, the input "False", was interpreted as boolean True by argparse. (0b666ce)
-
Reduced runtime by reduction of covered parameter space for clustering optimization. (2420df0)
-
Example run script, input files and example results. This enables users to easily test if their PEKA setup works.
-
Cleaner syntax - removal of unused variables.
v0.1.3 - v0.1.4
- Updated setup.py to be compatible with peka.py for bioconda implementation. (42c8d9e)