Releases: mazzalab/fastqwiper
Releases · mazzalab/fastqwiper
v1.1.1
v1.1.0
What's Changed
- Updated README.md by @josefoviedo in #28
- Improved tests and removed snakemake pipelines by @mazzalab in #30
- Wipertools by @mazzalab in #31
New Contributors
- @josefoviedo made their first contribution in #28
Full Changelog: 2024_reports_parallel...v1.1.0
v1.1.0-beta
What's Changed
- Fixed fastqwiper report for single threaded execution by @mazzalab in #25
- 24 fastqwiper reports for parallel workflows by @mazzalab in #26
Full Changelog: 2024-colorama-ruleorder...2024_reports_parallel
v1.0.7-alpha
What's Changed
- Added the possibility to specify the allowed FASTQ sequence line's alphabet (e.g., ACGTN)
- Widened Python compatibility to Python 11 and 12
- Fixed rule order in parallel execution
- 18 drop colorama and python versions by @mazzalab in #19
Full Changelog: qin33_sing...2024-colorama
v1.0.6-alpha
What's Changed
- 16 bbmap repairsh guesses the wrong ascii quality encoding offset and fails by @mazzalab in #17
- Improved startup bash, Singularity and Docker files
Full Changelog: 2023-qualityline_bug...2024-qin
v1.0.6.1-alpha
Fixing Singularity build
v1.0.5-alpha
v1.0.4-alpha
v1.0.3-alpha
Fixed bug with the Snakemake --config argument
v1.0.2-alpha
- Fixed a bug that occurred when checking the integrity of the FASTQ header line. Not allowing the presence of the only "@" character, but requiring other characters after "@".
- Added the possibility to specify the chunk size of temporary FASTQ files obtained when processing FastqWiper in parallel.