Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkau committed Dec 17, 2019
2 parents 276074b + 1421e05 commit 820191c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.7.1

* Fix a bug so that the Sequence column in resfinder.tsv uses the isolate sequence instead of the reference sequence

# Version 0.7.0

* Added quality module that adds PASS/Fail column and detail information in Summary.tsv
Expand Down
2 changes: 1 addition & 1 deletion staramr/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.0'
__version__ = '0.7.1'
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ def _get_result_rows(self, hit, database_name):
hit.get_genome_contig_start(),
hit.get_genome_contig_end(),
hit.get_amr_gene_accession(),
hit.get_amr_gene_seq()
hit.get_genome_contig_hsp_seq()
]]

0 comments on commit 820191c

Please sign in to comment.