You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,15 @@ BLAST Score Ratio as proposed by [Rasko DA et al.](http://bmcbioinformatics.biom
17
17
18
18
## News
19
19
20
-
## 3.5.0 - 2025-09
20
+
## 3.5.0 - 2025-12-05
21
21
22
-
- Added the ComputeMSA module to compute a MSA from allele calling results or from a folder containing FASTA files.
22
+
Added the ComputeMSA module to compute MSAs from allele calling results or from a folder containing FASTA files. The ComputeMSA module includes the following functionalities:
23
+
24
+
- Compute loci, sample and complete MSAs based on the allelic profiles determined by chewBBACA (e.g. at the wg/cgMLST level). Gap sequences (the character used to represent gaps is `-`) are added whenever a locus was not identified in a sample (e.g. when working at the wgMLST level).
25
+
- Compute a MSA for each FASTA file in a folder (just a way to run MAFFT to compute MSAs).
26
+
- MSAs can be computed both at the protein and DNA level (i.e. by converting protein MSAs back to DNA).
27
+
- The `--output-variable` option identifies the variable positions (SNVs) and creates MSAs only for those positions. When determining variable positions, positions with gaps or ambiguous bases can be excluded (`--gaps exclude` and `--ambiguous exclude`) or included (`--gaps ignore` and `--ambiguous ignore`) in the MSA if the sequences have other variable non-gap and non-ambiguous nucleotides or amino acids.
28
+
- The SchemaEvaluator and AlleleCallEvaluator modules use the ComputeMSA module to compute the loci MSAs (SchemaEvaluator) and the complete MSA used by FastTree to compute a tree (AlleleCallEvaluator).
23
29
24
30
Check our [Changelog](https://github.com/B-UMMI/chewBBACA/blob/master/CHANGELOG.md) to learn about the latest changes.
0 commit comments