Proch-N50-1.5.6
a small module to calculate N50 (total size, and total number of sequences) for a FASTA or FASTQ file. It's easy to install, with minimal dependencies.
Changes for 1.5.6 - 2023-01-18
- Uniform support for "-" as Standard Input in accessory utilities
FASTX-Reader-1.10.0-TRIAL
A simple module to parse FASTA and FASTQ files, supporting compressed files and paired-ends.
Changes for 1.10.0 - 2023-01-13
- `new()` FASTX::Reader method now supports a named parameter instantiation, e.g. `FASTX::Reader->new(-file => 'file.fastq')`
- `new()` FASTX::Seq method now supports a named parameter instantiation, e.g. `FASTX::Seq->new(-seq => 'CACCA')`
- Added `copy()` method to FASTX::Seq
- Added quality methods to FASTX::Seq:
- Test updates, minor changes
Mojo-Run3-1.02
Run a subprocess and read/write to it
Changes for 1.02 - 2023-01-18T17:58:48Z
- Fix keeping filehandles open until the whole process has ended
