File tree 3 files changed +7
-2
lines changed 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5
5
- Feature: multiple primer trimming.
6
6
- Feature: UMI trimming.
7
7
8
+ ## v4.0.1
9
+
10
+ - Fix: dep cihga39871/BioSequences.jl: detailed error message if input files' line break is '\r\n'.
11
+
8
12
## v4.0.0
9
13
10
14
- Optimize: algorithm: now the non-overtrim rate for reads without adapters are higher.
16
20
## v3.2.2-1
17
21
18
22
- Fix: undef error of is_concensused when enabling --stat (thanks to kalavattam, #3 )
23
+
19
24
## v3.2.2
20
25
21
26
- Optimize: speed up for threads <= 2.
Original file line number Diff line number Diff line change 1
1
name = " Atria"
2
2
uuid = " 226cbef3-b485-431c-85c2-d8bd8da14025"
3
3
authors = [" Jiacheng Chuan <jiacheng_chuan@outlook.com>" ]
4
- version = " 4.0.0 "
4
+ version = " 4.0.1 "
5
5
6
6
[deps ]
7
7
ArgParse = " c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ check_compatibility()
51
51
52
52
cd (@__DIR__ )
53
53
Pkg. activate (" ." )
54
- Pkg. update ()
55
54
Pkg. add (url= " https://github.com/cihga39871/BioSequences.jl" )
55
+ Pkg. update ()
56
56
check_biosequences_for_atria ()
57
57
Pkg. resolve ()
58
58
Pkg. instantiate ()
You can’t perform that action at this time.
0 commit comments