Releases: yeeus/GCI
Releases · yeeus/GCI
v1.0
- add the multiple threads function
-t
- add option
--chrs
to specify chromosomes (#3) - add a specified script (utility/GCI_score.py) to compute GCI score with just depth files without running GCI.py again (#5)
- add a specified script (utility/convert_samtools_depth.py) to convert depth file generated by
samtools depth
into the format compatible with (utility/plot_depth.py) (#6) - add the summarized GCI score for multiple specific regions for the option
-R
(#7) - add another some small features and fix some bugs
GCI-0.4
- GCI can generate scores for regions (#5)
- plot_depth.py can generate plots for specific regions instead of plotting all chromosomes (#4, #5)
- Added logs for debugging
- Edited some details for depth plots
...
Note: This release is not the same as the v0.4 tag, so please download the
GCI-v0.4.zip
instead ofgit clone
.