Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
is_hamronized
property for all Normalizers.HamronizationNormalizer
class.gene_symbol
was used and several genes can have the samegene_symbol
), this is intended to simplify preprocessing of resfinder inputs (ifgene_symbol
is used, two different preprocessing functions are required forresfinder
andabricate
for resfinder db).Notes on changes to example outputs in
outputs/
directory:abricate.ncbi.tsv
: Many new genes have been mapped to the ARO (e.g. dfrB3). However, there has been no change to the preprocessing of ncbi or amrfinderplus inputs. These genes are getting mapped as HamronizationNormalizer combines ARO mapping tables of all dbs, and these genes are being mapped to ARO mapping tables of other dbs. This will be corrected in a future PR asap where thegene_name
of ncbi and amrfinderplus inputs will be used (this will pinpoint the exact unique gene in NCBI ARO mapping).