Skip to content

Commit

Permalink
picard 2.25.4 -> 2.25.5 (#73)
Browse files Browse the repository at this point in the history
* picard 2.25.4 -> 2.25.5

* change value expected by test test_tools_minimap2.py::TestToolMinimap2::test_ebola_bam
  • Loading branch information
tomkinsc authored Jun 4, 2021
1 parent cd04b56 commit ad3e799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ minimap2>=2.17
mvicuna=1.0
novoalign=3.09.04
parallel>=20190922
picard=2.25.4
picard=2.25.5
pigz=2.4
prinseq=0.20.4
samtools>=1.12
Expand Down
2 changes: 1 addition & 1 deletion test/unit/test_tools_minimap2.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_ebola_bam(self):
ref_fasta = os.path.join(util.file.get_test_input_path(), 'ebov-makona.fasta')
with util.file.tempfname('.bam') as outfile:
self.mm2.align_bam(in_bam, ref_fasta, outfile)
self.assertEqual(self.samtools.count(outfile), 18843)
self.assertEqual(self.samtools.count(outfile), 18825)

def test_corrupt_bam(self):
# pipe.poll() should raise an exception
Expand Down

0 comments on commit ad3e799

Please sign in to comment.