File-Replace-Fancy-0.16
Perl extension that extends the File::Replace module
Changes for 0.16
- forked from File::Replace
File-Replace-0.16
Perl extension for replacing files by renaming a temp file over the original
Changes for 0.16
- split the modules Tie::Handle::Base, File::Replace::Inplace into separate distributions
- split the "replace" and "replace2" functions into the distribution File::Replace::Fancy
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
