Skip to content

v4.0.0

Compare
Choose a tag to compare
@cihga39871 cihga39871 released this 10 Nov 14:51
· 23 commits to master since this release
  • Optimize: algorithm: now the non-overtrim rate for reads without adapters are higher.
  • Feature: re-write trimming to allow trim multiple adapters at the same time. This change is adjusted for metabarcoding data.
  • Feature: hard-clip: now hard-clip arguments do differently for r1 and r2. This change is adjusted for metabarcoding data. Remove -C --clip-after -c --clip5; add -b --clip-after-r1 -B --clip-after-r2 -e --clip5-r1 -E --clip5-r2.
  • Optimize: --detect-adapter for paired-end reads now guess adapters from pair information, rather than the existing adapter pool.
  • Feature: users can customize order of processing: -O | --order.
  • Doc: installation from source: using juliaup to select julia version 1.8.5. Atria runs faster when using 1.8.5 rather than 1.9.3.

Full Changelog: v3.2.2...v4.0.0