Releases: wdecoster/nanocomp
Releases · wdecoster/nanocomp
1.25.6
A long overdue release!
What's Changed
- rewrote functions n50_barplot/output_barplot/violin_or_box_plot by @iliasbukraa in #36
- modified compare_sequencing_speed function in compplots.py to plot li… by @iliasbukraa in #37
- removed subsample function, which is now imported from nanoplotter by @iliasbukraa in #39
- added html styling (same as NanoPlot) by @iliasbukraa in #42
- html changes when table overflows, different colors for violin/box, format option added and readme/test script changes by @iliasbukraa in #44
- added plotting of phred graphs and some small reformatting of code by @iliasbukraa in #45
- added sorting of the read counts by @iliasbukraa in #48
- Fix license string after license change in 6849e36 by @cbrueffer in #63
- Fix FutureWarning: use Series.iloc[0] instead of Series[0] by @Copilot in #86
New Contributors
- @iliasbukraa made their first contribution in #36
- @Copilot made their first contribution in #86
Full Changelog: 1.12.0...1.25.6
1.12.0: enabling stats as properly formatted TSV
as requested by https://github.com/wdecoster/nanostat/issues/29