Releases: xie186/ViewBS
Releases · xie186/ViewBS
v0.1.11
Small bug fixes:
- In
ViewBS NonConRate
, restrict the order of samples in the output based on the input order in the command line (lib/Meth/BisNonConvRate.pm) - Extend the decimal places of the non-conversion rate from 3 to 5 (lib/Meth/BisNonConvRate.pm)
- Restrict the order of the chromosomes based on the order provided in the genome fai file; Add divide line in-between chromosomes in the figure (lib/Meth/Geno.R)
- Add
#!/usr/bin/env Rscript
inlib/scripts/mer_fig.R
Differences can obtained using:
git diff be30e8e2bc2707fe123123c51e76e771927e94a1 1e871bcc7a880509adf0151288e2dd4242e2e685
v0.1.10
v0.1.9
ViewBS_v0.1.8
- Add support for
Docker
andSingularity
- Fix a bug about version information outputting.
- Fix a bug about
cpanm
path: putcpanm
back intoext_tools/
ViewBS_v0.1.7
Change lib/Meth/Sample.pm:
Exit 1 instead of 0 when encounter errors.
ViewBS_v0.1.6
In MethHeatmap, the program will stop running with message "Can't call method 'next' on an undefined value" for empty tabix query. It has been fixed at this version. Thanks to @lileiting .
ViewBS_v0.1.5
Changes:
- The unit of x-axis in the figures generated by
MethGeno
was changed from500 kb
to1 Mb
. In the x-axis label, the unit was added. - Update the doc for BisNonConvRate: minDepth default value (1->5).
ViewBS_v0.1.4
Bug fix: an error message will be given if there is no information given for a region when using MethOverRegion.
ViewBS_v0.1.3
Bug fixing: lib/SubCmd/MethGeno.pm
f1f2f8d
ViewBS_v0.1.2
- Re-write the script to install the dependencies;
- Add a step to save figure objects into RDS files. The RDS files can be restored for combine multiple figures into one graph.
- A help script
mer_fig.R
is written to combine multiple figures into one graph (https://github.com/xie186/ViewBS/wiki/How-to-merge-figures-into-one-graph). - Add --context for subcommand
NonConversionRate
- Add script to support BS-Seeker2 results.