Skip to content

Releases: mazzalab/fastqwiper

v1.1.1

23 Nov 19:57
Compare
Choose a tag to compare

v1.1.0

20 Nov 10:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2024_reports_parallel...v1.1.0

v1.1.0-beta

19 Aug 10:06
Compare
Choose a tag to compare

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

26 May 07:22
Compare
Choose a tag to compare

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

18 May 19:22
Compare
Choose a tag to compare

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

18 May 19:47
Compare
Choose a tag to compare

Fixing Singularity build

v1.0.5-alpha

30 Oct 19:58
b0bc40c
Compare
Choose a tag to compare

Fixed issue #10
Fixed issue #11

v1.0.4-alpha

19 Oct 19:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2023-HeaderBug-2...2023-singularity

v1.0.3-alpha

26 Sep 22:01
Compare
Choose a tag to compare

Fixed bug with the Snakemake --config argument

v1.0.2-alpha

26 Sep 19:48
Compare
Choose a tag to compare
  • 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.