Skip to content

Commit

Permalink
Merge pull request #141 from rhysnewell/v0.8.0
Browse files Browse the repository at this point in the history
bump to v0.8.0
  • Loading branch information
rhysnewell authored Sep 13, 2023
2 parents 809cea1 + 3a262b8 commit 2c61ba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aviary/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.2"
__version__ = "0.8.0"
2 changes: 2 additions & 0 deletions test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_long_read_assembly(self):
f"-2 {data}/wgsim.2.fq.gz "
f"-l {data}/pbsim.fq.gz "
f"--longread-type ont "
f"--min-read-size 10 --min-mean-q 1 "
f"--conda-prefix {path_to_conda} "
f"-n 32 -t 32 "
)
Expand Down Expand Up @@ -105,6 +106,7 @@ def test_long_read_recovery(self):
f"-2 {data}/wgsim.2.fq.gz "
f"-l {data}/pbsim.fq.gz "
f"--longread-type ont "
f"--min-read-size 10 --min-mean-q 1 "
f"--conda-prefix {path_to_conda} "
f"-n 32 -t 32 "
)
Expand Down

0 comments on commit 2c61ba1

Please sign in to comment.