Skip to content

Releases: kehrlab/molemap

molemap 1.4.3.1

21 Apr 15:21
86a6c04

Choose a tag to compare

Bioconda integration

molemap 1.4.3

20 Apr 13:08

Choose a tag to compare

Optimization of parallel processing.

molemap 1.4.2

26 Jun 09:10
55147b0

Choose a tag to compare

Added preset for Hifi reads to the index construction.

molemap 1.4.1

20 Jun 14:09
5e84801

Choose a tag to compare

The indexing parameter -m was changed. It now defines the number of kmers from which a minimizer is chosen rather than the length of the sequence from which a minimizer is chosen. To achieve equivalent behaviour follow this formula: New_m = Old_m - k +1.
This change was done to be more in line with the definitions of popular tools using minimizers like minimap2.

molemap 1.4.0

08 May 12:32
c86f433

Choose a tag to compare

Added the decon command for local barcode deconvolution.

molemap 1.3.0

11 Jun 12:55
cdd4731

Choose a tag to compare

  • The tool bcmap was renamed to molemap.
  • Molemap now supports gzipped input files.
  • Molemap supports the mapping of long read sequencing data to sam format

bcmap 1.2.1

29 Jun 06:04
0e69415

Choose a tag to compare

  • added support of Iupac containing reference files.

bcmap 1.2.0

14 Apr 06:09
5994898

Choose a tag to compare

Optional coverage analysis added.
Optional sorting of output by mapping position added.
Support of readfiles with read in pair identifier ("\1" and "\2" at end of read Id) added.

bcmap 1.1.1

12 Jan 12:38
ce53cf8

Choose a tag to compare

Updating parameter names to match publication.

bcmap 1.1.0

09 Dec 13:42
dcffea8

Choose a tag to compare

The Score has been changed to scale based on window length, hence the score is no longer biased towards longer fragments.
A score histogram is created by the map command. The histogram can be ploted using the provided python script and can be used to set a valid score threshold.