You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: amrfinder.cpp
+64-40Lines changed: 64 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,15 @@
33
33
* gunzip (optional)
34
34
*
35
35
* Release changes:
36
+
* 3.11.26 10/16/2023 PD-4772 Remove prodigal GFF format from AMRFinderPlus
37
+
* 3.11.25 10/13/2023 PD-4771 Revert removing '*' from Prodigal output to ensure ALLELEP and EXACTP matches ??
38
+
* 3.11.24 10/12/2023 PD-4769 --print_node prints FAM.id replaced by FAM.parent for non-exact allele matches
39
+
* 3.11.23 10/06/2023 PD-4764 Remove '*' from Prodigal output to ensure ALLELEP and EXACTP matches
40
+
* 10/05/2023 PD-4761 Remove protein sequences with >= 20 Xs
41
+
* 3.11.22 10/05/2023 PD-4754 Prodigal GFF
42
+
* 3.11.21 10/02/2023 PD-4755 bug: calling fusion2geneSymbols() for a mutation protein
36
43
* 3.11.20 09/06/2023 PD-4722 bug: calling fusion2geneSymbols() for a mutation protein
37
-
* TERM codes are printed only when output is to screen
44
+
* color codes are printed only when output is to screen
38
45
* 3.11.19 08/09/2023 PD-4698 if a pseudogene is overlapped by a different gene on the length >= 20 aa with the same gene symbol then the pseudogene is not reported
39
46
* 08/04/2023 PD-4706 protein match overrides a nucleotide match for point mutations
40
47
* 3.11.18 07/25/2023 parameter order in instruction; "can be gzipped" is added to help
addKey ("protein", "Input protein FASTA file (can be gzipped)", "", 'p', "PROT_FASTA");
311
319
addKey ("nucleotide", "Input nucleotide FASTA file (can be gzipped)", "", 'n', "NUC_FASTA");
312
320
addKey ("gff", "GFF file for protein locations (can be gzipped). Protein id should be in the attribute 'Name=<id>' (9th field) of the rows with type 'CDS' or 'gene' (3rd field).", "", 'g', "GFF_FILE");
0 commit comments