Skip to content

Releases: hildebra/lotus2

LotuS 2.24

26 Feb 23:26
Compare
Choose a tag to compare

Mostly cosmetic update, increasing readability of help function. Further added the option to add >1 custom reference databases.
Add the -intargetDB flag, to provide a list of amplicons that are kept in analysis and override all filtering parameters.

LotuS2 2.23

02 Dec 16:43
Compare
Choose a tag to compare

-new sdm version (2.23)
-improved help text (thanks Alastair)
-added new commandline options to control LCA id thresholds
-fixed LULU breaking, if only 1 sample was in dataset

LotuS2 2.22

24 Oct 11:57
Compare
Choose a tag to compare

Mostly a release to update sdm and some interface changes. sdm is now a bit faster, due to separating multithreading tasks better in the scheduler. This also makes sdm more stable in large datasets with lots of IO (ie -saveDemultiplex 1 on very large data).

  • sdm v2.05
  • LotuS2 v2.22

LotuS2 2.21

30 May 11:36
Compare
Choose a tag to compare

-fixed critical bug in dada2 clustering: when using "SequencingRun" column that was unsorted, recruited reads could be significantly lowered
-sdm v2.02: refactor code to make future work easier; slight speed increases
-new option "-mergePreClusterReads <1/0>" to merge reads before sequencing clustering. Not recommended currently, cluster quality seems to be lower when merging reads.
-various improved help texts

LotuS2 2.19

09 Feb 17:22
Compare
Choose a tag to compare

Some impossible flag configurations are caught now. Further added support for the latest DADA2 release in new R (>=4.1) version. removed minsize 5 parameter in unoise clustering.

LotuS2 2.17

10 Jan 10:06
Compare
Choose a tag to compare

small update to add sintax (==utax) and obtain a stable Zenodo doi

LotuS2 2.16

18 Nov 21:41
Compare
Choose a tag to compare

updated performance and precision
-CD-hit speed increased
-LCA retrieves significantly more species level hits at otherwise very similar performance
-interface cleaned up, shows more information now on chosen (partly automatic) parameters

2.14

01 Sep 16:02
444115c
Compare
Choose a tag to compare

-optimized PacBio HiFi amplicon seq mode (much faster now)
-included vsearch as a OTU clustering option
-changed backmapping to consistently minimap2 (increases overall speed)

LotuS 2.12

05 Aug 15:57
Compare
Choose a tag to compare

changed routine that backmaps mid-quality reads. This results on average in 5% more reads being used to estimate the abundances of taxa
increased derepMin to "8:1,4:2,3:3"
changed sdm default filter options (sdm_* files in configs folder) to filter harder reads not having fwd/rev reads, especially for PacBio and ITS related amplicon sequencing

2.11

24 Jul 13:55
105ba23
Compare
Choose a tag to compare

-support for 2 barcodes on 1 read (e.g. in PacBio)
-made "CheckForMixedPairs" and "CheckForReversedSeqs" default in sdm_configs
-reworked detection of mixed-up (swapped) pairs and detecting reverse sequence by use of fwd primer detection (if fwd primer is not given, this will not be detected)
-ASVclustering algo beta version