diff --git a/atlas/__init__.py b/atlas/__init__.py index 3301d328..33941ac8 100644 --- a/atlas/__init__.py +++ b/atlas/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.33" +__version__ = "1.0.34" TAX_LEVELS = ["superkingdom", "phylum", "class", "order", "family", "genus", "species"] BLAST6 = ["qseqid", "sseqid", "pident", "length", "mismatch", "gapopen", "qstart", "qend", "sstart", "send", "evalue", "bitscore"]