rust-bio / rust-bio-tools

A set of command line utilities based on Rust-Bio.
MIT License
182 stars 24 forks source link

feat: reformat fastq header #249

Closed FelixMoelder closed 1 year ago

FelixMoelder commented 2 years ago

This PR adds a new subcommand allowing to reformat the description of fastq records for fastq files. For reformatting description entries following input is required:

The reformatted description entries will be added to the description leaving the original entries untouched. The resulting records are written to std out.