Skip to content

Commit

Permalink
Fix test and pin bowtie2=2.5.2, addressing issue #21
Browse files Browse the repository at this point in the history
  • Loading branch information
bede committed Oct 23, 2023
1 parent 902e220 commit 3568169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
- pip
- samtools>=1.17
- minimap2>=2.26
- bowtie2=2.4.5
- bowtie2=2.5.2
- gawk>=5.1.0
- bedtools>=2.31.0
2 changes: 1 addition & 1 deletion tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def test_rename():
first_line = get_first_line_of_gzip_file(
out_dir / "tuberculosis_1_2.clean_1.fastq.gz"
)
assert first_line == "@1 /1"
assert first_line == "@1/1"
shutil.rmtree(out_dir, ignore_errors=True)


Expand Down

0 comments on commit 3568169

Please sign in to comment.