-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCHANGELOG
executable file
·113 lines (56 loc) · 2.94 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
2021-3-15 ribotish 0.2.7
Fix alt TIS background problem.
2020-11-15 ribotish 0.2.6
Add --inframecount option in predict to report in-frame RPF counts.
Add --end3 option in quality to plot 3' end profiles.
Fix gff problems.
Fix problem of genome position at the start/stop of downstream/upstream exon.
2020-4-19 ribotish 0.2.5
Fix negative start error.
Python3 compatibility.
2019-8-13 ribotish 0.2.4
Fix a python3 error.
2019-8-12 ribotish 0.2.3
Fix problem reading NCBI gff files.
Python3 compatibility.
Add support for transcript annotation starting at CDS start (no 5'UTR) in quality module.
Fix chrmap problem in genome fa file.
2019-4-2 ribotish 0.2.2
Python3 compatibility. Ribo-TISH can run in python 3.7.2 now.
Readme document update
2018-9-6 ribotish 0.2.1
Tisdiff bug fix
Update log factorial calculation
2018-2-7 ribotish 0.2.0
Lower the threshold between fasttest and normal test to increase testing speed.
Some python3 compatibility updates.
2018-1-15 ribotish 0.1.11
Update codes to allow genes with transcripts in different strands in chromosome.
Add --blocks option to report all exon block positions for predicted ORFs.
2017-12-22 ribotish 0.1.10
Change chisqprob to chi2.sf since chisqprob was deprecated in newer versions of scipy.
Update NegBinom test pvalue function, more accurate and faster.
Update GTF attribute extracting function.
Update tisdiff R scrpts to allow non tab seperators.
Update docs, especially for python3. Ribo-TISH codes are compatible with both python2.7 and python3.
2017-9-15 ribotish 0.1.9
Add --colorblind option in quality to generate another color style readable for color blind people.
Add --colors option for customizing color style.
Some doc updates.
2017-7-28 ribotish 0.1.8
Many updates.
Add TIS initiation efficiency comparison in tisdiff.
For replicate data, tisdiff still cannot deal with replicate samples, but can now export count table for replicate samples.
Add '--chrmap' option to match different chr name versions between fasta, bam and gene annotation files. Simple conversions such as 'chr1' to '1' will be matched automatically without using this option.
Quality can print total effective RPF counts that were assigned offset values in annotated CDS regions under -v option.
Add R scripts for differential TIS with replicates.
Add --allresult option for saving non-filtered results.
Fisher's method p-value will report None for regular Riboseq only prediction.
2017-4-20 ribotish 0.1.7
Fix error in quality using one CPU.
Fix pth error in tisdiff.
2017-3-22 ribotish 0.1.6
Add --inprofile option in predict. Ribotish can load transcript RPF profile from txt file generated from --transprofile option instead of bam files.
Add --seq and --aaseq options to report ORF and peptide sequences.
Change -a option, mainly for protein coding annotation if annotation for prediction mainly focus on non-coding RNAs.
Move zbio library into ribotish folder.