Skip to content

Releases: B-UMMI/seq_typing

Update decision maker and stx DB

Choose a tag to compare

@miguelpmachado miguelpmachado released this 03 Apr 09:58
01a1007
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 <miguelpaulo.machado@biomerieux.com>

GBS pili and surface protein typing

Choose a tag to compare

@rfm-targa rfm-targa released this 21 Aug 15:18
f0f2fa5

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

Choose a tag to compare

@miguelpmachado miguelpmachado released this 25 Sep 12:48
fe2f881

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