Skip to content

Commit

Permalink
v4.0.3: fix --order should accept vector
Browse files Browse the repository at this point in the history
  • Loading branch information
cihga39871 committed Mar 13, 2024
1 parent a291631 commit 3cc58bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 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.3

- Fix: `--order` or `-O` option should accept multiple arguments.

## v4.0.2

- Fix: `--detect-adapter` for paired reads: refer to index 1 of empty vector when no adapter is found.
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.2"
version = "4.0.3"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
1 change: 1 addition & 0 deletions src/Trimmer/args.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function parsing_args(args::Vector; exit_after_help = true)
help = "order of trimming and filtration processing methods. Unlisted process will not be done. See epilog for process names"
metavar = "PROCESS"
default = String["DefaultOrder"]
nargs = '+'
end

add_arg_group!(settings, "poly X tail trimming")
Expand Down

0 comments on commit 3cc58bc

Please # to comment.