Skip to content

Releases: EdinburghGenomics/Fastq-Filterer

v0.4

04 Jun 10:18
Compare
Choose a tag to compare
  • Added --remove_reads option
  • Redirecting filtered reads to --f1 and --f2 files
  • Added uthash.h
  • Test improvements

v0.3.1

23 May 13:21
Compare
Choose a tag to compare
  • Fixed a memory allocation bug in tile filtering

v0.3

16 May 11:00
Compare
Choose a tag to compare
  • Added --remove_tiles, which filters out reads with specific tile ids (Illumina-formatted headers only)
  • Added --trim_r1 and --trim_r2 for trimming reads down to a maximum length

v0.2

22 Mar 17:43
Compare
Choose a tag to compare
  • added --stats_file, which writes a record of read pairs checked and filtered
  • various refactoring and improvements, especially stdout

v0.1

11 Oct 10:59
Compare
Choose a tag to compare

Initial release. Compile from source with:

  • make clean if compiled in directory before
  • make to compile
  • make check to run tests