Skip to content

Commit c72c4cf

Browse files
authored
Update README for version 3.5.0.
Added detailed description of the ComputeMSA module functionalities.
1 parent 99542c5 commit c72c4cf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,15 @@ BLAST Score Ratio as proposed by [Rasko DA et al.](http://bmcbioinformatics.biom
1717

1818
## News
1919

20-
## 3.5.0 - 2025-09
20+
## 3.5.0 - 2025-12-05
2121

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).
2329

2430
Check our [Changelog](https://github.com/B-UMMI/chewBBACA/blob/master/CHANGELOG.md) to learn about the latest changes.
2531

0 commit comments

Comments
 (0)