Skip to content

Commit bb6a810

Browse files
authored
Merge pull request #71 from miRTop/dev
v0.4.24
2 parents e87964c + d467a4f commit bb6a810

File tree

13 files changed

+1482
-37
lines changed

13 files changed

+1482
-37
lines changed

HISTORY.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
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
27

38
* fix empty stats file [#61](https://github.com/miRTop/mirtop/issues/61) by @leontienvdbent
49

5-
- 0.4.22
10+
0.4.22
611

712
* fix when reads map halfway on to the edge
813
* fix edge case where limit==variant_size
914

10-
- 0.4.21
15+
0.4.21
1116

1217
* Missing trimming events since 0.4.19
1318

14-
- 0.4.20
19+
0.4.20
1520

1621
* Support export isomiR rawData output
1722
* Support genomic coordinates as output in the gff
1823
* Make TOOLS mandatory in header
1924
* Implement method to create gff line
2025
* Improve docs
2126

22-
- 0.4.19
27+
0.4.19
2328

2429
* Add --version option
2530
* Fix bug that ignore sequences starting at 0 in bam files
2631

27-
- 0.4.18
32+
0.4.18
2833

2934
* Cast map object to list to avoid errors in py3.
3035
* Support Manatee output.
@@ -52,7 +57,8 @@
5257
* Add class to parse GFF line as a first move toward isolation
5358
* Add JSON log for stats command.
5459

55-
- 0.3.17
60+
0.3.17
61+
5662
* Normalize the read of the tool outputs.
5763
* Add docs with autodoc plugin.
5864
* Validator by @Vbarrera.
@@ -78,7 +84,7 @@
7884
* Improve PROST! importer
7985
* Fix output for isomiRs package
8086

81-
- 0.2.*
87+
0.2.*
8288

8389
* Make GTF default output
8490
* Add function to get SNPs from Variant attribute
@@ -91,7 +97,7 @@
9197
* Improve isomiR reading from srnabench tool
9298
* Add PROST to supported tools
9399

94-
- 0.1.7
100+
0.1.7
95101

96102
* Remove deletion from addition isomiRs
97103
* Support for srnabench output
@@ -100,14 +106,14 @@
100106
* Functin to guess database used from GTF file through --mirna parameter
101107
* Adapt output format to https://github.com/miRTop/incubator/blob/master/format/definition.md
102108

103-
- 0.1.5
109+
0.1.5
104110

105111
* add function to check correct annotation
106112
* add test data for SAM parsing
107113
* add script to simulate isomiRs
108114
* parse indels from bam file
109115

110-
- 0.1.4
116+
0.1.4
111117

112118
* fix index BAM file command line
113119
* add function to accept indels and test unit

data/examples/annotate/SQL_sample.gff

Lines changed: 110 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
hsa-miR-6727-5p
2+
hsa-miR-409-3p
3+
hsa-miR-30a-5p
4+
hsa-miR-372-3p
5+
hsa-miR-26a-5p
6+
hsa-miR-142-5p
7+
hsa-miR-365b-5p
8+
hsa-miR-142-5p
9+
hsa-miR-142-5p
10+
hsa-miR-7704
11+
hsa-miR-3606-3p
12+
hsa-miR-372-3p
13+
hsa-miR-372-3p
14+
hsa-let-7a-5p
15+
hsa-miR-92b-3p
16+
hsa-miR-140-3p
17+
hsa-miR-6866-5p
18+
hsa-miR-3926
19+
hsa-miR-576-3p
20+
hsa-miR-10400-5p
21+
hsa-miR-4655-5p.SNPC
22+
hsa-miR-23a-3p
23+
hsa-miR-140-3p
24+
hsa-miR-103a-3p
25+
hsa-miR-140-3p
26+
hsa-miR-664a-5p.SNPC
27+
hsa-miR-142-5p
28+
hsa-miR-26a-5p
29+
hsa-miR-10400-5p
30+
hsa-miR-192-5p
2.07 MB
Binary file not shown.

0 commit comments

Comments
 (0)