File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
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.3
9
+
10
+ - Fix: ` --order ` or ` -O ` option should accept multiple arguments.
11
+
8
12
## v4.0.2
9
13
10
14
- Fix: ` --detect-adapter ` for paired reads: refer to index 1 of empty vector when no adapter is found.
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.2 "
4
+ version = " 4.0.3 "
5
5
6
6
[deps ]
7
7
ArgParse = " c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ function parsing_args(args::Vector; exit_after_help = true)
82
82
help = " order of trimming and filtration processing methods. Unlisted process will not be done. See epilog for process names"
83
83
metavar = " PROCESS"
84
84
default = String[" DefaultOrder" ]
85
+ nargs = ' +'
85
86
end
86
87
87
88
add_arg_group! (settings, " poly X tail trimming" )
You can’t perform that action at this time.
0 commit comments