Skip to content

Commit

Permalink
Merge branch 'main' into dayhoff-hp
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes authored Jun 14, 2024
2 parents 2b1097b + 99eeed4 commit 98bad10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_gbsketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,3 +541,4 @@ def test_gbsketch_protein_dayhoff_hp(runtmp):
assert moltype == "protein"
assert download_filename == "GCA_000175535.1_protein.faa.gz"
assert url == "https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/000/175/535/GCA_000175535.1_ASM17553v1/GCA_000175535.1_ASM17553v1_protein.faa.gz"

2 changes: 2 additions & 0 deletions tests/test_urlsketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ def test_zip_file_permissions(runtmp):
# check permissions are 644 (rw-r--r--)
assert external_attr == 0o644


def test_gbsketch_protein_dayhoff_hp(runtmp):
acc_csv = get_test_data('acc-url.csv')
output = runtmp.output('simple.zip')
Expand Down Expand Up @@ -390,3 +391,4 @@ def test_gbsketch_protein_dayhoff_hp(runtmp):
print(fail_lines)
assert len(fail_lines) == 1
assert fail_lines[0] == "accession,name,moltype,md5sum,download_filename,url\n"

0 comments on commit 98bad10

Please sign in to comment.