Skip to content

DIAMOND v0.9.24

Compare
Choose a tag to compare
@bbuchfink bbuchfink released this 27 Dec 12:44
· 1159 commits to master since this release
  • Fixed a compiler error on macOS.
  • Added --header option to output header for tabular output format.
  • The quality string output in tabular format (qqual field) is clipped to the aligned part of the query.
  • Print * as quality string if quality values are not available in tabular output format.
  • Added field full_qqual to print unclipped query quality values to the tabular format.
  • Added field full_qseq to print unclipped query sequence to the tabular format.
  • Added support for using the hyphen character - to denote the standard input for input file parameters.
  • Status messages are written to stderr.
  • Fixed a bug that could incorrectly report queries as unaligned in the output of the --un option.
  • Added option --al to write aligned queries to file.
  • Added options --alfmt and --unfmt to set the format of the aligned/unaligned query file (supported values: fasta, fastq).