Releases: ggirelli/GPSeq-RadiCal
Releases · ggirelli/GPSeq-RadiCal
[0.0.9]
[0.0.8]
[0.0.7]
[0.0.6]
Added
--chrom-tag
option, to define the number of chromosomes and heterosome names.
Changed
- Using
--chrom-tag
to select chromosomes from retrieved/read chromosome information.
Fixed
- Now retrieving correct chromosome size information from UCSC, if not provided.
- All bins are now retained in the output, even if no sites/reads are present or the estimated centrality is NaN.
[0.0.5]
Added
--bin-bed
option to focus calculation on regions of interest (e.g., FISH probes).- Now checking for mask bed consistency.
--version
option for easier version tracking.--debug-info
option for easier debugging.
Changed
- Now masking before binning (on dcasted input bed data), but after the normalization factors are calculated.
[0.0.4]
[0.0.3]
[0.0.2]
Added
- Assert for
fpath
column in input metadata file. - Assert for at least 2 bed files in input.
- The input metadata table is now automatically copied to the output folder.
- Help page description.
- Full detail help apge with
--more-help
.
Changed
- The default
--bin-tags
parameter now include only1e6:1e5,1e5
. - It is now possible to skip input bed outlier removal by using
--bed-outlier-tag ""
. - It is now possible to skip score rescaling by using
--score-outlier-tag ""
.
Fixed
- Centrality estimation is now using the proper ratio of condition pairs.
- Using specified score outlier tag for rescaling purposes, previously using bed outlier tag due to a bug.