File: CHANGELOG.md

package info (click to toggle)
hilive 2.0a-5
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 956 kB
  • sloc: cpp: 4,723; python: 241; xml: 188; sh: 35; makefile: 14
file content (82 lines) | stat: -rw-r--r-- 2,647 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Changelog
=========

v2.0
-----

Version 2.0 comes with a completely new index and algorithm.  
This comes with major changes in parameter settings.  
Please note, that commands and index files of previous versions cannot be used with HiLive v2.0.  
The old HiLive version using the k-mer seed-and-extend approach is still available in a separated repository.  
Please visit https://gitlab.com/rki_bioinformatics/HiLive for access to both versions.

General functionality:
 * New algorithm based on the FM-index
 * Exact mapping results after a potential front softclip
 * Support of alternative scoring models other than edit distance

Parameters:
 * Revised parameter nomenclature
 * Multitoken parameters must now be comma-separated
 * Changed config file format to .ini
 * Additional parameters to facilitate parameter input (e.g., --max-tile for easier tile declaration)
 * Different alignment modes for automated selection of algorithmic parameters

Output:
 * Corrected SAM flags for paired-end reads.

v1.1
-----

General functionality:
 * Continue a hilive run in a specified cycle if the temporary file is available (--continue ARG)
 * Keep temporary alignment files of specified cycles (--keep-files ARG)
 * New option to keep all temporary alignment files (--keep-all-files)

Output:
 * Multithreaded SAM/BAM output
 * Different alignment modes are supported for intermediate sequencing cycles
 * New output mode UNIQUE to report only unique alignments
 * Output mode can be changed when using hilive-out executable without losing information
 * Option to specify a minimum alignment score ratio for output (--min-as-ratio).

v1.0
-----

General functionality:
 * Support of gapped k-mers
 * Support of arbitrary sequence structures (e.g. for paired-end sequencing)
 * Support of dual barcodes
 * Extensive algorithmic optimizations

Usability:
 * K-mers are defined for each index individually instead of defining at compile time
 * K-mer definition is loaded from the index when running HiLive
 * Read sequencing information from Illuminas RunInfo.xml
 * Load HiLive settings from a settings file
  
Index:
 * Slightly changed index. Index files of versions <1.0 are no longer supported.
 
 Output:
 * Completely revised output structure (one file per barcode; no separation in lanes or tiles)
 * Support BAM output
 * Real-time SAM/BAM output for intermediate sequencing cycles
 * Optional: Extended CIGAR format
 * Executable "hilive-out" to create SAM/BAM output from existing temporary alignment files

v0.3
-----

 * Live demultiplexing
 * Code optimization

v0.2
-----

 * Code optimization
 
v0.1
-----
 
 * Initial version