-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCHANGELOG
More file actions
89 lines (78 loc) · 2.54 KB
/
CHANGELOG
File metadata and controls
89 lines (78 loc) · 2.54 KB
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
83
84
85
86
87
88
89
## [0.3.0.3] - 2026-03-04
### Changed
- Documentation refresh under `docs/` to match current `MirMachine.py` and workflow behavior.
- Rewrote installation, quick start, CLI options, output, and troubleshooting pages with current flags and outputs.
- Updated docs metadata in `docs/conf.py` to `release = 0.3.0.3`.
### Added
- New `docs/concepts.rst` page covering node/family/model scope, search behavior, and scoring concepts.
## [0.3.0] - 2025-05-14
### Changed
- MirGeneDB v3.0
- Proto: 449
- Deutero: 837
- Combined: 1293
- Python, Bedtools, Infernal, Snakemake and dependency updates
- Seed match bug fixes.
- Seed file updates.
- Requirements.txt and environment.yml update.
- Losses bug fixes.
- Clean .snakemake directory after each run.
### Added
- Now incE is a cli parameter.
- Print basic results.
## [0.2.13] - 2024-02-02
### Changed
- cmsearch --incE 0.2 argument is added to the cmsearch command.
- fewer than 50 nucleotides are not considered as a hit anymore.
- GFF files have "MirMachine" and "microRNA" fields that replaced the previous fields.
- Some bug fixes and improvements.
### Added
- microRNA score reported in GFF files.
- microRNA losses reported in GFF files
- Seed match reported in FASTA headers with seeds.
## [0.2.12] - 2023-02-17
### Changed
- Minor change, heatmap file node, query_node update
## [0.2.11.2022] - 2022-02-28
### Changed
- MirGeneDB v2.1(2022)
- Proto: 143 but 326 models available
- Deutero: 388 but 825 models available
- Combined: 509 but 1157 models available
### Added
- Some minor additions.
## [0.2.11.2] - 2021-12-29
### Added
- Family and node printing.
- Exception handling for wrong model selection.
- Exception handling for single family mode.
### Changed
- New header for GFFs.
- Snakemake workflow update to better handle output files.
## [0.2.11.1] - 2021-09-29
### Changed
- Bioconda installation problem is fixed by updating requirements.txt.
## [0.2.11] - 2021-05-17
### Added
- Some features were added to main executable such as printing ascii tree, nodes etc.
### Changed
- Tree parser now using re.search function. This can potentially cause a different behaviour.
## [0.2.10] - 2021-05-12
### Changed
- Versioning
## [0.2.1a] - 2021-05-12
### Changed
- MirGeneDB v2.1
- Proto: 315
- Deutero: 825
- Combined: 1146
## [0.1.31] - 2021-03-09
### Added
- Headers for GFFs files.
- Single family and single node run options.
## [0.1.2] - 2020-12-05
### Added
- MirGeneDB v2.0
- Proto: 304
- Deutero: 782
- Combined: 1054