File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Package: ggcoverage
2
2
Type: Package
3
3
Title: Visualize Genome/Protein Coverage with Various Annotations
4
- Version: 1.2 .0
4
+ Version: 1.3 .0
5
5
Authors@R: c(
6
6
person(given = "Yabing",
7
7
family = "Song",
Original file line number Diff line number Diff line change
1
+ # ggcoverage 1.3.0
2
+ ## Major changes
3
+ * Refactored ` LoadTrack ` function.
4
+ * Added GH actions workflow to run automatic R CMD CHECK
5
+
6
+ ## Minor changes
7
+ * Handle binning for bam files regardless if done via ` bamCoverage ` or ` GenomicAlignments ` .
8
+ * Various small linting fixes.
9
+ * Refactored ` ggcoverage.Rmd ` and ` README.Rmd ` in order to remove all lint errors, adhere to R code style
10
+
11
+ -------------
12
+
1
13
# ggcoverage 1.2.0
2
14
## Major changes
3
15
* Support protein coverage and annotation plot (` ggprotein ` , ` geom_protein ` , ` geom_feature ` ).
You can’t perform that action at this time.
0 commit comments