Skip to content

Releases: jhhung/PEAT

PEAT v1.2.5

06 Oct 22:08
Compare
Choose a tag to compare
PEAT v1.2.5 Pre-release
Pre-release
add binaries

PEAT v1.2.4 stable

25 Feb 13:12
Compare
Choose a tag to compare

Release Note:

  1. Fixed: corrected the report.txt
  2. 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

27 Nov 11:28
Compare
Choose a tag to compare

Release Note:

  1. New: added the option: --out_gzip: compress trimmed FASTQ files to GZIP.

PEAT v.1.2.2 stable

30 Jul 08:59
Compare
Choose a tag to compare

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

08 Jul 14:02
Compare
Choose a tag to compare

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

05 Jul 13:22
Compare
Choose a tag to compare

Release Note:

  1. Fixed: corrected the condition that the program core dumped on -n > 16
  2. Fixed: corrected the case that user choose 2 cpus even with -n 1
  3. New: added the average original length of the reads in summary .txt
  4. New: added the option --qtrim: quality trimmer, trims the reads by mean q-score of the reads
  5. New: added the features: allow new input format: FastQ gzip file

PEAT v.1.1 stable

07 Jun 15:50
Compare
Choose a tag to compare

Release Note:

  1. Fixed: Correct the linking of compiling
  2. Fixed: Correct the options: output_1 and output_2

PEAT v.1.0 stable

05 Jun 16:19
Compare
Choose a tag to compare

First formal version.

Release Note:

  1. Fixed: Correct the multi threading (The -n option).
  2. New: add the summary .txt
  3. New: add the option --verbose : user can see the process.

First release

26 Feb 14:27
Compare
Choose a tag to compare

First beta release to the public.
Support most linux platforms and Mac.