Releases: xinehc/args_oap
Releases · xinehc/args_oap
v3.2.4
v3.2.3
v3.2.2
v3.2.1
v3.2
v3.1.4
v3.1.3
v3.1.2
v3.1.1
- Fix a bug related to the calculation of 16S rDNA copies. Now the numerator is the aligned length instead of read length, and the denominator is the subject length instead of 1432 (the averaged length of 16S rDNA). This will lead to a slight drop of #16S in meta_data_online.txt.
- Fix a bug when estimating 16S rDNA numbers, which causes some 16S to be counted more than one time when multiple high scoring pairs (HSPs) are returned by blastn.
v3.1
- Minor changes to the SARG database (see SARG v3.0-M).
- Update diamond to the latest version (from 0.9.24 to 2.0.15), add a new parameter
-w
(query coverage, default 65%) and modify the default parameter of-v
(identity, default 40%) in stageone to compensate the difference in USCMG estimation. - Add a
mt_mode
switcher in stagetwo's blastx to make the pipeline faster when more than 5 cores are available. - Add a logger to make stagetwo's stdout more clear.