Skip to content

Commit

Permalink
adds the new optional genome dl files to webuploader text fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Aug 15, 2024
1 parent 3b08ecf commit 90b78b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emgcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "2.4.48"
__version__: str = "2.4.49"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ max-line-length = 119
"""

[tool.bumpversion]
current_version = "2.4.48"
current_version = "2.4.49"

[[tool.bumpversion.files]]
filename = "emgcli/__init__.py"
4 changes: 4 additions & 0 deletions tests/webuploader/test_genomes.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ def _setup(self):
("Additional data for CRISPRCasFinder records reported in the CRISPRCasFinder GFF", "Genome CRISPRCasFinder Additional Records"),
("Annotated viral sequence and mobile elements", "Genome Mobilome Annotation"),
("List of genes in the pan-genome with their annotation and MGYG accessions.", "Gene Presence / Absence list"),
("CAZy and putative polysaccharide utilization loci annotations produced by dbCAN", "Genome dbCAN Annotation"),
("Anti-phage defence system annotations produced by Defense Finder", "Genome Defense Finder Annotation"),
("BGC annotations produced by GECCO", "Genome GECCO Annotation"),
("Completeness of identified KEGG pathways", "KEGG Pathway Completeness"),
)
for d in downloads:
emg_models.DownloadDescriptionLabel.objects.get_or_create(
Expand Down

0 comments on commit 90b78b4

Please sign in to comment.