-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 3.8.28 - amrfinder -u option no longer overwrites databases if they already exist. New --force_update option will still overwrite the database as the old -u option did. ([#16]) - New --protein_output and --nucleotide_output options will produce FASTA files containing the sequence of AMRFinderPlus hits - --mutation_all output has been streamlined and some bugs have been fixed - New --name option will prepend a "Name" field to every row of the AMRFinderPlus report ([#25]) - Fusion genes are now reported with both element symbols separated by a '/' on both lines of the report. E.g., aac(6')-Ie/aph(2'')-If2 - For HMM-only hits (have HMM in the method column which means they do not have BLAST results that meet cutoff) BLAST statistics will now be reported if any alignment at that location was made. - When in COMBINED (nucleotide + protein) mode and when an "INTERNAL_STOP" is detected at a locus that also has a protein, the protein result will be reported with Method of INTERNAL_STOP (Previously the nucleotide result was reported. This would affect the identity, length, and coverage statistics AMRFinderPlus reports. - Improved handling of partial alignments for point-mutation detection, including prioritization of translated matches (POINTX) when the protein match identifies fewer known SNPs. - Incorrect amino acids inferred by protein annotations extended in the 5' (N-terminal) direction because correct annotations start with alternative start codons will no longer count as mismatches. - Small improvements in performance.
- Loading branch information
Showing
19 changed files
with
1,375 additions
and
501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ data/ | |
amr_report | ||
amrfinder | ||
fasta_check | ||
fasta_extract | ||
dna_mutation | ||
gff_check | ||
amrfinder_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.