Releases: jhhung/PEAT
Releases · jhhung/PEAT
PEAT v1.2.5
add binaries
PEAT v1.2.4 stable
Release Note:
- Fixed: corrected the report.txt
- New: added the option --adapter_min_bp in paired-end: Determine the minimal length of output adapter contexts within the top 50 numbers in report.txt, 10 bp by default; Ony for the option: adapter_contexts
PEAT v.1.2.3 stable
Release Note:
- New: added the option: --out_gzip: compress trimmed FASTQ files to GZIP.
PEAT v.1.2.2 stable
Release Note:
1.New: added automated detection of OS in CMakeList.txt
2.New: added the option --adapter_contexts in paired-end: Output adapter contexts within the top ten numbers in report.txt; if you use this option, the program becomes slower.
PEAT v.1.2.1 stable
Release Note:
1.Fixed: corrected the build failure on Linux
2.New: added the .lib for Mac
3.New: added the static binary for Mac in bin/
PEAT v.1.2 stable
Release Note:
- Fixed: corrected the condition that the program core dumped on -n > 16
- Fixed: corrected the case that user choose 2 cpus even with -n 1
- New: added the average original length of the reads in summary .txt
- New: added the option --qtrim: quality trimmer, trims the reads by mean q-score of the reads
- New: added the features: allow new input format: FastQ gzip file
PEAT v.1.1 stable
Release Note:
- Fixed: Correct the linking of compiling
- Fixed: Correct the options: output_1 and output_2
PEAT v.1.0 stable
First formal version.
Release Note:
- Fixed: Correct the multi threading (The -n option).
- New: add the summary .txt
- New: add the option --verbose : user can see the process.
First release
First beta release to the public.
Support most linux platforms and Mac.