Releases: EdinburghGenomics/Fastq-Filterer
Releases · EdinburghGenomics/Fastq-Filterer
v0.4
v0.3.1
- Fixed a memory allocation bug in tile filtering
v0.3
- 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
- added
--stats_file
, which writes a record of read pairs checked and filtered - various refactoring and improvements, especially stdout
v0.1
Initial release. Compile from source with:
make clean
if compiled in directory beforemake
to compilemake check
to run tests