Skip to content

Commit

Permalink
🔫 MD5 answer should change as expected because the index naming schem…
Browse files Browse the repository at this point in the history
…e of BC is changed to 4-digits. e.g. 001 => 0001. Contents are still same. See #5
  • Loading branch information
Puriney committed Oct 4, 2017
1 parent e57d687 commit 4264fa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_demultiplexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@

def test_demultiplexing(instance_demultiplex_stats):
calc = md5sum(instance_demultiplex_stats)
assert calc == 'a402efb27ac74bf3441fcd60c809d9c3'
# e.g. 0027-GTGATC 18 003.333
assert calc == '7ed86eb8520bc17bd3f91c1e136cf2b1'

0 comments on commit 4264fa0

Please sign in to comment.