Skip to content

Commit

Permalink
Minor updates to StxTyper and usage message
Browse files Browse the repository at this point in the history
Includes new tests for StxTyper and an addition to the usage message
to clarify that assembled nucleotide sequence is required. Hopefully
to reduce confusion as seen in Git issues 141 and 148.
  • Loading branch information
evolarjun committed Sep 11, 2024
1 parent f1ae2d7 commit a2a00ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amrfinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ struct ThisApplication : ShellApplication
addKey ("dir", "Common directory of the --protein, --nucleotide and --gff files", "", '\0', "DIRECTORY");
#endif
addKey ("protein", "Input protein FASTA file (can be gzipped)", "", 'p', "PROT_FASTA");
addKey ("nucleotide", "Input nucleotide FASTA file (can be gzipped)", "", 'n', "NUC_FASTA");
addKey ("nucleotide", "Input assembled nucleotide FASTA file (can be gzipped)", "", 'n', "NUC_FASTA");
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");

{
Expand Down
2 changes: 1 addition & 1 deletion stxtyper

0 comments on commit a2a00ef

Please sign in to comment.