|
1 | | -- 0.4.23 |
| 1 | +0.4.24 |
| 2 | + |
| 3 | +* [fix bad](https://github.com/miRTop/mirtop/issues/64) annotation when 5 or more T/A at the end of the sequence by @DrHogart |
| 4 | +* Add SQL database creation |
| 5 | + |
| 6 | +0.4.23 |
2 | 7 |
|
3 | 8 | * fix empty stats file [#61](https://github.com/miRTop/mirtop/issues/61) by @leontienvdbent |
4 | 9 |
|
5 | | -- 0.4.22 |
| 10 | +0.4.22 |
6 | 11 |
|
7 | 12 | * fix when reads map halfway on to the edge |
8 | 13 | * fix edge case where limit==variant_size |
9 | 14 |
|
10 | | -- 0.4.21 |
| 15 | +0.4.21 |
11 | 16 |
|
12 | 17 | * Missing trimming events since 0.4.19 |
13 | 18 |
|
14 | | -- 0.4.20 |
| 19 | +0.4.20 |
15 | 20 |
|
16 | 21 | * Support export isomiR rawData output |
17 | 22 | * Support genomic coordinates as output in the gff |
18 | 23 | * Make TOOLS mandatory in header |
19 | 24 | * Implement method to create gff line |
20 | 25 | * Improve docs |
21 | 26 |
|
22 | | -- 0.4.19 |
| 27 | +0.4.19 |
23 | 28 |
|
24 | 29 | * Add --version option |
25 | 30 | * Fix bug that ignore sequences starting at 0 in bam files |
26 | 31 |
|
27 | | -- 0.4.18 |
| 32 | +0.4.18 |
28 | 33 |
|
29 | 34 | * Cast map object to list to avoid errors in py3. |
30 | 35 | * Support Manatee output. |
|
52 | 57 | * Add class to parse GFF line as a first move toward isolation |
53 | 58 | * Add JSON log for stats command. |
54 | 59 |
|
55 | | -- 0.3.17 |
| 60 | +0.3.17 |
| 61 | + |
56 | 62 | * Normalize the read of the tool outputs. |
57 | 63 | * Add docs with autodoc plugin. |
58 | 64 | * Validator by @Vbarrera. |
|
78 | 84 | * Improve PROST! importer |
79 | 85 | * Fix output for isomiRs package |
80 | 86 |
|
81 | | -- 0.2.* |
| 87 | +0.2.* |
82 | 88 |
|
83 | 89 | * Make GTF default output |
84 | 90 | * Add function to get SNPs from Variant attribute |
|
91 | 97 | * Improve isomiR reading from srnabench tool |
92 | 98 | * Add PROST to supported tools |
93 | 99 |
|
94 | | -- 0.1.7 |
| 100 | +0.1.7 |
95 | 101 |
|
96 | 102 | * Remove deletion from addition isomiRs |
97 | 103 | * Support for srnabench output |
|
100 | 106 | * Functin to guess database used from GTF file through --mirna parameter |
101 | 107 | * Adapt output format to https://github.com/miRTop/incubator/blob/master/format/definition.md |
102 | 108 |
|
103 | | -- 0.1.5 |
| 109 | +0.1.5 |
104 | 110 |
|
105 | 111 | * add function to check correct annotation |
106 | 112 | * add test data for SAM parsing |
107 | 113 | * add script to simulate isomiRs |
108 | 114 | * parse indels from bam file |
109 | 115 |
|
110 | | -- 0.1.4 |
| 116 | +0.1.4 |
111 | 117 |
|
112 | 118 | * fix index BAM file command line |
113 | 119 | * add function to accept indels and test unit |
|
0 commit comments