Seqtk-1.3 (r106)
-
Updated kseq.h to the latest klib version for enhanced error detection. Made kseq aware of fasta or fastq during parsing. However, most seqtk commands are not taking the advantage of this feature for now. (#109 and #110).
-
Check file opening errors.
-
Added option
-F
to the seq command to convert FASTA to FASTQ with fixed base quality. -
Return non-zero code upon errors (#114). Force trimfq to output FASTQ.
-
Allow to sample a single read (#111).
-
Added
make install BINDIR=/path/to/bin
(#103).