Skip to content

Commit

Permalink
4.0.1: Fix: dep cihga39871/BioSequences.jl: detailed error message if…
Browse files Browse the repository at this point in the history
… input files' line break is '\r\n'.
  • Loading branch information
cihga39871 committed Mar 1, 2024
1 parent 00a35d1 commit 9eb2e3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
- Feature: multiple primer trimming.
- Feature: UMI trimming.

## v4.0.1

- Fix: dep cihga39871/BioSequences.jl: detailed error message if input files' line break is '\r\n'.

## v4.0.0

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

- Fix: undef error of is_concensused when enabling --stat (thanks to kalavattam, #3)

## v3.2.2

- Optimize: speed up for threads <= 2.
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Atria"
uuid = "226cbef3-b485-431c-85c2-d8bd8da14025"
authors = ["Jiacheng Chuan <jiacheng_chuan@outlook.com>"]
version = "4.0.0"
version = "4.0.1"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
2 changes: 1 addition & 1 deletion build_atria.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ check_compatibility()

cd(@__DIR__)
Pkg.activate(".")
Pkg.update()
Pkg.add(url="https://github.com/cihga39871/BioSequences.jl")
Pkg.update()
check_biosequences_for_atria()
Pkg.resolve()
Pkg.instantiate()
Expand Down

0 comments on commit 9eb2e3e

Please sign in to comment.