Skip to content

Releases: B-UMMI/seq_typing

Update decision maker and stx DB

03 Apr 09:58
01a1007
Compare
Choose a tag to compare
feat: update stx db (#25)

* hotfix: a bug was introduced due to comparing an uppercase stx type against a filename that went through .lower(), this fixes that

* WIP: update Dockerfile; add subunits to get_stx_db.py; improve messages; fix python version compatibility

* WIP: make the use of subunit B optional

* WIP: fix: reads missing alignment length

* fix: correct some positinal values, remove e-value from decision

* fix: ref_length assignment

* chore: update Dockerfile and reuse main script version

* feat: update stx db

* correct documentation

---------

Co-authored-by: Miguel Machado <[email protected]>

GBS pili and surface protein typing

21 Aug 15:18
f0f2fa5
Compare
Choose a tag to compare

Added options to perform GBS pili and surface protein typing.
Downgraded Blast version of docker image due to headers incompatibility.
Added sequence length information in assembly mode.
Added possibility to write new alleles found.
Removed the culling limit during Blast search.
Added the possibility to change the number of reads mapping locations in reads mode.
Several bug fixes.

Assemblies

25 Sep 12:48
fe2f881
Compare
Choose a tag to compare

Allow typing from fasta files using Blast
Create specific module for E. coli stx subtyping
Create a script to update STX sequences from virulencefinder_db
Add Dengue virus serotyping/genotyping reference sequences
Update README
Minor fixes