... | ... |
@@ -4,7 +4,7 @@ output: md_document |
4 | 4 |
|
5 | 5 |
# Version 1.0.0 (Oct 29, 2019) |
6 | 6 |
|
7 |
-First release on bioconductor |
|
7 |
+* First release on bioconductor |
|
8 | 8 |
|
9 | 9 |
# Version 1.1.2 (development version) (Dic 15, 2019) |
10 | 10 |
|
... | ... |
@@ -71,6 +71,6 @@ the normalization. |
71 | 71 |
* Third release on bioconductor |
72 | 72 |
|
73 | 73 |
|
74 |
-# Version 1.5.1 (development version) |
|
75 |
- |
|
74 |
+# Version 1.5.3 (development version) |
|
76 | 75 |
|
76 |
+* Removed citr package from DESCRIPTION |
... | ... |
@@ -1,10 +1,8 @@ |
1 |
-Version 1.0.0 (Oct 29, 2019) |
|
2 |
-============================ |
|
1 |
+# Version 1.0.0 (Oct 29, 2019) |
|
3 | 2 |
|
4 |
-First release on bioconductor |
|
3 |
+- First release on bioconductor |
|
5 | 4 |
|
6 |
-Version 1.1.2 (development version) (Dic 15, 2019) |
|
7 |
-================================================== |
|
5 |
+# Version 1.1.2 (development version) (Dic 15, 2019) |
|
8 | 6 |
|
9 | 7 |
- Improved vignettes |
10 | 8 |
|
... | ... |
@@ -28,14 +26,12 @@ Version 1.1.2 (development version) (Dic 15, 2019) |
28 | 26 |
|
29 | 27 |
- Included possibilities to use motifs of RBPs from MEME database |
30 | 28 |
|
31 |
-Version 1.1.3 (development version) (Dic 19, 2019) |
|
32 |
-================================================== |
|
29 |
+# Version 1.1.3 (development version) (Dic 19, 2019) |
|
33 | 30 |
|
34 | 31 |
- In plotMotifs function: |
35 | 32 |
- Added n param for filtering the motifs. |
36 | 33 |
|
37 |
-Version 1.1.4 (development version) (Jen 08, 2020) |
|
38 |
-================================================== |
|
34 |
+# Version 1.1.4 (development version) (Jen 08, 2020) |
|
39 | 35 |
|
40 | 36 |
- In getMotifs function: |
41 | 37 |
- Fixed a bug when trimming the BSJ sequences. E.g. by setting |
... | ... |
@@ -43,16 +39,14 @@ Version 1.1.4 (development version) (Jen 08, 2020) |
43 | 39 |
nucleotides are left at each side of the BSJ. If width = 7, then |
44 | 40 |
6 nucleotides are left at each side of the BSJ etc. |
45 | 41 |
|
46 |
-Version 1.1.5 (development version) (Jen 09, 2020) |
|
47 |
-================================================== |
|
42 |
+# Version 1.1.5 (development version) (Jen 09, 2020) |
|
48 | 43 |
|
49 | 44 |
- In plotMotifs function: |
50 | 45 |
- Before only motifs found in the foreground sequences were |
51 | 46 |
reported. Now also motifs found in the background are reported |
52 | 47 |
in the output. |
53 | 48 |
|
54 |
-Version 1.1.14 (development version) (Jen 09, 2020) |
|
55 |
-=================================================== |
|
49 |
+# Version 1.1.14 (development version) (Jen 09, 2020) |
|
56 | 50 |
|
57 | 51 |
- In mergeBSJunctions function: |
58 | 52 |
- Since different detection tools can report sligtly different |
... | ... |
@@ -60,20 +54,18 @@ Version 1.1.14 (development version) (Jen 09, 2020) |
60 | 54 |
now possible to fix the latter using the gtf file. See param |
61 | 55 |
fixBSJsWithGTF. |
62 | 56 |
|
63 |
-Version 1.2.0 (April 27, 2020) |
|
64 |
-============================== |
|
57 |
+# Version 1.2.0 (April 27, 2020) |
|
65 | 58 |
|
66 | 59 |
- Second release on bioconductor |
67 | 60 |
|
68 |
-Version 1.3.1 (development version) |
|
69 |
-=================================== |
|
61 |
+# Version 1.3.1 (development version) |
|
70 | 62 |
|
71 | 63 |
- Added files to fix bugs |
72 | 64 |
|
73 |
-Version 1.4.0 (October 27, 2020) |
|
74 |
-================================ |
|
65 |
+# Version 1.4.0 (October 27, 2020) |
|
75 | 66 |
|
76 | 67 |
- Third release on bioconductor |
77 | 68 |
|
78 |
-Version 1.5.1 (development version) |
|
79 |
-=================================== |
|
69 |
+# Version 1.5.3 (development version) |
|
70 |
+ |
|
71 |
+- Removed citr package from DESCRIPTION |