hAMRonization icon indicating copy to clipboard operation
hAMRonization copied to clipboard

Parse multiple Antimicrobial Resistance Analysis Reports into a common data structure

Results 15 hAMRonization issues
Sort by recently updated
recently updated
newest added

This is a suggestion to add the tool [fARGene](https://github.com/fannyhb/fargene/) to the hAMRonization tool list. fARGene detects AMR genes based on pre-defined HMM models (provided together with the tool). It would...

In the hAMRonizedResult class definition, the field terms for the parsers, and their value types, should be obtained from the schema JSON file and not be hardcoded into the tool....

enhancement
refactoring
nice to have

If the exact same tool is run with different settings (but all the other metadata stays the same such as version) summarize falsely combines them e.g., running RGI on contigs...

bug
p0

Hi Finlay, when running ORFs through the RGI-hARMonization pipeline, the ORF_ID (important for final hAMR report) is skipped. Here https://github.com/SvetlanaUP/hAMRonization/blob/master/hAMRonization/RgiIO.py you can see that I fixed ORF_ID self.field_mapping manually (Fixed...

bug
p0

For the interactive report or tabular report possibly have an option to just summarise results (genome, gene, tool, versions, phenotype annotation) and the full genomics results (i.e., the whole spec...

enhancement
p3
nice to have

https://github.com/github/docs/blob/main/CONTRIBUTING.md

documentation
enhancement
help wanted
p3

- [ ] Improve installation instructions - [ ] Update parsers included - [ ] Add wiki with small tutorial

documentation
enhancement
p3

**Describe the bug** Summarize function failed when no genes were present in the input files. This should be caught and handled by summarize function.

bug
p1

To handle concerns raised by @cimendes in #39 and try and make issues with input selection clearer to users e.g., #54 we should add proper use of `logging` library, default...

help wanted
good first issue
nice to have