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