Skip to content

Commit 9eb2e3e

Browse files
committed
4.0.1: Fix: dep cihga39871/BioSequences.jl: detailed error message if input files' line break is '\r\n'.
1 parent 00a35d1 commit 9eb2e3e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
- Feature: multiple primer trimming.
66
- Feature: UMI trimming.
77

8+
## v4.0.1
9+
10+
- Fix: dep cihga39871/BioSequences.jl: detailed error message if input files' line break is '\r\n'.
11+
812
## v4.0.0
913

1014
- Optimize: algorithm: now the non-overtrim rate for reads without adapters are higher.
@@ -16,6 +20,7 @@
1620
## v3.2.2-1
1721

1822
- Fix: undef error of is_concensused when enabling --stat (thanks to kalavattam, #3)
23+
1924
## v3.2.2
2025

2126
- Optimize: speed up for threads <= 2.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Atria"
22
uuid = "226cbef3-b485-431c-85c2-d8bd8da14025"
33
authors = ["Jiacheng Chuan <jiacheng_chuan@outlook.com>"]
4-
version = "4.0.0"
4+
version = "4.0.1"
55

66
[deps]
77
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"

build_atria.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ check_compatibility()
5151

5252
cd(@__DIR__)
5353
Pkg.activate(".")
54-
Pkg.update()
5554
Pkg.add(url="https://github.com/cihga39871/BioSequences.jl")
55+
Pkg.update()
5656
check_biosequences_for_atria()
5757
Pkg.resolve()
5858
Pkg.instantiate()

0 commit comments

Comments
 (0)